aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Experimental change of PhysicsVector to Vector3. UntestedJohn Hurliman2009-10-261-61/+52
* * Removing ODEPrim and ODECharacter GetHashCode() overrides since they were b...John Hurliman2009-10-201-5/+0
* A bit of instrumentation to figure out what's going on with physics actors.Diva Canto2009-10-181-1/+8
* * One more attempt at the NullRef In The OdePlugin. This might fix it, but ...Teravus Ovares (Dan Olivares)2009-10-161-1/+1
* * Added a message for when the null reference exception occurs to make debugg...Teravus Ovares (Dan Olivares)2009-10-161-3/+4
* * A hacky attempt at resolving mantis #4260. I think ODE was unable to allo...Teravus Ovares (Dan Olivares)2009-10-161-2/+22
* * comment out the velocity test, using updates every 500 ms as set in ScenePr...Teravus Ovares (Dan Olivares)2009-10-101-0/+3
* * Make ODECharacter respect the scene's requested collision update timeTeravus Ovares (Dan Olivares)2009-10-101-2/+13
* Alternate algorithm for fixing avatar capsule tilt (Mantis #2905)nlin2009-09-181-60/+72
* Thank you, dslake, for a set of patches to improve OpenSim startupMelanie2009-09-021-0/+5
* Merge branch 'master' of ssh://MyConnection/var/git/opensimTeravus Ovares (Dan Olivares)2009-08-261-4/+0
|\
| * Formatting cleanup, minor refactoring.Jeff Ames2009-08-261-4/+0
* | * Some Physics Scene Changes to prepare for larger regionsTeravus Ovares (Dan Olivares)2009-08-181-3/+3
|/
* This is the second part of the 'not crash on regionsize changes'. This le...Teravus Ovares (Dan Olivares)2009-08-071-1/+1
* * Remove hard coded 256 limitations from various places. There's no more 2...Teravus Ovares (Dan Olivares)2009-08-071-2/+2
* Revert the nonessential part of r10033 to restore sanity to trampolinesMelanie Thielker2009-07-161-4/+6
* * Tweaking collision reporting a little more in ScenePresence to not check if...Teravus Ovares2009-07-161-2/+2
* Fix for avatar falling through terrain when av_capsule_tilted=false, Mantis #...nlin2009-07-151-8/+78
* Thank you, Twitch, for a patch to restore mayhem and murder to OpenSimMelanie Thielker2009-07-141-6/+6
* Experimental fix for tilted avatar capsule, Mantis #2905nlin2009-07-081-7/+26
* - fixes a "collection out of sync" exception in the ODE physicsDr Scofield2009-06-251-3/+9
* 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
* * Rudimentary angular motor implementation for the LSL Vehicle APITeravus Ovares2009-04-191-1/+5
* * Commit a variety of fixes to bugs discovered while trying to fix the NaN si...Teravus Ovares2009-04-141-11/+100
* * Added finite testing to the character and object constructorTeravus Ovares2009-04-071-4/+17
* * Added a routine to check if a PhysicsVector and Quaternion is finiteTeravus Ovares2009-04-071-25/+65
* * Fixing thread safety of avatar adding and removing from the Physics Scene i...Teravus Ovares2009-03-301-1/+3
* * Making the minimum ground offset for flying a configurable offset in the Op...Teravus Ovares2009-03-071-5/+8
* Fixes Mantis #3260. Thank you kindly, MCortez for a patch that:Charles Krinke2009-03-061-0/+7
* Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke2009-02-221-1/+1
* Add copyright headers. Minor formatting cleanup. Fix some compiler warnings...Jeff Ames2009-02-131-1/+1
* Thanks Kitto Flora for a patch that adds automatic min fly height to ODE - Ma...Dahlia Trimble2009-02-121-1/+11
* Reverts patch from tuco/mikkopa/sempuki mantis #3072Teravus Ovares2009-02-081-37/+37
* Change access levels from private to protected to facilitateMike Mazur2009-02-031-37/+37
* * Tweaks some locks when modifying an ODECharacter. This actually allows a u...Teravus Ovares2009-01-311-17/+42
* * Implements the torque/Rotational Impulse methods in the PhysicsAPI and the ...Teravus Ovares2008-12-141-0/+11
* * Added Avatar minimum size in the ODEPlugin and a stern warning about settin...Teravus Ovares2008-12-141-0/+15
* * Committing a slightly distilled version of nlin's ODECharacter race conditi...Teravus Ovares2008-12-101-38/+96
* * Gerhard's patch m2781. Does some initial work for setting up llVolumeDetect.Teravus Ovares2008-12-091-0/+4
* * minor: remove mono compiler warningsJustin Clarke Casey2008-11-141-1/+1
* Thank you, idb, for a patch that fixes avatar height calculationMelanie Thielker2008-11-101-3/+4
* * Fix an over compensation for bounciness on flat PrimitiveTeravus Ovares2008-10-171-1/+2
* * Apply http://opensimulator.org/mantis/view.php?id=2401Justin Clarke Casey2008-10-161-0/+1
* * Releases the inter-region thread synchronization between physics in ODE on ...Teravus Ovares2008-10-161-4/+4
* Implement the plumbing for llSetVehicleType from the LSLCharles Krinke2008-09-281-0/+6
* Added the plumbing for llSetVehicleRotationParamCharles Krinke2008-09-281-0/+6
* Plumb the connection though from llSetVehicleVectorParamCharles Krinke2008-09-281-3/+7
* Plumb the connection through from llSetVehicleFloatParamCharles Krinke2008-09-281-0/+6
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-2/+1