index
:
opensim-SC
Domme
switch
My fork of OpenSim for IG and DG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
Physics
/
ChOdePlugin
/
OdePlugin.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-03-21
shapetype support on chOde so it can also request a simple convex hull 'mesh'
UbitUmarov
1
-32
/
+12
2012-03-11
initial steps to support physical phantoms
UbitUmarov
1
-6
/
+27
2012-03-09
let chode and ubitode find ode.dll on windows
UbitUmarov
1
-0
/
+3
2012-03-02
This still causes terrain artefacts
Melanie
1
-3
/
+3
2012-03-02
This still causes terrain artefacts
Melanie
1
-3
/
+1
2012-02-29
chODE: bad meshs get a a basic box or sphere geom with setted prim size. They...
UbitUmarov
1
-4
/
+4
2012-02-27
Let inworld meshs colide as such and not as basic prim all the time. Removed...
UbitUmarov
1
-2
/
+7
2012-02-26
added in chODE GeomTriMeshDataDestroy to explicity release internal trimesh d...
UbitUmarov
1
-1
/
+10
2012-02-23
fix the last fix. Regions are square but... Also remove the 0.5 offset in ma...
UbitUmarov
1
-1
/
+3
2012-02-23
fix my bug on ChODE terrain heightmap build
UbitUmarov
1
-3
/
+3
2012-02-21
Reverse the changed to ODE heightmap. It results in SERIOUS issues like an
Melanie
1
-4
/
+4
2012-02-19
minor fix to chODE terrain heighmap scale
UbitUmarov
1
-4
/
+4
2012-02-17
Added simple binary serializer/deserializer to chODE. 100% untested and most ...
UbitUmarov
1
-0
/
+28
2012-02-15
Now if chode prim.cs detects out of bounds it requests a update and blocks mo...
UbitUmarov
1
-10
/
+10
2012-02-15
Now if chode prim.cs detects out of bounds it requests a update and blocks mo...
UbitUmarov
1
-10
/
+10
2011-07-15
Fox some local id issues in physics glue
Melanie
1
-10
/
+4
2011-07-15
Revert "Add localid support to ch0de properly"
Melanie
1
-4
/
+10
2011-07-15
Add localid support to ch0de properly
Tom
1
-10
/
+4
2011-05-22
Implement llGodLikeRezObject and llGetUsedMemory
Melanie
1
-1
/
+2
2011-01-04
Revise Materials properties; Fix Double-Click Autopilot; Allow non-script sit...
Kitto Flora
1
-137
/
+83
2010-12-29
Fix av/prim eject problem.
Kitto Flora
1
-45
/
+60
2010-12-20
Update materials parameters.
Kitto Flora
1
-92
/
+108
2010-12-11
Fix border fence for physicals. Fix llRotLookAt() for Vehicles.
Kitto Flora
1
-2
/
+2
2010-09-06
Falling animation fix, comment out instrumentation.
Kitto Flora
1
-4
/
+14
2010-07-13
Rewrite collision dictionary handling, cleans up deleted obects/avs. Fixes oc...
Kitto Flora
1
-0
/
+6
2010-04-04
ChODE Only: Corrected Heightmap load to iliminate crack at 255M. Added 'fence...
kitto
1
-66
/
+45
2010-01-21
ChODE Object Linear Motion update
Kitto Flora
1
-1
/
+1
2009-12-31
Vehicle Linear parameter adjustments
Kitto Flora
1
-26
/
+35
2009-12-22
Include ChOdePlugin
Kitto Flora
1
-1
/
+1
2009-12-03
* Fixes the 10x10x10 hard physics limitation. (wierdly, you have to set thi...
Teravus Ovares (Dan Olivares)
1
-0
/
+2
2009-11-23
* Resolves mantis 4390 http://opensimulator.org/mantis/view.php?id=4390
Teravus Ovares (Dan Olivares)
1
-1
/
+1
2009-11-22
* Adds a test for if the collision is at the bottom of the capsule on avatar....
Teravus Ovares (Dan Olivares)
1
-1
/
+12
2009-11-09
Following various discussions on irc and in the OpenSim dev OSGrid meeting la...
Justin Clark-Casey (justincc)
1
-1
/
+1
2009-11-03
minor: remove some mono compiler warnings
Justin Clark-Casey (justincc)
1
-3
/
+3
2009-10-29
* Log progress messages when loading OAR files with a lot of assets
John Hurliman
1
-60
/
+67
2009-10-28
Always send a time dilation of 1.0 while we debug rubberbanding issues
John Hurliman
1
-1
/
+2
2009-10-28
Limit physics time dilation to 1.0
John Hurliman
1
-1
/
+1
2009-10-28
* Reduce the velocity tolerance on sending terse updates to avoid slowly drif...
John Hurliman
1
-3
/
+10
2009-10-28
Fixed a bad check on velocity in the ODE near() callback (it was only checkin...
John Hurliman
1
-3
/
+3
2009-10-27
Move the calculation of time dilation from the scene to the physics engine. T...
John Hurliman
1
-2
/
+9
2009-10-26
Experimental change of PhysicsVector to Vector3. Untested
John Hurliman
1
-28
/
+22
2009-10-26
Do case-insensitive comparisons on region names in LLStandaloneLoginModule
John Hurliman
1
-2
/
+2
2009-10-26
* Changed the watchdog timer to improve the speed of UpdateThread(), only tra...
John Hurliman
1
-2
/
+6
2009-10-23
Patch from dslake http://opensimulator.org/mantis/view.php?id=4291 0004291: I...
dslake
1
-2
/
+3
2009-10-19
Forgot {} on last commit.
Diva Canto
1
-0
/
+2
2009-10-19
More instrumentation in physics.
Diva Canto
1
-0
/
+2
2009-10-19
Formatting cleanup.
Jeff Ames
1
-1
/
+1
2009-10-18
A bit of instrumentation to figure out what's going on with physics actors.
Diva Canto
1
-0
/
+6
2009-10-16
* One more attempt at the NullRef In The OdePlugin. This might fix it, but ...
Teravus Ovares (Dan Olivares)
1
-0
/
+21
2009-10-10
* Make ODECharacter respect the scene's requested collision update time
Teravus Ovares (Dan Olivares)
1
-0
/
+1
[next]