aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove old bullet DotNET and X libraries in preparation for BulletSJustin Clark-Casey (justincc)2011-09-171-1855/+0
* Fix some local id issues in physics glueroot2011-07-151-7/+1
* Revolution is on the roll again! :)Revolution2010-02-141-1/+18
* Glue code for a couple of new LSL function implementationsMelanie2009-12-221-0/+20
* minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2009-11-091-0/+2
* Experimental change of PhysicsVector to Vector3. UntestedJohn Hurliman2009-10-261-79/+79
* * Created a way that the OpenSimulator scene can ask the physics scene to do ...Teravus Ovares2009-07-191-0/+5
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* Fixes Mantis #3260. Thank you kindly, MCortez for a patch that:Charles Krinke2009-03-061-0/+7
* This started as way to correct Mantis #3158, which I believe should be fixed ...diva2009-02-151-1/+2
* * remove mono compiler warningsJustin Clarke Casey2008-12-171-2/+2
* * Apply http://opensimulator.org/mantis/view.php?id=2775 with small tweaksJustin Clarke Casey2008-12-151-2/+8
* * Implements the torque/Rotational Impulse methods in the PhysicsAPI and the ...Teravus Ovares2008-12-141-0/+8
* * Gerhard's patch m2781. Does some initial work for setting up llVolumeDetect.Teravus Ovares2008-12-091-0/+5
* Implement the plumbing for llSetVehicleType from the LSLCharles Krinke2008-09-281-0/+6
* Added the plumbing for llSetVehicleRotationParamCharles Krinke2008-09-281-0/+5
* Plumb the connection though from llSetVehicleVectorParamCharles Krinke2008-09-281-4/+8
* Plumb the connection through from llSetVehicleFloatParamCharles Krinke2008-09-281-0/+6
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-26/+32
* Implements llSetForce() and llGetForce(). These are experimental and the unit...Dahlia Trimble2008-07-241-0/+1
* Passes prim physical status to mesher from physics pluginsDahlia Trimble2008-07-121-1/+1
* dr scofield's warnings safari:Dr Scofield2008-06-271-5/+8
* * Adds Top Colliders when using ODE. Access it from the estate tools/debug tab.Teravus Ovares2008-05-251-0/+7
* * This finishes the ODE options section of the OpenSim.ini.example. I've adde...Teravus Ovares2008-05-161-1/+1
* Formatting cleanup.Jeff Ames2008-05-161-10/+10
* * Refactored IConfigSource into Physics plug-ins and Scene. We can get rid of...Teravus Ovares2008-05-141-1/+4
* Formatting cleanup.Jeff Ames2008-05-141-1/+1
* * Some more bulletx physics fixes from Jed (DeepThink)Adam Frisby2008-05-131-14/+14
* * Patch from Jed (DeepThink) - More optimisations for BulletX renderer. Trime...Adam Frisby2008-05-091-20/+29
* * Commit from Jed Zhu (DeepThink) - Initial implementation of mesh collision...Adam Frisby2008-05-081-3/+172
* * If you llApplyImpulse on an attachment, it applies impulse on the avatar, n...Teravus Ovares2008-05-061-5/+5
* * Committing some collision stuffs that I'm working on.Teravus Ovares2008-05-031-0/+12
* * Breaking all the code, breaking all the code..!Adam Frisby2008-05-011-4/+4
* * Adds llSetStatus(STATUS_ROTATE_X | STATUS_ROTATE_Y | STATUS_ROTATE_Z,TF)Teravus Ovares2008-04-231-0/+6
* * Optimised using statements and namespace references across entire project (...Adam Frisby2008-04-211-2/+0
* Fix compiler warnings in BulletXPlugin.Jeff Ames2008-03-291-18/+18
* Fix a few compiler warnings.Jeff Ames2008-03-251-3/+0
* * Adds llMoveToTarget and llStopMoveToTarget support to the ODEPlugin.Teravus Ovares2008-03-251-0/+3
* Formatting cleanup.Jeff Ames2008-03-181-59/+26
* ODEPluginTeravus Ovares2008-03-101-0/+5
* * Added ODEPlugin Support for llSetBuoyancy. Set Buoyancy to 1 for space prim.Teravus Ovares2008-03-101-0/+12
* * This is a very icky implementation of physical linkset prim using fixed joi...Teravus Ovares2008-03-021-0/+8
* * Added Support within the ODEPlugin for Selected. Which means that;Teravus Ovares2008-02-231-0/+5
* Minor cleanup.Jeff Ames2008-02-201-4/+3
* ODE: Tired of floating above the ground after crossing a border? Boy have I ...Teravus Ovares2008-02-181-1/+1
* * Located and destroyed the weird velocity and rotation transfers. It turned...Teravus Ovares2008-02-171-0/+5
* * Made new Framework.Constants class, added RegionSize member.Adam Frisby2008-02-141-1/+1
* * Bigish ODE stability Update. Run PrebuildTeravus Ovares2008-02-131-0/+5
* * Made physical prim stable enough for the general population to turn on. (th...Teravus Ovares2008-02-131-1/+4
* * Added PhysicsScene.Dispose()Teravus Ovares2008-02-111-0/+3