Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-02-12 | Angular motor adjustments | Kitto Flora | 1 | -22/+26 | |
2010-02-03 | Motor angular decay fix. | Kitto Flora | 1 | -4/+7 | |
2010-02-02 | AngMotor update 1 | Kitto Flora | 1 | -70/+133 | |
2010-01-21 | Add glue for llSetVehicleFlags(), llRemoveVehicleFlags(). ChODE: Add ↵ | Kitto Flora | 1 | -0/+10 | |
associated methods. | |||||
2010-01-21 | ChODE Object Linear Motion update | Kitto Flora | 1 | -86/+101 | |
2009-12-31 | Vehicle Linear parameter adjustments | Kitto Flora | 1 | -8/+32 | |
2009-12-22 | Include ChOdePlugin | Kitto Flora | 1 | -0/+0 | |
2009-11-19 | Clean up messages in ODE | KittoFlora | 1 | -1/+1 | |
2009-11-03 | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 1 | -13/+13 | |
2009-10-27 | llRotLookAt Pt 2 | KittoFlora | 1 | -16/+18 | |
2009-10-26 | Experimental change of PhysicsVector to Vector3. Untested | John Hurliman | 1 | -1/+1 | |
2009-10-26 | Add llRotLookat pt1. | KittoFlora | 1 | -2/+2 | |
2009-10-22 | * Moved Copyrights above the comments in ODEPrim and ODEDynamics so they're ↵ | Teravus Ovares (Dan Olivares) | 1 | -12/+13 | |
consistent with the rest (and so chi11ken's auto copyright adding script doesn't duplicate the copyright. | |||||
2009-09-30 | Commit initial version of KittoFlora's vehicle changes | opensim | 1 | -308/+340 | |
2009-06-19 | Properly reset a vehicle's status to VEHICLE_TYPE_NONE when requested | Melanie Thielker | 1 | -0/+1 | |
2009-06-10 | Formatting cleanup. | Jeff Ames | 1 | -2/+2 | |
2009-05-22 | cleaning out warnings. | Dr Scofield | 1 | -93/+93 | |
NOTE: we currently have a gazillion warnings caused stuff flagged as "obsolete" (OGS1 stuff) --- what's up with that? | |||||
2009-04-20 | * It turns out vehicle Angular Motor direction is always in global space. | Teravus Ovares | 1 | -7/+24 | |
2009-04-20 | * Prevent a vehicle crash | Teravus Ovares | 1 | -0/+13 | |
2009-04-19 | * Rudimentary angular motor implementation for the LSL Vehicle API | Teravus Ovares | 1 | -7/+79 | |
2009-04-17 | * A few fixes to the Linear Motor | Teravus Ovares | 1 | -15/+21 | |
2009-04-17 | * Add Implementation of Linear Motor and Linear friction from the LSL ↵ | Teravus Ovares | 1 | -9/+73 | |
Vehicle API in Physics | |||||
2009-04-17 | * Set some minimum values to avoid divide by zero errors. | Teravus Ovares | 1 | -0/+14 | |
2009-04-17 | * Commit a few fixes to the Vehicle settings | Teravus Ovares | 1 | -2/+49 | |
* Vertical Attractor servo | |||||
2009-04-14 | * Adding some organization of vehicle type stuff in the ODEPlugin. | Teravus Ovares | 1 | -0/+392 | |
* Vehicles do NOT work. This is just organization and a bit of logical code to make doing vehicles easier |