aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics (unfollow)
Commit message (Expand)AuthorFilesLines
2013-06-21BulletSim: move new linear deflection code to own routine.Robert Adams1-29/+35
2013-06-20BulletSim: Implementation of Linear Deflection, it is a partial help for the ...Vegaslon1-5/+33
2013-06-20BulletSim: rework velocity updating when not colliding and not flyingRobert Adams2-5/+42
2013-06-11BulletSim: when meshing or asset fetching fails, include positionRobert Adams2-14/+30
2013-06-10BulletSim: add failure flag for meshing failure vs asset fetch failureRobert Adams4-34/+51
2013-06-05BulletSim: default PhysicsTimeStep to same as the simulator'sRobert Adams1-1/+1
2013-06-05BulletSim: fix corner case when rebuilding a compound linkset whileRobert Adams1-11/+46
2013-06-01BulletSim: experimental movement of physics execution off of heartbeatRobert Adams3-73/+209
2013-05-28BulletSim: don't zero motion when changing vehicle type.Robert Adams1-1/+4
2013-05-27BulletSim: default using mesh asset hulls to 'true'. This means that,Robert Adams1-2/+2
2013-05-26BulletSim: enable GImpact shape for prims with cuts. Include DLLs and SOsRobert Adams1-1/+1
2013-05-24Meshmerizer: remember to add the copied hull verts to the list of hulls.Robert Adams1-0/+1
2013-05-24BulletSim: add VehicleInertiaFactor to allow modifying inertia.Robert Adams2-1/+5
2013-05-24BulletSim: properly set mesh hash key in use tracking structure.Robert Adams1-1/+4
2013-05-24Meshmerizer: add INI parameter to enable DEBUG mesh detail logging.Robert Adams1-3/+6
2013-05-24change a hull debugging message to Debug instead of Infodahlia1-1/+1
2013-05-24correct some errors in decoding of mesh asset convex decomposition datadahlia1-53/+83
2013-05-23add decoder for bounding convex hulldahlia1-4/+53
2013-05-23Add DEBUG level logging in Meshmerizer for mesh parsing. There isRobert Adams1-2/+25
2013-05-23BulletSim: add locking around Meshmerizer use to eliminate possible raceRobert Adams1-145/+157
2013-05-22BulletSim: correct errors caused by misspelled INI parameter spec.Robert Adams2-4/+7
2013-05-22BulletSim: add code to experimentally use asset hull data.Robert Adams2-4/+54
2013-05-22BulletSim: fix problem with walking up stairs that are orientedRobert Adams1-2/+9
2013-05-21Revert "BulletSim: add code to experimentally use asset hull data."Robert Adams2-54/+4
2013-05-21BulletSim: add code to experimentally use asset hull data.Robert Adams2-4/+54
2013-05-21BulletSim: add gImpact shape type. Add logic to use gImpact shapeRobert Adams7-14/+167
2013-05-18fix error in hull point indexingdahlia1-1/+1
2013-05-18remove duplicate hull scalingdahlia1-3/+3
2013-05-18add prototype code to decode convex hulls from mesh assets. Please do not use...dahlia1-21/+110
2013-05-17BulletSim: fix BulletSim crashing if there is no [BulletSim] sectionRobert Adams2-8/+12
2013-05-15fall back to using a display mesh for physics proxy if no physics_mesh entry ...dahlia1-0/+4
2013-05-14BulletSim: Fix for mantis 6487, also minor adjustment to fix flying while you...Vegaslon1-2/+5
2013-05-13BulletSim: add a lock to try and catch a native shape creation/destructionRobert Adams1-2/+7
2013-05-13BulletSim: add adjustment for avatar capsule height scaling. MakesRobert Adams2-4/+32
2013-05-13BulletSim: use heightmap terrain when using BulletXNA.Robert Adams2-1/+5
2013-05-10BulletSim: fix CPU loop that occurs when any 'degenerate' sculptieRobert Adams1-2/+6
2013-05-07Bulletsim: and the rotational friction.Vegaslon1-3/+5
2013-05-07BulletSim: Another way to create vehicle framed friction.Vegaslon1-3/+5
2013-05-06BulletSim: normalize quaternian rotations when building compound linksets.Robert Adams1-7/+7
2013-05-06BulletSim: properly free references to simple convex hull shapes. Didn'tRobert Adams1-8/+37
2013-05-06BulletSim: apply linear and angular friction in vehicle coordinatesRobert Adams1-6/+6
2013-05-06BulletSim: remove friction calcuation from BSMotor and move linear andRobert Adams7-67/+47
2013-05-06BulletSim: simplify parameter specification by reducing the number ofRobert Adams2-191/+94
2013-05-06BulletSim: extend BSActorLockAxis to allow locking linear movement inRobert Adams3-10/+28
2013-05-03BulletSim: zero vehicle motion when changing vehicle type.Robert Adams6-26/+18
2013-05-02BulletSim: prims with no cuts created with single convex hull shape.Robert Adams4-2/+99
2013-05-02BulletSim: Rebuild physical body if physical shape changes for mesh and hull.Robert Adams4-24/+73
2013-05-01BulletSim: fix crash when mesh asset wasn't available when meshingRobert Adams2-10/+19
2013-05-01BulletSim: rework LinksetCompound to work with new BSShape system.Robert Adams1-106/+40
2013-04-30BulletSim: fix error messages created while an avatar has no initialRobert Adams1-0/+3