aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/Manager (follow)
Commit message (Expand)AuthorAgeFilesLines
* This started as way to correct Mantis #3158, which I believe should be fixed ...diva2009-02-151-2/+2
* Reverts patch from tuco/mikkopa/sempuki mantis #3072Teravus Ovares2009-02-082-9/+0
* Change access levels from private to protected to facilitateMike Mazur2009-02-032-0/+9
* Update svn properties, minor formatting cleanup.Jeff Ames2008-12-301-55/+55
* * More NINJA Joint physics fixes from nlin.Teravus Ovares2008-12-282-10/+10
* * Fixes mantis #2922Teravus Ovares2008-12-272-10/+10
* * Applying Nlin's NINJA Joint patch. v2. Mantis# 2874Teravus Ovares2008-12-263-0/+122
* * Apply http://opensimulator.org/mantis/view.php?id=2775 with small tweaksJustin Clarke Casey2008-12-151-3/+3
* * Implements the torque/Rotational Impulse methods in the PhysicsAPI and the ...Teravus Ovares2008-12-141-0/+13
* * Gerhard's patch m2781. Does some initial work for setting up llVolumeDetect.Teravus Ovares2008-12-091-0/+7
* * refactor: change some method names and doc in the physics plugin managerJustin Clarke Casey2008-11-201-13/+13
* * Allow physics dlls to be loaded separately, rather than just the contents o...Justin Clarke Casey2008-11-201-12/+30
* * refactor: as per a recent opensim-dev thread, rename InnerScene to SceneGra...Justin Clarke Casey2008-11-121-1/+1
* * minor: Make some 'startup config failed to load' log messages more consistentJustin Clarke Casey2008-11-061-1/+1
* Implement the plumbing for llSetVehicleType from the LSLCharles Krinke2008-09-281-0/+7
* Added the plumbing for llSetVehicleRotationParamCharles Krinke2008-09-281-0/+6
* Plumb the connection though from llSetVehicleVectorParamCharles Krinke2008-09-281-4/+9
* Plumb the connection through from llSetVehicleFloatParamCharles Krinke2008-09-281-2/+9
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-064-32/+62
* adds releaseSourceMeshData() method to IMesh and Mesh for freeing mesh data a...Dahlia Trimble2008-08-271-0/+1
* Formatting cleanup.Jeff Ames2008-08-182-3/+0
* Implements llSetForce() and llGetForce(). These are experimental and the unit...Dahlia Trimble2008-07-241-1/+2
* Overloads CreateMesh method of interface IMesher to pass prim physical status...Dahlia Trimble2008-07-122-0/+6
* properly explaining each #pragma warning disableDr Scofield2008-06-301-0/+1
* Update svn properties. Formatting cleanup.Jeff Ames2008-06-101-10/+10
* *Fixed bug that caused failure when System.Console.Readline returns null (no ...mingchen2008-06-091-4/+10
* * Adds Top Colliders when using ODE. Access it from the estate tools/debug tab.Teravus Ovares2008-05-252-1/+13
* * Releases Pinned vertex/index list in ODE on next mesh request.Teravus Ovares2008-05-251-0/+2
* * This finishes the ODE options section of the OpenSim.ini.example. I've adde...Teravus Ovares2008-05-162-2/+2
* Formatting cleanup.Jeff Ames2008-05-164-18/+18
* * Refactored IConfigSource into Physics plug-ins and Scene. We can get rid of...Teravus Ovares2008-05-142-4/+6
* * If you llApplyImpulse on an attachment, it applies impulse on the avatar, n...Teravus Ovares2008-05-061-2/+2
* * Committing some collision stuffs that I'm working on.Teravus Ovares2008-05-031-5/+30
* * Tuned the llMove2Target PID controller to be more reasonable and not oversh...Teravus Ovares2008-04-241-0/+9
* * Adds llSetStatus(STATUS_ROTATE_X | STATUS_ROTATE_Y | STATUS_ROTATE_Z,TF)Teravus Ovares2008-04-232-1/+6
* * Optimised using statements and namespace references across entire project (...Adam Frisby2008-04-214-9/+5
* * Adds llMoveToTarget and llStopMoveToTarget support to the ODEPlugin.Teravus Ovares2008-03-251-0/+9
* Formatting cleanup. Minor refactoring.Jeff Ames2008-03-181-39/+6
* * Remove unused (and somewhat nonsensical) method in PhysicsActorJustin Clarke Casey2008-03-181-7/+0
* Formatting cleanup.Jeff Ames2008-03-189-252/+244
* * Preliminary work with the ODEPlugin to collect collision data.Teravus Ovares2008-03-141-8/+8
* ODEPluginTeravus Ovares2008-03-101-0/+8
* * Added ODEPlugin Support for llSetBuoyancy. Set Buoyancy to 1 for space prim.Teravus Ovares2008-03-102-0/+12
* * This is a very icky implementation of physical linkset prim using fixed joi...Teravus Ovares2008-03-021-0/+14
* * Added Support within the ODEPlugin for Selected. Which means that;Teravus Ovares2008-02-231-0/+7
* * A few additional null checks in the Physics Scene and PhysicsActor so we do...Teravus Ovares2008-02-211-9/+2
* * Found the land bug, yayTeravus Ovares2008-02-201-4/+16
* Minor cleanup.Jeff Ames2008-02-201-1/+1
* * Fixed a long standing race condition in physics events. Could this be the...Teravus Ovares2008-02-201-3/+3
* More exception checks and crash hintsTedd Hansen2008-02-181-0/+8