aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics (unfollow)
Commit message (Expand)AuthorFilesLines
2012-07-06Clean up collision reporting code so they are properly passed toRobert Adams4-58/+107
2012-06-30Remove some mono compiler warningsJustin Clark-Casey (justincc)1-2/+3
2012-06-29Move update of the final optional ODE total frame stat inside the OdeLock rat...Justin Clark-Casey (justincc)1-3/+3
2012-06-29refactor: rename _collisionEventPrim to m_collisionEventActors and _collision...Justin Clark-Casey (justincc)1-12/+12
2012-06-29Fix a regression where we stopped removing avatars from collision event repor...Justin Clark-Casey (justincc)1-1/+1
2012-06-01Add optional total avatars, total prims and active prims stats to ODE plugin.Justin Clark-Casey (justincc)1-0/+21
2012-06-01If OdeScene.Near() returns no collision contacts, then exit as early as possi...Justin Clark-Casey (justincc)1-0/+4
2012-06-01Add optional stat for the other collision time per frame not spent in ODE nat...Justin Clark-Casey (justincc)1-1/+16
2012-06-01Add avatar forces calculation, prim force and raycasting per frame millisecon...Justin Clark-Casey (justincc)1-7/+46
2012-06-01Collection optional avatar and prim taint frame millisecond timesJustin Clark-Casey (justincc)1-7/+36
2012-06-01Remove recent optional native collision frame milliseconds statJustin Clark-Casey (justincc)1-13/+1
2012-06-01Add optional stat that records milliseconds spent notifying collision listene...Justin Clark-Casey (justincc)1-0/+14
2012-06-01Add avatar and prim update milliseconds per frame optional statsJustin Clark-Casey (justincc)1-7/+31
2012-06-01Add option native step frame ms statJustin Clark-Casey (justincc)1-9/+21
2012-06-01Add total ODE frame time optional stat, as a sanity check on the main scene p...Justin Clark-Casey (justincc)1-7/+21
2012-06-01Break down native ODE collision frame time stat into native space collision a...Justin Clark-Casey (justincc)1-4/+22
2012-06-01Rename new collision stats to 'contacts' - there are/can be multiple contacts...Justin Clark-Casey (justincc)1-6/+6
2012-06-01Stop adding an unnecessary duplicate _perloopcontact if the avatar is standin...Justin Clark-Casey (justincc)1-9/+4
2012-06-01minor: comment out currently unused OdeScene.sCollisionDataJustin Clark-Casey (justincc)1-9/+9
2012-06-01Add ODE avatar and prim collision numbers if extra stats collection is enabled.Justin Clark-Casey (justincc)1-5/+34
2012-06-01Fix OdeScene.GetTopColliders() to return the top 25 colliders rather than the...Justin Clark-Casey (justincc)1-19/+13
2012-05-31Add an optional mechanism for physics modules to collect and return arbitrary...Justin Clark-Casey (justincc)2-10/+143
2012-05-18refactor: move EventQueueGet path generation into common method. Rename some...Justin Clark-Casey (justincc)1-1/+1
2012-05-17Don't eagerly clear frame collision events when physics actors subscribe and ...Justin Clark-Casey (justincc)1-2/+8
2012-04-24Restore _parent_scene.actor_name_map[prim_geom] = this; accidentally removed ...Justin Clark-Casey (justincc)1-0/+1
2012-04-22refactor: simply some properties code in BasicPhysicsPluginJustin Clark-Casey (justincc)2-72/+12
2012-04-22Fix bug where setting phantom on a prim would result in a server log message ...Justin Clark-Casey (justincc)2-18/+367
2012-04-21Comment out spurious Body != IntPtr.Zero code after disableBody(), since disa...Justin Clark-Casey (justincc)2-10/+20
2012-04-21refactor: Simplify ODEPrim.AddChildPrim() by returning early where appropriate.Justin Clark-Casey (justincc)1-115/+117
2012-04-21Remove redundant prim_geom != IntPtr.Zero checks in ODEPrim.Justin Clark-Casey (justincc)1-116/+88
2012-04-20If a physical prim is manually moved (e.g. by a user) then set the geometry p...Justin Clark-Casey (justincc)1-12/+10
2012-03-26BulletSim: make avatar animations update properly.Robert Adams3-9/+48
2012-03-26BulletSim: fix typo introducted by previous checkins (git merge sometimes mak...Robert Adams1-3/+0
2012-03-23BulletSim: change default of shouldDisableContactPoolDynamicAllocation from F...Robert Adams1-2/+2
2012-03-23BulletSim: Add new configuration parameters to get and set console commandsRobert Adams1-4/+32
2012-03-23BulletSim: add a bunch of internal Bullet configuration parameters to OpenSim...Robert Adams2-0/+43
2012-03-23BulletSim: remove confusion between angularVelocity and rotationalVelocity (t...Robert Adams3-15/+11
2012-03-23BulletSim: update TODO list. Rearrange code for readability. Add per object f...Robert Adams2-17/+17
2012-03-23BulletSim: Add AvatarRestitution parameter. Centralize computation of buoyanc...Robert Adams2-3/+9
2012-03-23BulletSim: set buoyancy in only one placeRobert Adams1-5/+3
2012-03-23BulletSim: add some new runtime setable parameters to match the dll.Robert Adams2-7/+16
2012-03-23BulletSim: Update list of TODO tasksRobert Adams1-0/+13
2012-03-22BulletSim: remove confusion between angularVelocity and rotationalVelocity (t...Robert Adams3-15/+11
2012-03-21BulletSim: update TODO list. Rearrange code for readability. Add per object f...Robert Adams2-17/+17
2012-03-21BulletSim: Add AvatarRestitution parameter. Centralize computation of buoyanc...Robert Adams2-3/+9
2012-03-21BulletSim: set buoyancy in only one placeRobert Adams1-5/+3
2012-03-21BulletSim: add some new runtime setable parameters to match the dll.Robert Adams2-7/+16
2012-03-21BulletSim: Update list of TODO tasksRobert Adams1-0/+13
2012-03-20Add prim name to "[MESH]: No recognized physics mesh..." log messageJustin Clark-Casey (justincc)1-1/+1
2012-03-20refactor: precalculate the fixed movement factor for avatar tilting (sqrt(2))...Justin Clark-Casey (justincc)2-8/+16