ubit
|
08b51a94ac
|
Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork
|
2012-05-10 23:49:38 +02:00 |
UbitUmarov
|
3c37bc2851
|
reduce avatars terminal velocity to less than 30m/s or colisions with basic boxs fail badly. (ode lib problem. chode just may support a bit higher velocity due to the use of tilt).
|
2012-05-10 22:44:12 +01:00 |
ubit
|
e00c1ec264
|
Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork
|
2012-05-10 19:24:15 +02:00 |
ubit
|
9d184c103a
|
direct upload of odedynamics.cs for testing ( ubitode )
|
2012-05-10 18:01:35 +02:00 |
UbitUmarov
|
d0c0d37d24
|
ubitode: changes to vehicles servos
|
2012-05-10 16:17:02 +01:00 |
Melanie
|
d3844d142d
|
Merge branch 'ubitwork' into avination
|
2012-05-07 23:03:57 +02:00 |
Melanie
|
74eafb78eb
|
Fix moving no-mod objects. Fixes a regression introduced with the undo fix
|
2012-05-07 23:03:07 +02:00 |
UbitUmarov
|
75c51f33c4
|
minor change to linear motor decay
|
2012-05-07 21:44:24 +01:00 |
UbitUmarov
|
2ab9588c9a
|
UbitODE: reduced the diference btw dinamic and static friction, making dinamic larger more identical to static.
|
2012-05-05 11:03:38 +01:00 |
UbitUmarov
|
e3226aecd9
|
SOG: tell physics about when we want a force or a impulse. (sorry add to change here also)
|
2012-05-05 10:47:51 +01:00 |
UbitUmarov
|
3b78e33d16
|
ubitODE prims: - moved outbounds checking back to UpdatePositionAndVelocity() from move() so it's done at end of each ode step and when it reports positions to core. There should be no need to check in both places. - Addforce() and AddAngularForce now apply a force if parameter pushforce is true or apply a impulse if false as it's actually needed (the prims grab case should be a force)
|
2012-05-05 10:40:03 +01:00 |
UbitUmarov
|
163a86517a
|
force lower avatar density for testing
|
2012-05-05 03:28:35 +01:00 |
UbitUmarov
|
6b3135aa4d
|
UbitODE: leave avatar 'freemove' state (entered on setmomentum) on any significant change like new 'velocity' or new position, etc, requests
|
2012-05-04 22:24:04 +01:00 |
Melanie
|
197163e12a
|
Fix teleporting from older to newer regions
|
2012-05-04 21:00:41 +02:00 |
Melanie
|
333d013b5c
|
Add the default animation to the child agent data update
|
2012-05-04 20:33:48 +02:00 |
Melanie
|
b5b21013da
|
Reverse the order of physics event unsubscription to allow GC. Adapted from Unit's reverted patch
|
2012-05-04 20:06:42 +02:00 |
Melanie
|
1183310a05
|
Retain velocity on walking crossing - adapted from Ubit's reverted patch
|
2012-05-04 20:05:51 +02:00 |
Melanie
|
88c4c7283f
|
Revert "*TO TEST/REVIEW* added current default animation in animationSet.cs to/fromArray in array element 0. This may cause compatibilities issues, but think this information is needed for proper crossings. OSG regions did survived tps in/out with this. ALso added velocity in crossings cases, for now detected by Teleport flag equal to Default (0);"
This reverts commit 12c9916193 .
|
2012-05-04 20:02:14 +02:00 |
UbitUmarov
|
12c9916193
|
*TO TEST/REVIEW* added current default animation in animationSet.cs to/fromArray in array element 0. This may cause compatibilities issues, but think this information is needed for proper crossings. OSG regions did survived tps in/out with this. ALso added velocity in crossings cases, for now detected by Teleport flag equal to Default (0);
|
2012-05-04 19:19:54 +01:00 |
UbitUmarov
|
58a1a0710c
|
SOG copy bug fix, now new group has own empty list of sitted avatars. Also changed crossing code to restore sitting avas in case of group cross fail
|
2012-05-04 11:32:37 +01:00 |
Melanie
|
2af7f50f26
|
Stabilize sit position on region crossing
|
2012-05-03 02:07:55 +02:00 |
Melanie
|
9f9693dab8
|
Clear permissions given to the object we stand up from
|
2012-05-03 01:18:51 +02:00 |
UbitUmarov
|
a135e51d23
|
Improved sitted avatars crossings ( plus tests on vehicles)
|
2012-05-02 22:08:09 +01:00 |
Melanie
|
8ef2a2b7de
|
Bogus change to get a version number
|
2012-05-02 00:35:52 +02:00 |
Melanie
|
82197c87a2
|
Merge branch 'ubitwork' into avination
|
2012-05-02 00:33:37 +02:00 |
Melanie
|
98e9f22544
|
Preserve attachment rotation on objects rezzed via a script. Makes toasters
work right, finally.
|
2012-05-02 00:29:56 +02:00 |
Melanie
|
fc3cf2b5a3
|
Fix saving of attachment positions
|
2012-05-01 23:21:28 +02:00 |
UbitUmarov
|
303739622c
|
ubitODE fix applyROtationImpulse, let vehicle hover be relative to root prim and not center of mass ( as SL docs said) updated some flags to current ones
|
2012-04-29 11:46:16 +01:00 |
UbitUmarov
|
be176b1e49
|
ubitode fix inertia for same cases. Added a nasty lock on llGetCenterOfMass and simulate
|
2012-04-29 08:24:41 +01:00 |
UbitUmarov
|
84b5b3e89b
|
llGetGeometricCenter...
|
2012-04-29 06:39:09 +01:00 |
UbitUmarov
|
c7c0d5558b
|
remove repeated set of group rotation to physics
|
2012-04-29 01:00:46 +01:00 |
UbitUmarov
|
df9935273f
|
SOG bug fix in group rotations updates
|
2012-04-29 00:41:51 +01:00 |
UbitUmarov
|
dd745f60c2
|
fix llGetCenterOfMass ( checked with ubitODE only)
|
2012-04-28 21:36:38 +01:00 |
UbitUmarov
|
e48fa38ff5
|
Oooops don't hover underground but do hover
|
2012-04-27 23:18:54 +01:00 |
UbitUmarov
|
f5cb403e7e
|
reorder priority of vehicle hover flags
|
2012-04-27 22:59:57 +01:00 |
UbitUmarov
|
ee237fc5df
|
test
|
2012-04-27 12:19:22 +01:00 |
UbitUmarov
|
8ef7df5a56
|
test
|
2012-04-27 11:01:34 +01:00 |
UbitUmarov
|
2006188ee5
|
test
|
2012-04-27 10:49:32 +01:00 |
UbitUmarov
|
2419de2b6d
|
test
|
2012-04-27 10:10:31 +01:00 |
UbitUmarov
|
fedc9eb105
|
itest
|
2012-04-27 09:50:53 +01:00 |
UbitUmarov
|
1c735facee
|
test
|
2012-04-27 09:23:20 +01:00 |
UbitUmarov
|
cadbfcc011
|
itest
|
2012-04-27 09:15:31 +01:00 |
UbitUmarov
|
b948826b7e
|
test
|
2012-04-27 09:09:29 +01:00 |
UbitUmarov
|
7a7f4b7722
|
testing
|
2012-04-27 09:00:30 +01:00 |
UbitUmarov
|
03450dee39
|
testing....
|
2012-04-27 08:11:18 +01:00 |
UbitUmarov
|
6edbbdc83a
|
ubitODE fix don't report colisions with a volume detector ( only report to it )
|
2012-04-27 06:00:50 +01:00 |
UbitUmarov
|
e974d493c6
|
testing
|
2012-04-27 03:44:15 +01:00 |
UbitUmarov
|
d8f691664a
|
testing
|
2012-04-27 03:36:49 +01:00 |
UbitUmarov
|
76d9040ed4
|
testing
|
2012-04-27 02:54:39 +01:00 |
UbitUmarov
|
911bc81b00
|
testing
|
2012-04-27 02:13:54 +01:00 |