aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics (unfollow)
Commit message (Expand)AuthorFilesLines
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
2012-03-20refactor: Eliminate unnecessary duplicate avCapsuleTiltedJustin Clark-Casey (justincc)1-3/+7
2012-03-20Fix crash where two scene loop threads could changes m_MeshToTriMeshMap at th...Justin Clark-Casey (justincc)1-10/+16
2012-02-24Stop spurious scene loop startup timeout alarms for scenes with many prims.Justin Clark-Casey (justincc)1-0/+2
2012-02-21Load 32-bit or 64-bit BulletSim Windows library automatically as appropriate.Justin Clark-Casey (justincc)1-0/+3
2012-02-21Add 64 bit Windows sqlite3.dll and use this if running a 64-bit windows process.Justin Clark-Casey (justincc)1-14/+1
2012-02-21Remove PhysXPlugin and wrappers.Justin Clark-Casey (justincc)5-1001/+0
2012-02-18Report an error if the required native Windows ODE library can't be found.Justin Clark-Casey (justincc)1-1/+4
2012-02-18On Windows automatically load the correct native ODE library depending on whe...Justin Clark-Casey (justincc)2-3/+24
2012-02-16Comment out "experimental" log message printed out whenever a physics mesh wa...Justin Clark-Casey (justincc)1-2/+2
2012-02-11correct the default avatar_terminal_velocity value that I accidentally left i...Justin Clark-Casey (justincc)1-1/+1
2012-02-11Clamp ODE character velocity. Make ODE falling character 54m/s by default.Justin Clark-Casey (justincc)2-1/+53
2012-01-25Update BulletSim.dll with some interface changes and tuning (see opensim-libs...Robert Adams2-6/+31
2012-01-25Serialize calls to ODE Collide() function across OdeScene instances to preven...Justin Clark-Casey (justincc)2-1/+32
2012-01-24Restrict accessible of ODECharacter Shell and Body. Add method doc and some ...Justin Clark-Casey (justincc)2-12/+27
2012-01-02Adding commented out log messages and some minor formatting for future bug hu...Justin Clark-Casey (justincc)1-0/+1
2011-12-22Align default ODE_STEPSIZE with that already used through OpenSimDefaults.iniJustin Clark-Casey (justincc)1-2/+2
2011-12-20Remove unused SetAcceleration and add set on Acceleration parameterDan Lake10-34/+13
2011-12-20Remove unused SetAcceleration and add set on Acceleration parameterDan Lake10-34/+13
2011-12-20Fixed bug of avie going under the terrain when crossing regions in certain di...Diva Canto1-2/+2
2011-12-16Comment out accidentally left in "Adding physics prim" log messageJustin Clark-Casey (justincc)1-1/+1
2011-12-15Stop pointlessly setting the m_colliderarr[] to false in the ODECharacter con...Justin Clark-Casey (justincc)1-5/+0
2011-12-15Stop having to call SetHeight again in ScenePresence.AddToPhysicalScene() whe...Justin Clark-Casey (justincc)3-18/+25
2011-12-15Code cleanup related to ScenePresence.PhysicsActor and OdeScene/OdeCharacterJustin Clark-Casey (justincc)2-8/+24
2011-12-14minor: add some currently commented log lines for use in debuggingJustin Clark-Casey (justincc)1-1/+8