aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/OdePlugin/ODEVehicleSettings.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * 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
|
* * Rudimentary angular motor implementation for the LSL Vehicle APITeravus Ovares2009-04-191-7/+79
|
* * A few fixes to the Linear MotorTeravus Ovares2009-04-171-15/+21
|
* * Add Implementation of Linear Motor and Linear friction from the LSL ↵Teravus Ovares2009-04-171-9/+73
| | | | Vehicle API in Physics
* * 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-171-2/+49
| | | | | * Vertical Attractor servo
* * Adding some organization of vehicle type stuff in the ODEPlugin.Teravus Ovares2009-04-141-0/+392
* Vehicles do NOT work. This is just organization and a bit of logical code to make doing vehicles easier