index
:
opensim-SC_OLD
master
My fork of OpenSim for IG and MG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
Physics
/
OdePlugin
/
OdePlugin.cs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Make ODECharacter respect the scene's requested collision update time
Teravus Ovares (Dan Olivares)
2009-10-10
1
-0
/
+1
*
minor: remove mono compile warning
Justin Clark-Casey (justincc)
2009-10-05
1
-5
/
+2
*
Formatting cleanup.
Jeff Ames
2009-10-01
1
-5
/
+5
*
Add test to check behaviour if an iar is loaded where no user profile exists ...
Justin Clark-Casey (justincc)
2009-09-09
1
-16
/
+6
*
* Fix for GetTerrainHeightAtXY to make it compatible when Constants.RegionSiz...
Teravus Ovares (Dan Olivares)
2009-09-04
1
-3
/
+4
*
* Fixes the function 'GetTerrainHeightAtXY'
Teravus Ovares (Dan Olivares)
2009-09-04
1
-16
/
+26
*
* One last attempt to get the bordercrossing/primcrossing/attachmentcrossing ...
Teravus Ovares (Dan Olivares)
2009-09-02
1
-1
/
+72
*
Thank you, dslake, for a set of patches to improve OpenSim startup
Melanie
2009-09-02
1
-5
/
+5
*
* It turns out that Physics heightmap values were being stored in managed mem...
Teravus Ovares (Dan Olivares)
2009-08-21
1
-22
/
+27
*
* Fixes Terrain issues with combined regions.
Teravus Ovares (Dan Olivares)
2009-08-20
1
-65
/
+133
*
*remove conflicts
Teravus Ovares (Dan Olivares)
2009-08-18
1
-9
/
+4
|
\
|
*
Did I say that i don't like git? Remove some stuff that shouldn't have
Melanie
2009-08-17
1
-30
/
+8
|
*
Add System.Xml reference to the console project
Melanie
2009-08-17
1
-8
/
+30
|
*
Misc cleanup.
Jeff Ames
2009-08-16
1
-9
/
+4
*
|
* Some Physics Scene Changes to prepare for larger regions
Teravus Ovares (Dan Olivares)
2009-08-18
1
-47
/
+54
*
|
Merge branch 'master' of ssh://MyConnection/var/git/opensim
Teravus Ovares (Dan Olivares)
2009-08-15
1
-6
/
+4
|
\
\
|
|
/
|
*
Formatting cleanup. Fix some compiler warnings.
Jeff Ames
2009-08-13
1
-6
/
+4
*
|
* part one of adding physics combining
Teravus Ovares (Dan Olivares)
2009-08-15
1
-0
/
+9
|
/
*
* Fix one physics crash for regions larger then 512mx512m
Teravus Ovares (Dan Olivares)
2009-08-08
1
-1
/
+4
*
* Remove hard coded 256 limitations from various places. There's no more 2...
Teravus Ovares (Dan Olivares)
2009-08-07
1
-9
/
+38
*
* Remove some mono compiler warnings
Justin Clark-Casey
2009-08-05
1
-1
/
+2
*
* Whoops, forgot the water heightfield.
Teravus Ovares
2009-07-22
1
-1
/
+1
*
* Exclude heightfield geom from the raycast test.
Teravus Ovares
2009-07-22
1
-1
/
+1
*
* nothing in this commit, re-triggering panda.. which crashed while testing.
Teravus Ovares
2009-07-21
1
-1
/
+1
*
* Fixed a case where a prim was a NullPhysicsActor instead of an OdePrim
Teravus Ovares
2009-07-21
1
-72
/
+100
*
* Created a way that the OpenSimulator scene can ask the physics scene to do ...
Teravus Ovares
2009-07-19
1
-1
/
+22
*
Experimental fix for tilted avatar capsule, Mantis #2905
nlin
2009-07-08
1
-0
/
+3
*
- fixes a "collection out of sync" exception in the ODE physics
Dr Scofield
2009-06-25
1
-33
/
+44
*
From: Alan Webb <alan_webb@us.ibm.com>
Dr Scofield
2009-06-10
1
-2
/
+2
*
Formatting cleanup.
Jeff Ames
2009-06-10
1
-1
/
+1
*
cleaning out warnings.
Dr Scofield
2009-05-22
1
-1
/
+1
*
* Allow passing of material type to physics engine
Teravus Ovares
2009-04-20
1
-19
/
+241
*
Added a "force_simple_prim_meshing" option to the ODE settings in OpenSim.ini...
Dahlia Trimble
2009-04-19
1
-25
/
+18
*
From: Alan M Webb <alan_webb@us.ibm.com>
Dr Scofield
2009-03-31
1
-1
/
+9
*
* Fixing thread safety of avatar adding and removing from the Physics Scene i...
Teravus Ovares
2009-03-30
1
-6
/
+25
*
* Make all coded defaults match settings in OpenSim.ini.example
Justin Clarke Casey
2009-03-11
1
-4
/
+4
*
Correct a typo, purely cosmetic.
idb
2009-03-07
1
-1
/
+1
*
* Making the minimum ground offset for flying a configurable offset in the Op...
Teravus Ovares
2009-03-07
1
-0
/
+3
*
* fixes mantis 3259
Teravus Ovares
2009-03-07
1
-0
/
+9
*
* Added some limits to the maximum force applied per second by llMoveToTarget...
Teravus Ovares
2009-03-07
1
-1
/
+9
*
Fixes Mantis #3260. Thank you kindly, MCortez for a patch that:
Charles Krinke
2009-03-06
1
-0
/
+5
*
Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:
Charles Krinke
2009-02-22
1
-4
/
+4
*
This started as way to correct Mantis #3158, which I believe should be fixed ...
diva
2009-02-15
1
-1
/
+2
*
Add copyright headers. Minor formatting cleanup. Fix some compiler warnings...
Jeff Ames
2009-02-13
1
-2
/
+2
*
Thanks Kitto Flora for a patch that adds automatic min fly height to ODE - Ma...
Dahlia Trimble
2009-02-12
1
-8
/
+10
*
* Some minor cleanup
Teravus Ovares
2009-02-08
1
-30
/
+30
*
Reverts patch from tuco/mikkopa/sempuki mantis #3072
Teravus Ovares
2009-02-08
1
-100
/
+100
*
* Limit the total number of joints created per frame to the maximum possible ...
Teravus Ovares
2009-02-08
1
-12
/
+53
*
* Fixes colliding with the terrain lower then 0 and higher then 256m
Teravus Ovares
2009-02-08
1
-11
/
+10
*
Change access levels from private to protected to facilitate
Mike Mazur
2009-02-03
1
-100
/
+100
[next]