Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-03-04 | Fix Physics angular reference frame. | Kitto Flora | 1 | -630/+0 | |
2009-12-22 | Include ChOdePlugin | Kitto Flora | 1 | -0/+0 | |
2009-09-30 | Commit initial version of KittoFlora's vehicle changes | opensim | 1 | -277/+281 | |
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 |