aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/Manager (follow)
Commit message (Expand)AuthorAgeFilesLines
* * 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
* ODE: Tired of floating above the ground after crossing a border? Boy have I ...Teravus Ovares2008-02-181-2/+2
* * Located and destroyed the weird velocity and rotation transfers. It turned...Teravus Ovares2008-02-172-1/+8
* Added copyright notices.Jeff Ames2008-02-171-0/+28
* * Bigish ODE stability Update. Run PrebuildTeravus Ovares2008-02-132-0/+53
* * Made physical prim stable enough for the general population to turn on. (th...Teravus Ovares2008-02-131-0/+8
* Clean up more unnecessary String.Format callsJeff Ames2008-02-131-1/+1
* * A bunch of updates to make things more smooth.Teravus Ovares2008-02-121-1/+56
* * Added PhysicsScene.Dispose()Teravus Ovares2008-02-111-0/+6
* Clean up logging calls using String.Format explicitlyJeff Ames2008-02-102-5/+5
* Converted logging to use log4net.Jeff Ames2008-02-052-17/+21