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