aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Removing ODEPrim and ODECharacter GetHashCode() overrides since they were b...John Hurliman2009-10-201-5/+0
* Formatting cleanup.Jeff Ames2009-10-191-2/+2
* Optimize ODE mesh by removing sleep. On a region with 100,000 prims and ODE e...unknown2009-10-121-1/+1
* Eliminate pinned Mesh data on managed heap by using IntPtrs to memory allocat...Dan Lake2009-10-051-7/+6
* Meshmerizer stores dictionary of unique Meshes keyed on construction paramete...Dan Lake2009-09-241-14/+3
* Thank you, dslake, for a set of patches to improve OpenSim startupMelanie2009-09-021-0/+5
* * Some Physics Scene Changes to prepare for larger regionsTeravus Ovares (Dan Olivares)2009-08-181-1/+1
* This is the second part of the 'not crash on regionsize changes'. This le...Teravus Ovares (Dan Olivares)2009-08-071-2/+2
* Formatting cleanup.Jeff Ames2009-06-101-2/+2
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* cleaning out warnings.Dr Scofield2009-05-221-7/+5
* * Allow passing of material type to physics engineTeravus Ovares2009-04-201-0/+7
* * Commit a few fixes to the Vehicle settingsTeravus Ovares2009-04-171-11/+18
* * Remove some super experimental stuff in BulletDotNETPlugin since it was cau...Teravus Ovares2009-04-161-8/+15
* * Committing more BulletDotNETPlugin workTeravus Ovares2009-04-161-9/+286
* * Adding some organization of vehicle type stuff in the ODEPlugin.Teravus Ovares2009-04-141-183/+30
* * Added finite testing to the character and object constructorTeravus Ovares2009-04-071-0/+18
* * Added a routine to check if a PhysicsVector and Quaternion is finiteTeravus Ovares2009-04-071-20/+114
* * Remove a debug line of localIDsTeravus Ovares2009-03-301-1/+1
* * Fixing thread safety of avatar adding and removing from the Physics Scene i...Teravus Ovares2009-03-301-0/+1
* Ensure the remembered velocity is zero when physical is turned off on a prim....idb2009-03-201-1/+5
* * Tweak llMoveToTarget per mantis 3265Teravus Ovares2009-03-091-1/+1
* * Added some limits to the maximum force applied per second by llMoveToTarget...Teravus Ovares2009-03-071-1/+18
* Fixes Mantis #3260. Thank you kindly, MCortez for a patch that:Charles Krinke2009-03-061-1/+100
* * Fixing a few mass calculation errors suggested by jhurlimanTeravus Ovares2009-03-051-2/+2
* Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke2009-02-221-2/+2
* Reverts patch from tuco/mikkopa/sempuki mantis #3072Teravus Ovares2009-02-081-75/+75
* Change access levels from private to protected to facilitateMike Mazur2009-02-031-75/+75
* - Added the fixed Ode.NET.dllHomer Horwitz2008-12-311-5/+5
* Added a missing setMass for initializing the mass of primsHomer Horwitz2008-12-311-1/+2
* * Applying Nlin's NINJA Joint patch. v2. Mantis# 2874Teravus Ovares2008-12-261-2/+27
* Mantis#2796. Thank you kindly, Gerhard for a patch that addresses:Charles Krinke2008-12-201-1/+6
* * Implements the torque/Rotational Impulse methods in the PhysicsAPI and the ...Teravus Ovares2008-12-141-3/+80
* * A Few physical prim + linkset fixes. Prevent some crashesTeravus Ovares2008-12-141-19/+51
* * Fixes a few instances of llSetStatus with Axis lock gone wrong. Teravus Ovares2008-12-091-4/+46
* * Gerhard's patch m2781. Does some initial work for setting up llVolumeDetect.Teravus Ovares2008-12-091-0/+5
* * Tweaks physics so that linked prim are a single body. This will make linke...Teravus Ovares2008-12-071-77/+412
* Clean up the mass < 0 logic a tiny bit whenCharles Krinke2008-11-091-2/+1
* * Releases the inter-region thread synchronization between physics in ODE on ...Teravus Ovares2008-10-161-1/+1
* * Cleaned up tons of code duplication in ODEPrim Teravus Ovares2008-10-141-265/+133
* Implement the plumbing for llSetVehicleType from the LSLCharles Krinke2008-09-281-0/+6
* Added the plumbing for llSetVehicleRotationParamCharles Krinke2008-09-281-0/+5
* Plumb the connection though from llSetVehicleVectorParamCharles Krinke2008-09-281-3/+7
* Plumb the connection through from llSetVehicleFloatParamCharles Krinke2008-09-281-0/+6
* Update svn properties, minor formatting cleanup.Jeff Ames2008-09-211-2/+2
* re-enabled some ODE internal proxies for some simple prim types to try to sav...Dahlia Trimble2008-09-191-50/+57
* XEngine: fix collisions, add event coalescing for collision events.Melanie Thielker2008-09-181-6/+4
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-48/+48
* ODEPlugin now frees source mesh data after conversion to pinned lists to save...Dahlia Trimble2008-08-271-0/+2
* Re-enables testing for config option mesh_sculpted_prim which was inadvertent...Dahlia Trimble2008-07-251-14/+14