aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletSPlugin/BSDynamics.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2012-11-29BulletSim: remove time scaling of computed vehicle absolute velocity since Bu...Robert Adams1-37/+61
2012-11-29BulletSim: add copyright header where it is missing. Remove some unnecessary ...Robert Adams1-2/+0
2012-11-29BulletSim: reverse direction of hover correction. Removes problem with vehicl...Robert Adams1-8/+8
2012-11-28BulletSim: fix boats floating low by removing LIMIT_MOTOR_UP flag from TYPE_B...Robert Adams1-3/+15
2012-11-28BulletSim: move GetWaterLevelAtXYZ from BSScene to BSPhysTerrain.Robert Adams1-4/+6
2012-11-27BulletSim: reorganize linear movement routine into separate subroutines enabl...Robert Adams1-58/+79
2012-11-27BulletSim: reorganize angular movement routine into separate subroutines enab...Robert Adams1-95/+114
2012-11-27BulletSim: implementation of vertical attraction motor.Robert Adams1-41/+62
2012-11-26BulletSim: increase vehicle stability by suppressing Bullet's update to angul...Robert Adams1-8/+13
2012-11-25BulletSim: use m_angularMotor to do the basic movement. Add the setting of sa...Robert Adams1-60/+64
2012-11-25BulletSim: organize MoveLinear code for understandability. Make LIMIT_MOTOR_U...Robert Adams1-89/+40
2012-11-25BulletSim: add BSVMotor as BSDynamics linear motor.Robert Adams1-13/+42
2012-11-25BulletSim: clean up TODO list. It is kept somewhere wlse that should be more ...Robert Adams1-1/+1
2012-11-25BulletSim: small change to add position correction force with AddForce rather...Robert Adams1-11/+18
2012-11-06BulletSim: many changes to tune vehicles for BulletSim.Robert Adams1-63/+161
2012-11-03BulletSim: fix compound linkset crash by not freeing shape of child prims.Robert Adams1-3/+3
2012-11-03BulletSim: rename BSBody and BSShape to PhysBody and PhysShape. Add skeleton ...Robert Adams1-2/+2
2012-11-03BulletSim: vehicle tweeking.Robert Adams1-84/+52
2012-11-03BulletSim: Add gravity force to vehicle. Some debugging additions.Robert Adams1-2/+6
2012-11-03BulletSim: many small changes for vehicles simulation.Robert Adams1-31/+40
2012-11-03BulletSim: Add banking and other new code to vechile dynamics. Add third part...Robert Adams1-179/+310
2012-10-22BulletSim: fix bug that caused error (and a crash on 32 bit Linux) when mesh ...Robert Adams1-2/+3
2012-10-22BulletSim: remove trailing spaces to make git happy.Robert Adams1-5/+5
2012-10-11BulletSim: Use full linkset mass when computing vehicle gravity force. Add ta...Robert Adams1-3/+3
2012-10-11BulletSim: Add Force* operations to objects to allow direct push to engine.Robert Adams1-6/+6
2012-10-11BulletSim: Fix crash when linking large physical linksets.Robert Adams1-1/+1
2012-10-02BulletSim: call ForcePosition and ForceOrientation in BSDynamics so there is ...Robert Adams1-39/+57
2012-10-02Correct my name in CONTRIBUTORS.txtRobert Adams1-35/+16
2012-09-27BulletSim: remove the trailing spaces from lines to make git happierRobert Adams1-7/+7
2012-09-27BulletSim: Fix linkset crash. Caused by the different body and shapeRobert Adams1-55/+68
2012-09-27BulletSim: move a bunch of common logic out of BSPrim and BSCharacterRobert Adams1-5/+5
2012-09-15BulletSim: update DLLs and SOs and remove some debugging code.Robert Adams1-1/+1
2012-09-15BulletSim: remove timeStep parameter from calls for vehicle parameter setting...Robert Adams1-6/+3
2012-09-15BulletSim: Way too many changes in one commit.Robert Adams1-122/+96
2012-08-31BulletSim: Changes to terrain storage and management so mega-regions work.Robert Adams1-4/+5
2012-08-17BulletSim: comments and parameter changes in dynamics engine.Robert Adams1-23/+27
2012-08-17BulletSim: in BSDynamics, merge 'flags' and 'hoverFlags' as they are defined ...Robert Adams1-158/+20
2012-08-15BulletSim: clean up detail logging by adding many more debug log statements a...Robert Adams1-1/+1
2012-07-20BulletSim: more detail logging for vehicle and general physics debugging.Robert Adams1-15/+37
2012-07-20BulletSim: fix compile errors from last commit. Clean up passing of physics s...Robert Adams1-12/+11
2012-07-20BulletSim: Add very detailed logging to BSDynamics for vehicle debuggingRobert Adams1-42/+88
2012-03-23BulletSim: remove confusion between angularVelocity and rotationalVelocity (t...Robert Adams1-2/+2
2012-03-22BulletSim: remove confusion between angularVelocity and rotationalVelocity (t...Robert Adams1-2/+2
2011-06-20BulletSim initial checkinRobert Adams1-66/+43
2010-06-25minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-1/+1
2010-02-15Formatting cleanup.Jeff Ames1-25/+25
2010-02-14Revolution is on the roll again! :)Revolution1-39/+362
2010-01-04Formatting cleanup. Add copyright headers.Jeff Ames1-224/+216
2009-11-03minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-13/+13
2009-10-26Experimental change of PhysicsVector to Vector3. UntestedJohn Hurliman1-1/+1