Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-01-14 | make old Ode PInvoke follow ms coding rules | UbitUmarov | 1 | -26/+26 | |
2017-01-05 | Massive tab and trailing space cleanup | Melanie Thielker | 1 | -1/+1 | |
2015-11-20 | stop a Vehicle on a failed region cross (or empty border) (old ode) | UbitUmarov | 1 | -0/+7 | |
2015-11-20 | remove the hard to maintain Ode.Net wrapper only in use by old ode | UbitUmarov | 1 | -1/+1 | |
2015-08-30 | More namespace and dll name changes. Still no functional changes. | Diva Canto | 1 | -1/+1 | |
2015-08-30 | Renamed the namespaces too | Diva Canto | 1 | -2/+2 | |
2015-08-30 | Major renaming of Physics dlls / folders. No functional changes, just renames. | Diva Canto | 1 | -0/+0 | |
2010-06-25 | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
2010-02-15 | Formatting cleanup. | Jeff Ames | 1 | -25/+25 | |
2010-02-14 | Revolution is on the roll again! :) | Revolution | 1 | -39/+362 | |
Fixes: Undo, T-pose of others on login, modifiedBulletX works again, feet now stand on the ground instead of in the ground, adds checks to CombatModule. Adds: Redo, Land Undo, checks to agentUpdate (so one can not fall off of a region), more vehicle parts. Finishes almost all of LSL (1 function left, 2 events). Direct flames and kudos to Revolution, please Signed-off-by: Melanie <melanie@t-data.com> | |||||
2010-01-04 | Formatting cleanup. Add copyright headers. | Jeff Ames | 1 | -224/+216 | |
2009-12-22 | Include ChOdePlugin | Kitto Flora | 1 | -17/+3 | |
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 |