aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/ChOdePlugin/ODEPrim.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix chODE loosing some part positions when doing isPhysical falseUbitUmarov2012-04-241-6/+39
* chODE and ubitODE always return prim mass (they where returning object mass o...UbitUmarov2012-04-091-1/+10
* missed a creatMesh in chODE. temporary removed m_meshfailed test since it ma...UbitUmarov2012-03-211-4/+9
* shapetype support on chOde so it can also request a simple convex hull 'mesh'UbitUmarov2012-03-211-2/+34
* more phantom physics ( chODE and a fix in manager physicsactorUbitUmarov2012-03-111-61/+120
* initial steps to support physical phantomsUbitUmarov2012-03-111-1/+7
* fixUbitUmarov2012-02-291-1/+3
* chODE: bad meshs get a a basic box or sphere geom with setted prim size. They...UbitUmarov2012-02-291-499/+144
* made box a little largerUbitUmarov2012-02-281-6/+6
* A few blind changes to go try to go around bad mesh little box replacement failUbitUmarov2012-02-281-67/+50
* Really dirty hack to make sims start. Causes errors but the ting runs. RemoveMelanie2012-02-281-1/+5
* Let inworld meshs colide as such and not as basic prim all the time. Removed...UbitUmarov2012-02-271-3/+3
* added in chODE GeomTriMeshDataDestroy to explicity release internal trimesh d...UbitUmarov2012-02-261-2/+31
* replace bad meshs by a small cube and log it.UbitUmarov2012-02-241-5/+21
* stop using useless geom tricallback.UbitUmarov2012-02-241-1/+2
* Merge branch 'ubitwork'Melanie2012-02-191-1036/+1392
|\
| * changed how vehicle data is stored and passed to physics. use unsafe in seria...UbitUmarov2012-02-181-2/+60
| * Added simple binary serializer/deserializer to chODE. 100% untested and most ...UbitUmarov2012-02-171-1035/+1333
| * Now if chode prim.cs detects out of bounds it requests a update and blocks mo...UbitUmarov2012-02-151-10/+35
| * don't freeze with a sitted avatar in a border without other sim. Still messy :(UbitUmarov2012-02-151-2/+2
| * try to make crossings work better. chode no longer prevents crossings i hopeUbitUmarov2012-02-151-6/+50
* | Now if chode prim.cs detects out of bounds it requests a update and blocks mo...UbitUmarov2012-02-151-10/+35
* | don't freeze with a sitted avatar in a border without other sim. Still messy :(UbitUmarov2012-02-151-2/+2
* | try to make crossings work better. chode no longer prevents crossings i hopeUbitUmarov2012-02-151-6/+50
|/
* Add setter for Acceleration on physics objects.Melanie2011-12-241-0/+1
* Merge branch 'master' into bigmergeMelanie2011-10-261-1/+1
* Fox some local id issues in physics glueMelanie2011-07-151-1/+2
* Revert "Add localid support to ch0de properly"Melanie2011-07-151-2/+1
* Add localid support to ch0de properlyTom2011-07-151-1/+2
* Fix drift of static prim.Kitto Flora2011-01-201-1/+13
* Revise Materials properties; Fix Double-Click Autopilot; Allow non-script sit...Kitto Flora2011-01-041-90/+126
* Fix border fence for physicals. Fix llRotLookAt() for Vehicles.Kitto Flora2010-12-111-151/+59
* Replace CalculateMass with a better, contributed versionMelanie2010-10-021-243/+228
* Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/ca...Kitto Flora2010-08-041-9/+31
|\
| * Fix some more issues causing regions with corrupt sculpts to freeze.Tom2010-08-031-7/+20
| * Catch a meshing exception caused by corrupt or missing sculpt maps, and mark ...Tom2010-08-031-2/+11
* | Fixes fresh hollowed prim collision shape.Kitto Flora2010-08-041-3/+3
|/
* Fix llSetForecAndTorque([0]) stops linear motion. Mantis #187Kitto Flora2010-07-161-0/+9
* Rewrite collision dictionary handling, cleans up deleted obects/avs. Fixes oc...Kitto Flora2010-07-131-41/+26
* Fixed llMoveToTarget() and Rotation Lock/Enable (ChODE/ODEPrim only)Kitto Flora2010-06-081-51/+179
* Fix vertical attractorKitto Flora2010-04-291-41/+43
* Fixed LINEAR_MOTOR Z drive, Mantis #30Kitto Flora2010-04-111-23/+35
* ChODE Only: Corrected Heightmap load to iliminate crack at 255M. Added 'fence...kitto2010-04-041-90/+112
* Update acceleration to 0 on no tphysical.Kitto Flora2010-03-191-1/+3
* RotLookAt repaired; debug msg cleanup.Kitto Flora2010-03-141-408/+144
* Fix Rotation Lock. NOTE: This version had poor border crossing controlKitto Flora2010-03-121-20/+18
* Resolved mergeKitto Flora2010-03-121-21/+19
|\
| * Merge branch 'master' of ssh://melanie@3dhosting.de/var/git/careminster into ...Melanie2010-03-061-21/+55
| |\
| * | Merge branch '0.6.9-post-fixes' into careminsterMelanie2010-03-061-0/+8
* | | Dynamics Integration Part 1Kitto Flora2010-03-111-938/+1634
| |/ |/|