aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/ChOdePlugin/OdePlugin.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix the last fix. Regions are square but... Also remove the 0.5 offset in ↵UbitUmarov2012-02-231-1/+3
| | | | map position. It was apparently needed to fix we having nsamples = size and not size + 1.
* fix my bug on ChODE terrain heightmap buildUbitUmarov2012-02-231-3/+3
|
* Reverse the changed to ODE heightmap. It results in SERIOUS issues like anMelanie2012-02-211-4/+4
| | | | irreversible y-flip and holes in the map.
* minor fix to chODE terrain heighmap scaleUbitUmarov2012-02-191-4/+4
|
* Added simple binary serializer/deserializer to chODE. 100% untested and most ↵UbitUmarov2012-02-171-0/+28
| | | | like still broken
* Now if chode prim.cs detects out of bounds it requests a update and blocks ↵UbitUmarov2012-02-151-10/+10
| | | | movement and colisions. Base code must do a PhysActor.CrossingFailure() to make it move again inside sim or delete it.
* Fox some local id issues in physics glueMelanie2011-07-151-10/+4
|
* Revert "Add localid support to ch0de properly"Melanie2011-07-151-4/+10
| | | | This reverts commit bb402d0d95c934fbcd8b1c03e228ec1d0a14f14d.
* Add localid support to ch0de properlyTom2011-07-151-10/+4
|
* Implement llGodLikeRezObject and llGetUsedMemoryMelanie2011-05-221-1/+2
|
* Revise Materials properties; Fix Double-Click Autopilot; Allow non-script ↵Kitto Flora2011-01-041-137/+83
| | | | sit positions >= 0.1M; Add llLookAt(); Comment out spammy bad adjacent sim message.
* Fix av/prim eject problem.Kitto Flora2010-12-291-45/+60
|
* Update materials parameters.Kitto Flora2010-12-201-92/+108
|
* Fix border fence for physicals. Fix llRotLookAt() for Vehicles.Kitto Flora2010-12-111-2/+2
|
* Falling animation fix, comment out instrumentation.Kitto Flora2010-09-061-4/+14
|
* Rewrite collision dictionary handling, cleans up deleted obects/avs. Fixes ↵Kitto Flora2010-07-131-0/+6
| | | | occasional collision event failure. ChOde only.
* ChODE Only: Corrected Heightmap load to iliminate crack at 255M. Added ↵kitto2010-04-041-66/+45
| | | | 'fence' option to prevent physical objects crossing region border.
* ChODE Object Linear Motion updateKitto Flora2010-01-211-1/+1
|
* Vehicle Linear parameter adjustmentsKitto Flora2009-12-311-26/+35
|
* Include ChOdePluginKitto Flora2009-12-221-0/+3865