aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletSPlugin/BSPrim.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2013-09-20BulletSim: add ID parameter to TaintedObject calls so logging will include Lo...Robert Adams1-29/+29
2013-09-20BulletSim: Extension parameters passed through the classes made to pass just ...Robert Adams1-0/+1
2013-09-20BulletSim: move linkset extension operations into BSPrimLinkable where they s...Robert Adams1-31/+1
2013-08-14BulletSim: add physical object initialized flag so updates and collisionsRobert Adams1-0/+4
2013-08-12BulletSim: add check in avatar stair step code to verify the collisionRobert Adams1-0/+4
2013-08-02BulletSim: add implementation of 'physSetLinksetType' and 'physGetLinksetType'Robert Adams1-0/+44
2013-07-23BulletSim: Turn on center-of-mass calculation by default.Robert Adams1-2/+2
2013-07-23Revert "Revert "BulletSim: only create vehicle prim actor when vehicles are e...Robert Adams1-11/+32
2013-07-23Revert "Revert "BulletSim: move collision processing for linksets from BSPrim...Robert Adams1-2/+3
2013-07-22Revert "BulletSim: move collision processing for linksets from BSPrimLinkable"Robert Adams1-3/+2
2013-07-22Revert "BulletSim: only create vehicle prim actor when vehicles are enabled."Robert Adams1-32/+11
2013-07-22BulletSim: only create vehicle prim actor when vehicles are enabled.Robert Adams1-11/+32
2013-07-22BulletSim: move collision processing for linksets from BSPrimLinkableRobert Adams1-2/+3
2013-07-07BulletSim: rename position and orientation variables to remove theRobert Adams1-48/+36
2013-07-06BulletSim: implementation of linkset center-of-mass.Robert Adams1-2/+3
2013-07-06BulletSim: non-functional updates. Comments and formatting.Robert Adams1-1/+5
2013-06-30BulletSim: remove the handle to the vehicle actor and cause routinesRobert Adams1-18/+52
2013-06-30BulletSim: a better version of llMoveToTarget that doesn't go crazy.Robert Adams1-1/+18
2013-06-01BulletSim: experimental movement of physics execution off of heartbeatRobert Adams1-1/+2
2013-05-28BulletSim: don't zero motion when changing vehicle type.Robert Adams1-1/+4
2013-05-06BulletSim: extend BSActorLockAxis to allow locking linear movement inRobert Adams1-2/+2
2013-05-03BulletSim: zero vehicle motion when changing vehicle type.Robert Adams1-1/+1
2013-05-02BulletSim: Rebuild physical body if physical shape changes for mesh and hull.Robert Adams1-1/+1
2013-04-29BulletSim: remove trailing white space to make git happier. No functional cha...Robert Adams1-1/+1
2013-04-29BulletSim: rename variable 'PhysicsScene' to be either 'PhysScene' or 'm_phys...Robert Adams1-94/+94
2013-04-29BulletSim: massive refactor of shape classes. Removed shape specific code fro...Robert Adams1-22/+12
2013-04-23BulletSim: improve avatar stair walking up. Add more parameters to control forceRobert Adams1-0/+5
2013-04-08BulletSim: moving comments around. No functional change.Robert Adams1-9/+1
2013-04-08BulletSim: clean up actor code so routines use the same coding pattern.Robert Adams1-11/+11
2013-04-08BulletSim: complete movement of physical object action code out of theRobert Adams1-255/+52
2013-03-31BulletSim: not quite functional axis lock code.Robert Adams1-1/+1
2013-03-31BulletSim: convert BSDynamic to a BSActor and change BSPrim to setRobert Adams1-31/+15
2013-03-31BulletSim: Add physical 'actors' that operate on the physical object.Robert Adams1-74/+9
2013-03-25BulletSim: fix possible race condition where an prim's asset can be requested...Robert Adams1-1/+1
2013-03-19BulletSim: add terrain contact processing threshold parameter. Initialize con...Robert Adams1-1/+1
2013-03-01BulletSim: add parameters, code cleanup around checking and enforcingRobert Adams1-6/+41
2013-02-26BulletSim: fix crash around race condition when a mesh asset cannotRobert Adams1-1/+1
2013-02-21BulletSim: add OutOfBounds logic and some position sanity checkingRobert Adams1-3/+24
2013-02-17BulletSim: experimental lock axis code using constraints. Not enabledRobert Adams1-20/+72
2013-02-16BulletSim: fix physical object appearing to slowly float off whenRobert Adams1-1/+1
2013-02-12BulletSim: fix density since the simulator/viewer track density in aRobert Adams1-3/+52
2013-02-12BulletSim: More work on center-of-mass. Remove linksetinfo and rely on simula...Robert Adams1-2/+2
2013-02-08BulletSim: include the linkage to the layered prim implementation. Separate l...Robert Adams1-144/+51
2013-02-07BulletSim: Adapt BulletSim to the newer physical properties. ViewerRobert Adams1-29/+25
2013-02-07BulletSim: fix exceptions caused by setting physical properties before the pr...Robert Adams1-5/+10
2013-02-07BulletSim: add user setting of friction, density and restitution.Robert Adams1-20/+79
2013-01-31BulletSim: fix crash caused when linksets were rebuilt. A problem addedRobert Adams1-4/+12
2013-01-31BulletSim: make sure vehicle physical properties are set when goingRobert Adams1-2/+2
2013-01-29BulletSim: fix physics repositioning when under ground to only happenRobert Adams1-1/+5
2013-01-28BulletSim: first unit test: vehicle angular attractionRobert Adams1-16/+16