aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/ChOdePlugin (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-03-21 missed a creatMesh in chODE. temporary removed m_meshfailed test since it ↵UbitUmarov1-4/+9
may colide with how meshs and sculpts are loaded. This needs a good revision..
2012-03-21 shapetype support on chOde so it can also request a simple convex hull 'mesh'UbitUmarov2-34/+46
2012-03-11 more phantom physics ( chODE and a fix in manager physicsactorUbitUmarov1-61/+120
2012-03-11initial steps to support physical phantomsUbitUmarov2-7/+34
2012-03-09let chode and ubitode find ode.dll on windowsUbitUmarov1-0/+3
2012-03-02This still causes terrain artefactsMelanie1-3/+3
Revert " fix my bug on ChODE terrain heightmap build" This reverts commit aa77d1d486f11da7dc841190f1ca85e085d0d648.
2012-03-02This still causes terrain artefactsMelanie1-3/+1
Revert " fix the last fix. Regions are square but... Also remove the 0.5 offset in map position. It was apparently needed to fix we having nsamples = size and not size + 1." This reverts commit 15bc539bd49e7a09c1ec6e539871cde5eee6032e.
2012-02-29fixUbitUmarov1-1/+3
2012-02-29chODE: bad meshs get a a basic box or sphere geom with setted prim size. ↵UbitUmarov2-503/+148
They will not colide if non-physical and Will collide with land if physical. assume UNTESTED
2012-02-28 made box a little largerUbitUmarov1-6/+6
2012-02-28A few blind changes to go try to go around bad mesh little box replacement failUbitUmarov1-67/+50
2012-02-28Really dirty hack to make sims start. Causes errors but the ting runs. RemoveMelanie1-1/+5
when fixed right.
2012-02-27 Let inworld meshs colide as such and not as basic prim all the time. ↵UbitUmarov2-5/+10
Removed also LOD, and outerskin on colision meshs.
2012-02-26added in chODE GeomTriMeshDataDestroy to explicity release internal trimesh ↵UbitUmarov2-3/+41
data.
2012-02-24 replace bad meshs by a small cube and log it.UbitUmarov1-5/+21
2012-02-24 stop using useless geom tricallback.UbitUmarov1-1/+2
2012-02-23 fix the last fix. Regions are square but... Also remove the 0.5 offset in ↵UbitUmarov1-1/+3
map position. It was apparently needed to fix we having nsamples = size and not size + 1.
2012-02-23 fix my bug on ChODE terrain heightmap buildUbitUmarov1-3/+3
2012-02-21Reverse the changed to ODE heightmap. It results in SERIOUS issues like anMelanie1-4/+4
irreversible y-flip and holes in the map.
2012-02-19minor fix to chODE terrain heighmap scaleUbitUmarov1-4/+4
2012-02-18changed how vehicle data is stored and passed to physics. use unsafe in ↵UbitUmarov2-56/+300
serializer, tried to control m_dupeInProgress
2012-02-17Added simple binary serializer/deserializer to chODE. 100% untested and most ↵UbitUmarov3-1035/+1528
like still broken
2012-02-15Now if chode prim.cs detects out of bounds it requests a update and blocks ↵UbitUmarov2-20/+45
movement and colisions. Base code must do a PhysActor.CrossingFailure() to make it move again inside sim or delete it.
2012-02-15don't freeze with a sitted avatar in a border without other sim. Still messy :(UbitUmarov1-2/+2
2012-02-15Now if chode prim.cs detects out of bounds it requests a update and blocks ↵UbitUmarov2-20/+45
movement and colisions. Base code must do a PhysActor.CrossingFailure() to make it move again inside sim or delete it.
2012-02-15don't freeze with a sitted avatar in a border without other sim. Still messy :(UbitUmarov1-2/+2
2012-02-15 try to make crossings work better. chode no longer prevents crossings i hopeUbitUmarov1-6/+50
2012-02-15 try to make crossings work better. chode no longer prevents crossings i hopeUbitUmarov1-6/+50
2011-12-24Add setter for Acceleration on physics objects.Melanie2-0/+2
2011-07-15Fox some local id issues in physics glueMelanie2-11/+6
2011-07-15Revert "Add localid support to ch0de properly"Melanie2-6/+11
This reverts commit bb402d0d95c934fbcd8b1c03e228ec1d0a14f14d.
2011-07-15Add localid support to ch0de properlyTom2-11/+6
2011-07-15Fix a raycast issueTom1-2/+11
2011-05-22Implement llGodLikeRezObject and llGetUsedMemoryMelanie1-1/+2
2011-01-28Comment a very spammy debug message that was being output directly to console.Melanie1-1/+1
My last fox that makes bumping into sim borders/bans work makes this spam endlessly.
2011-01-20Fix drift of static prim.Kitto Flora1-1/+13
2011-01-04Revise Materials properties; Fix Double-Click Autopilot; Allow non-script ↵Kitto Flora2-227/+209
sit positions >= 0.1M; Add llLookAt(); Comment out spammy bad adjacent sim message.
2010-12-29Fix av/prim eject problem.Kitto Flora1-45/+60
2010-12-20Update materials parameters.Kitto Flora1-92/+108
2010-12-11Fix border fence for physicals. Fix llRotLookAt() for Vehicles.Kitto Flora2-153/+61
2010-12-03Fix spurious Av move when clothing item worn or removed.Kitto Flora1-1/+1
2010-10-02Replace CalculateMass with a better, contributed versionMelanie1-243/+228
2010-09-25Experimental locking of taint processingMelanie1-76/+80
2010-09-06Falling animation fix, comment out instrumentation.Kitto Flora2-10/+29
2010-09-02Fixes to JUMP system.Kitto Flora1-2/+5
2010-08-04Fixes fresh hollowed prim collision shape.Kitto Flora1-3/+3
2010-08-03Fix some more issues causing regions with corrupt sculpts to freeze.Tom1-7/+20
2010-08-03Catch a meshing exception caused by corrupt or missing sculpt maps, and mark ↵Tom1-2/+11
the prim as "mesh failed" so it doesn't try meshing continuously
2010-07-16Fix llSetForecAndTorque([0]) stops linear motion. Mantis #187Kitto Flora1-0/+9
2010-07-13Rewrite collision dictionary handling, cleans up deleted obects/avs. Fixes ↵Kitto Flora3-60/+103
occasional collision event failure. ChOde only.