aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics (unfollow)
Commit message (Expand)AuthorFilesLines
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-21minor cleanUbitUmarov1-27/+24
2012-03-21 missed a creatMesh in chODE. temporary removed m_meshfailed test since it ma...UbitUmarov1-4/+9
2012-03-21 shapetype support on chOde so it can also request a simple convex hull 'mesh'UbitUmarov2-34/+46
2012-03-21Changes of PrimShapeType should now work with UbitOde ( almost untested )UbitUmarov1-3710/+3724
2012-03-21Tell physics about physics shape when creating. Added some virtual methods to...UbitUmarov4-5/+55
2012-03-21add convex state to mesh key, so a change is detected.UbitUmarov1-1/+1
2012-03-20Add prim name to "[MESH]: No recognized physics mesh..." log messageJustin Clark-Casey (justincc)1-1/+1
2012-03-21let convex be a parameter to createMesh so it can be used. Was forced to add ...UbitUmarov4-7/+21
2012-03-20 added convex decomposition hulls support. Hardcoded to use mesh or this. (so...UbitUmarov1-18/+146
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-20WORK in progress!! Now it reads the simple hull shape to use if convex shape ...UbitUmarov2-124/+164
2012-03-20Fix crash where two scene loop threads could changes m_MeshToTriMeshMap at th...Justin Clark-Casey (justincc)1-10/+16
2012-03-17 added a new UbitMeshing module so i can mess it...UbitUmarov6-0/+4726
2012-03-12ubitode prim select was not doing phantom caseUbitUmarov1-6/+17
2012-03-12missing file in ubitODEUbitUmarov1-0/+1
2012-03-11ubitOde also knows a bit more about physical phantomUbitUmarov1-29/+142
2012-03-11 more phantom physics ( chODE and a fix in manager physicsactorUbitUmarov2-62/+121
2012-03-11initial steps to support physical phantomsUbitUmarov6-13/+73
2012-03-09ubitOde bugUbitUmarov1-2/+4
2012-03-09let chode and ubitode find ode.dll on windowsUbitUmarov2-0/+7
2012-03-05 update ubitOdeUbitUmarov4-78/+297
2012-03-04update UbitOdeUbitUmarov5-65/+69
2012-03-04update UbitODEUbitUmarov3-36/+55
2012-03-02This still causes terrain artefactsMelanie1-3/+3
2012-03-02This still causes terrain artefactsMelanie1-3/+1
2012-03-02update ubitODEUbitUmarov1-15/+45
2012-02-29ubitODE bug fixUbitUmarov1-1/+1
2012-02-29 update ubitODE to current working stateUbitUmarov2-113/+199
2012-02-29fixUbitUmarov1-1/+3
2012-02-29chODE: bad meshs get a a basic box or sphere geom with setted prim size. They...UbitUmarov2-503/+148
2012-02-28 made box a little largerUbitUmarov1-6/+6
2012-02-28A few blind changes to go try to go around bad mesh little box replacement failUbitUmarov1-67/+50