aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Implements llSetForce() and llGetForce(). These are experimental and the unit...Dahlia Trimble2008-07-241-0/+1
* dr scofield's warnings safari:Dr Scofield2008-06-271-8/+9
* * Adds Top Colliders when using ODE. Access it from the estate tools/debug tab.Teravus Ovares2008-05-251-0/+1
* Formatting cleanup.Jeff Ames2008-05-161-31/+31
* * Adds various tweakable avatar control options to the OpenSim.ini.example.Teravus Ovares2008-05-151-40/+24
* * Added about half of the planned ODE physics options to OpenSim.ini.example.Teravus Ovares2008-05-151-1/+1
* * If you llApplyImpulse on an attachment, it applies impulse on the avatar, n...Teravus Ovares2008-05-061-5/+16
* * For your fragging desire, damage enabled land works, but watch out!, life d...Teravus Ovares2008-05-031-1/+3
* * Committing some collision stuffs that I'm working on.Teravus Ovares2008-05-031-0/+31
* * Adds llSetStatus(STATUS_ROTATE_X | STATUS_ROTATE_Y | STATUS_ROTATE_Z,TF)Teravus Ovares2008-04-231-1/+8
* * Optimised using statements and namespace references across entire project (...Adam Frisby2008-04-211-3/+3
* * Fixed up some documentationTeravus Ovares2008-04-061-2/+2
* * Minor cleanupTeravus Ovares2008-03-301-1/+1
* Comment out unused private methods.Jeff Ames2008-03-251-20/+21
* * Adds llMoveToTarget and llStopMoveToTarget support to the ODEPlugin.Teravus Ovares2008-03-251-0/+3
* Formatting cleanup.Jeff Ames2008-03-181-27/+26
* * Preliminary work with the ODEPlugin to collect collision data.Teravus Ovares2008-03-141-0/+1
* ODEPluginTeravus Ovares2008-03-101-0/+5
* * Added ODEPlugin Support for llSetBuoyancy. Set Buoyancy to 1 for space prim.Teravus Ovares2008-03-101-0/+7
* * Four more warnings, etc etc.Adam Frisby2008-03-051-7/+0
* * This is a very icky implementation of physical linkset prim using fixed joi...Teravus Ovares2008-03-021-0/+8
* * Added Support within the ODEPlugin for Selected. Which means that;Teravus Ovares2008-02-231-0/+20
* Minor cleanup.Jeff Ames2008-02-201-1/+1
* ODE: Tired of floating above the ground after crossing a border? Boy have I ...Teravus Ovares2008-02-181-1/+2
* * Located and destroyed the weird velocity and rotation transfers. It turned...Teravus Ovares2008-02-171-2/+8
* * ODE Stability update 4 :D Teravus Ovares2008-02-151-2/+7
* Cleaned up some typos.Jeff Ames2008-02-141-2/+2
* * Bigish ODE stability Update. Run PrebuildTeravus Ovares2008-02-131-3/+9
* * Removed a debug line that got called every frame.Teravus Ovares2008-02-131-1/+1
* * Made physical prim stable enough for the general population to turn on. (th...Teravus Ovares2008-02-131-0/+5
* Converted logging to use log4net.Jeff Ames2008-02-051-3/+5
* * Experimental ODE Update to make ODE more stableTeravus Ovares2008-01-301-0/+6
* * Implemented grab and throw in ODE. It's a little strong still so toss gent...Teravus Ovares2008-01-291-0/+11
* * This fixes the stair issue that Sdague reported on *nix. Be aware that if ...Teravus Ovares2008-01-291-2/+11
* * Mostly ODE update. Things are a bit more behaved then the last experiment...Teravus Ovares2008-01-281-9/+33
* * Highly experimental ODE_STEPSIZE = 0.025f - 1000 / 25 = 40fps - 10 substeps...Teravus Ovares2008-01-271-10/+11
* * Shifted strategy of detecting specific *nix distributions to detecting *nix. Teravus Ovares2008-01-261-2/+2
* * Changing && to || as suggested by dirk and ChrisD, also looks sensible to meJustin Clarke Casey2008-01-251-2/+2
* * Added Ubuntu to the OS detection routine. This seems to have helped on D...Teravus Ovares2008-01-241-1/+1
* * This update updates ODE to again use the AMotor to keep the avatar upright ...Teravus Ovares2008-01-231-26/+38
* * Return of the avatar wobble.Teravus Ovares2008-01-181-35/+43
* * Physics update to perhaps help people who have capsules that have capsizedTeravus Ovares2008-01-181-1/+1
* * ODE Physics update. fixed weird rotation of the avatar surrogate.Teravus Ovares2008-01-181-20/+37
* * Mother of all commits:Adam Frisby2008-01-151-1/+1
* * Fixed an overflow in the land managerTeravus Ovares2008-01-131-66/+181
* * Fixed a waste of resources in ODE. Possibly a cause of thread leak.Teravus Ovares2008-01-051-2/+2
* * This update rolls back the packetpool and LibSL changes. Please retest and...Teravus Ovares2007-12-301-9/+9
* * Optimized usingslbsa712007-12-271-58/+56
* * This update includes a wide range of changes to the ODEPlugin for avatar mo...Teravus Ovares2007-12-261-18/+21
* * Coded around another Null packet sent by the packet poolTeravus Ovares2007-12-261-9/+27