| Commit message (Expand) | Author | Age | Files | Lines |
* | Revolution is on the roll again! :) | Revolution | 2010-02-14 | 1 | -0/+6 |
* | Formatting cleanup. Add copyright headers. | Jeff Ames | 2010-01-04 | 1 | -1/+1 |
* | Glue code for a couple of new LSL function implementations | Melanie | 2009-12-22 | 1 | -2/+12 |
* | * Log progress messages when loading OAR files with a lot of assets | John Hurliman | 2009-10-29 | 1 | -8/+21 |
* | Experimental change of PhysicsVector to Vector3. Untested | John Hurliman | 2009-10-26 | 1 | -43/+43 |
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
* | * Allow passing of material type to physics engine | Teravus Ovares | 2009-04-20 | 1 | -0/+10 |
* | Fixes Mantis #3260. Thank you kindly, MCortez for a patch that: | Charles Krinke | 2009-03-06 | 1 | -1/+25 |
* | Reverts patch from tuco/mikkopa/sempuki mantis #3072 | Teravus Ovares | 2009-02-08 | 1 | -3/+0 |
* | Change access levels from private to protected to facilitate | Mike Mazur | 2009-02-03 | 1 | -0/+3 |
* | * More NINJA Joint physics fixes from nlin. | Teravus Ovares | 2008-12-28 | 1 | -2/+2 |
* | * Fixes mantis #2922 | Teravus Ovares | 2008-12-27 | 1 | -2/+2 |
* | * Applying Nlin's NINJA Joint patch. v2. Mantis# 2874 | Teravus Ovares | 2008-12-26 | 1 | -0/+3 |
* | * Implements the torque/Rotational Impulse methods in the PhysicsAPI and the ... | Teravus Ovares | 2008-12-14 | 1 | -0/+13 |
* | * Gerhard's patch m2781. Does some initial work for setting up llVolumeDetect. | Teravus Ovares | 2008-12-09 | 1 | -0/+7 |
* | Implement the plumbing for llSetVehicleType from the LSL | Charles Krinke | 2008-09-28 | 1 | -0/+7 |
* | Added the plumbing for llSetVehicleRotationParam | Charles Krinke | 2008-09-28 | 1 | -0/+6 |
* | Plumb the connection though from llSetVehicleVectorParam | Charles Krinke | 2008-09-28 | 1 | -4/+9 |
* | Plumb the connection through from llSetVehicleFloatParam | Charles Krinke | 2008-09-28 | 1 | -2/+9 |
* | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 2008-09-06 | 1 | -1/+1 |
* | Formatting cleanup. | Jeff Ames | 2008-08-18 | 1 | -2/+0 |
* | Implements llSetForce() and llGetForce(). These are experimental and the unit... | Dahlia Trimble | 2008-07-24 | 1 | -1/+2 |
* | properly explaining each #pragma warning disable | Dr Scofield | 2008-06-30 | 1 | -0/+1 |
* | * Adds Top Colliders when using ODE. Access it from the estate tools/debug tab. | Teravus Ovares | 2008-05-25 | 1 | -1/+4 |
* | Formatting cleanup. | Jeff Ames | 2008-05-16 | 1 | -11/+11 |
* | * If you llApplyImpulse on an attachment, it applies impulse on the avatar, n... | Teravus Ovares | 2008-05-06 | 1 | -2/+2 |
* | * Committing some collision stuffs that I'm working on. | Teravus Ovares | 2008-05-03 | 1 | -5/+30 |
* | * Adds llSetStatus(STATUS_ROTATE_X | STATUS_ROTATE_Y | STATUS_ROTATE_Z,TF) | Teravus Ovares | 2008-04-23 | 1 | -0/+5 |
* | * Adds llMoveToTarget and llStopMoveToTarget support to the ODEPlugin. | Teravus Ovares | 2008-03-25 | 1 | -0/+9 |
* | Formatting cleanup. Minor refactoring. | Jeff Ames | 2008-03-18 | 1 | -39/+6 |
* | * Remove unused (and somewhat nonsensical) method in PhysicsActor | Justin Clarke Casey | 2008-03-18 | 1 | -7/+0 |
* | Formatting cleanup. | Jeff Ames | 2008-03-18 | 1 | -27/+27 |
* | * Preliminary work with the ODEPlugin to collect collision data. | Teravus Ovares | 2008-03-14 | 1 | -8/+8 |
* | ODEPlugin | Teravus Ovares | 2008-03-10 | 1 | -0/+8 |
* | * Added ODEPlugin Support for llSetBuoyancy. Set Buoyancy to 1 for space prim. | Teravus Ovares | 2008-03-10 | 1 | -0/+6 |
* | * This is a very icky implementation of physical linkset prim using fixed joi... | Teravus Ovares | 2008-03-02 | 1 | -0/+14 |
* | * Added Support within the ODEPlugin for Selected. Which means that; | Teravus Ovares | 2008-02-23 | 1 | -0/+7 |
* | * A few additional null checks in the Physics Scene and PhysicsActor so we do... | Teravus Ovares | 2008-02-21 | 1 | -9/+2 |
* | * Found the land bug, yay | Teravus Ovares | 2008-02-20 | 1 | -4/+16 |
* | * Fixed a long standing race condition in physics events. Could this be the... | Teravus Ovares | 2008-02-20 | 1 | -3/+3 |
* | * Located and destroyed the weird velocity and rotation transfers. It turned... | Teravus Ovares | 2008-02-17 | 1 | -0/+7 |
* | * Bigish ODE stability Update. Run Prebuild | Teravus Ovares | 2008-02-13 | 1 | -0/+7 |
* | * Made physical prim stable enough for the general population to turn on. (th... | Teravus Ovares | 2008-02-13 | 1 | -0/+8 |
* | * Implemented grab and throw in ODE. It's a little strong still so toss gent... | Teravus Ovares | 2008-01-29 | 1 | -0/+17 |
* | * Optimized usings | lbsa71 | 2007-12-27 | 1 | -45/+56 |
* | * Re-did the mass calculations in ODE for Prim | Teravus Ovares | 2007-12-19 | 1 | -1/+24 |
* | saved OpenSim source code from the giant rampaging unterminated copyright not... | Jeff Ames | 2007-12-10 | 1 | -2/+2 |
* | * ODE step two on the way to separate dynamic space allocation ( One more to ... | Teravus Ovares | 2007-11-16 | 1 | -0/+14 |
* | * Implemented Walk Vs Run in ODE. Also helps make the walk look smoother. | Teravus Ovares | 2007-11-12 | 1 | -1/+6 |
* | * Added a lot of Glue to help with reporting proper collisions. | Teravus Ovares | 2007-11-12 | 1 | -2/+85 |