aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add the default animation to the child agent data updateMelanie2012-05-041-0/+3
|
* Reverse the order of physics event unsubscription to allow GC. Adapted from ↵Melanie2012-05-041-2/+2
| | | | Unit's reverted patch
* Retain velocity on walking crossing - adapted from Ubit's reverted patchMelanie2012-05-041-1/+13
|
* Revert "*TO TEST/REVIEW* added current default animation in animationSet.cs ↵Melanie2012-05-042-28/+8
| | | | | | 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 12c9916193bbb87aaa95407f798c241cbe5e23cb.
* *TO TEST/REVIEW* added current default animation in animationSet.cs ↵UbitUmarov2012-05-042-8/+28
| | | | 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);
* SOG copy bug fix, now new group has own empty list of sitted avatars. Also ↵UbitUmarov2012-05-041-12/+54
| | | | changed crossing code to restore sitting avas in case of group cross fail
* Stabilize sit position on region crossingMelanie2012-05-031-1/+7
|
* Clear permissions given to the object we stand up fromMelanie2012-05-031-1/+25
|
* Improved sitted avatars crossings ( plus tests on vehicles)UbitUmarov2012-05-022-9/+18
|
* Merge branch 'ubitwork' into avinationMelanie2012-05-025-115/+139
|\
| * ubitODE fix applyROtationImpulse, let vehicle hover be relative to root ↵UbitUmarov2012-04-292-15/+32
| | | | | | | | prim and not center of mass ( as SL docs said) updated some flags to current ones
| * ubitode fix inertia for same cases. Added a nasty lock on llGetCenterOfMass ↵UbitUmarov2012-04-292-97/+91
| | | | | | | | and simulate
| * llGetGeometricCenter...UbitUmarov2012-04-292-3/+16
| |
* | Preserve attachment rotation on objects rezzed via a script. Makes toastersMelanie2012-05-023-0/+11
| | | | | | | | work right, finally.
* | Fix saving of attachment positionsMelanie2012-05-011-1/+1
|/
* remove repeated set of group rotation to physicsUbitUmarov2012-04-291-2/+3
|
* SOG bug fix in group rotations updatesUbitUmarov2012-04-291-4/+6
|
* fix llGetCenterOfMass ( checked with ubitODE only)UbitUmarov2012-04-284-9/+101
|
* Oooops don't hover underground but do hoverUbitUmarov2012-04-271-26/+27
|
* reorder priority of vehicle hover flagsUbitUmarov2012-04-271-109/+114
|
* testUbitUmarov2012-04-271-1/+7
|
* testUbitUmarov2012-04-272-5/+2
|
* testUbitUmarov2012-04-271-12/+9
|
* testUbitUmarov2012-04-271-1/+1
|
* itestUbitUmarov2012-04-272-4/+4
|
* testUbitUmarov2012-04-271-13/+11
|
* itestUbitUmarov2012-04-271-2/+5
|
* testUbitUmarov2012-04-271-2/+2
|
* testingUbitUmarov2012-04-271-1/+1
|
* testing....UbitUmarov2012-04-272-56/+102
|
* ubitODE fix don't report colisions with a volume detector ( only report to it )UbitUmarov2012-04-271-12/+16
|
* testingUbitUmarov2012-04-271-1/+1
|
* testingUbitUmarov2012-04-271-58/+71
|
* testingUbitUmarov2012-04-272-2/+2
|
* testingUbitUmarov2012-04-271-0/+6
|
* TESTINGUbitUmarov2012-04-272-4/+5
|
* TEST more changesUbitUmarov2012-04-271-1/+2
|
* TEST more options to avnLocalTeleportUbitUmarov2012-04-271-4/+9
|
* TEST added avnLocalTeleport(Vector3 newpos, Quaternion? newrot, bool ↵UbitUmarov2012-04-271-0/+22
| | | | Stopped) to scenepresence.cs
* Help big boobies to dance (avatar visualParams). May not persist and need ↵UbitUmarov2012-04-262-2/+2
| | | | more lobe ?
* set PIDHoverTau and not PIDTau since all physics need thatUbitUmarov2012-04-251-5/+7
|
* fix chODE loosing some part positions when doing isPhysical falseUbitUmarov2012-04-242-11/+42
|
* SOG bug fix in UI object changesUbitUmarov2012-04-241-11/+20
|
* fix animations if sited in ground alsoUbitUmarov2012-04-241-1/+1
|
* let objects/avas push avasUbitUmarov2012-04-241-2/+1
|
* "save the catgirls"UbitUmarov2012-04-242-18/+13
|
* display heatbeat sleep time in stats. This may not be good for general use, ↵UbitUmarov2012-04-241-0/+5
| | | | but for testing/debug
* fix Simulation time reportUbitUmarov2012-04-241-0/+7
|
* some reduction on time resolution efects on spare time reportUbitUmarov2012-04-241-4/+8
|
* *testing* changed stats time reports to be per reported frame and not ↵UbitUmarov2012-04-241-11/+64
| | | | acumulated in about 1second. Total Frame Time is not just 1/reported sim fps