aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/OdePlugin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-015-5/+5
* Revert "* Added IntegrationTest Attribute and tagged the ODETestClass"Sean Dague2009-05-271-2/+1
* * Added IntegrationTest Attribute and tagged the ODETestClasslbsa712009-05-271-1/+2
* * Upped version number to 0.6.5lbsa712009-05-251-1/+1
* cleaning out warnings.Dr Scofield2009-05-223-101/+99
* * It turns out vehicle Angular Motor direction is always in global space.Teravus Ovares2009-04-201-7/+24
* * Prevent a vehicle crashTeravus Ovares2009-04-201-0/+13
* * Allow passing of material type to physics engineTeravus Ovares2009-04-202-19/+248
* * Rudimentary angular motor implementation for the LSL Vehicle APITeravus Ovares2009-04-192-8/+84
* Added a "force_simple_prim_meshing" option to the ODE settings in OpenSim.ini...Dahlia Trimble2009-04-191-25/+18
* * A few fixes to the Linear MotorTeravus Ovares2009-04-171-15/+21
* * Add Implementation of Linear Motor and Linear friction from the LSL Vehicle...Teravus Ovares2009-04-171-9/+73
* * Set some minimum values to avoid divide by zero errors.Teravus Ovares2009-04-171-0/+14
* * Commit a few fixes to the Vehicle settingsTeravus Ovares2009-04-172-13/+67
* * Remove some super experimental stuff in BulletDotNETPlugin since it was cau...Teravus Ovares2009-04-161-8/+15
* * Committing more BulletDotNETPlugin workTeravus Ovares2009-04-161-9/+286
* * Adding some organization of vehicle type stuff in the ODEPlugin.Teravus Ovares2009-04-142-183/+422
* * Commit a variety of fixes to bugs discovered while trying to fix the NaN si...Teravus Ovares2009-04-141-11/+100
* * Added finite testing to the character and object constructorTeravus Ovares2009-04-072-4/+35
* * Added a routine to check if a PhysicsVector and Quaternion is finiteTeravus Ovares2009-04-072-45/+179
* * Upped trunk version number to 0.6.4 as we just tagged 0.6.4-releaselbsa712009-04-011-1/+1
* From: Alan M Webb <alan_webb@us.ibm.com>Dr Scofield2009-03-311-1/+9
* * Remove a debug line of localIDsTeravus Ovares2009-03-301-1/+1
* * Fixing thread safety of avatar adding and removing from the Physics Scene i...Teravus Ovares2009-03-303-7/+29
* Ensure the remembered velocity is zero when physical is turned off on a prim....idb2009-03-201-1/+5
* * Make all coded defaults match settings in OpenSim.ini.exampleJustin Clarke Casey2009-03-111-4/+4
* * Tweak llMoveToTarget per mantis 3265Teravus Ovares2009-03-091-1/+1
* Correct a typo, purely cosmetic.idb2009-03-071-1/+1
* * Making the minimum ground offset for flying a configurable offset in the Op...Teravus Ovares2009-03-072-5/+11
* * fixes mantis 3259Teravus Ovares2009-03-071-0/+9
* * Added some limits to the maximum force applied per second by llMoveToTarget...Teravus Ovares2009-03-072-2/+27
* Fixes Mantis #3260. Thank you kindly, MCortez for a patch that:Charles Krinke2009-03-063-1/+112
* * Fixing a few mass calculation errors suggested by jhurlimanTeravus Ovares2009-03-051-2/+2
* Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke2009-02-224-11/+15
* * Upped VersionInfo to 0.6.3 and in the process, changed assemblyinfo to 0.6....lbsa712009-02-201-3/+3
* * Changed all AssemblyInfo to explicit version 1.0.0.0 to not confuse poor po...lbsa712009-02-191-1/+1
* This started as way to correct Mantis #3158, which I believe should be fixed ...diva2009-02-151-1/+2
* Add copyright headers. Minor formatting cleanup. Fix some compiler warnings...Jeff Ames2009-02-132-3/+3
* Thanks Kitto Flora for a patch that adds automatic min fly height to ODE - Ma...Dahlia Trimble2009-02-122-9/+21
* * Some minor cleanupTeravus Ovares2009-02-081-30/+30
* Reverts patch from tuco/mikkopa/sempuki mantis #3072Teravus Ovares2009-02-085-216/+216
* * Limit the total number of joints created per frame to the maximum possible ...Teravus Ovares2009-02-081-12/+53
* * Fixes colliding with the terrain lower then 0 and higher then 256mTeravus Ovares2009-02-081-11/+10
* Change access levels from private to protected to facilitateMike Mazur2009-02-035-216/+216
* * Tweaks some locks when modifying an ODECharacter. This actually allows a u...Teravus Ovares2009-01-312-17/+45
* Improve parsing of joint parameters for NINJA physics (Mantis #2966). nlin2009-01-141-1/+1
* Slight optimisation: Don't check for duplication if we won't use the result a...Homer Horwitz2008-12-311-7/+7
* - Added the fixed Ode.NET.dllHomer Horwitz2008-12-311-5/+5
* Added a missing setMass for initializing the mass of primsHomer Horwitz2008-12-311-1/+2
* * Remove mono compiler warningsJustin Clarke Casey2008-12-301-1/+0