| Commit message (Expand) | Author | Age | Files | Lines |
* | fix the last fix. Regions are square but... Also remove the 0.5 offset in ma... | UbitUmarov | 2012-02-23 | 1 | -1/+3 |
* | fix my bug on ChODE terrain heightmap build | UbitUmarov | 2012-02-23 | 1 | -3/+3 |
* | Reverse the changed to ODE heightmap. It results in SERIOUS issues like an | Melanie | 2012-02-21 | 1 | -4/+4 |
* | Merge branch 'ubitwork' | Melanie | 2012-02-19 | 3 | -1040/+1777 |
|\ |
|
| * | minor fix to chODE terrain heighmap scale | UbitUmarov | 2012-02-19 | 1 | -4/+4 |
| * | changed how vehicle data is stored and passed to physics. use unsafe in seria... | UbitUmarov | 2012-02-18 | 2 | -56/+300 |
| * | Added simple binary serializer/deserializer to chODE. 100% untested and most ... | UbitUmarov | 2012-02-17 | 3 | -1035/+1528 |
| * | Now if chode prim.cs detects out of bounds it requests a update and blocks mo... | UbitUmarov | 2012-02-15 | 2 | -20/+45 |
| * | don't freeze with a sitted avatar in a border without other sim. Still messy :( | UbitUmarov | 2012-02-15 | 1 | -2/+2 |
| * | try to make crossings work better. chode no longer prevents crossings i hope | UbitUmarov | 2012-02-15 | 1 | -6/+50 |
* | | Now if chode prim.cs detects out of bounds it requests a update and blocks mo... | UbitUmarov | 2012-02-15 | 2 | -20/+45 |
* | | don't freeze with a sitted avatar in a border without other sim. Still messy :( | UbitUmarov | 2012-02-15 | 1 | -2/+2 |
* | | try to make crossings work better. chode no longer prevents crossings i hope | UbitUmarov | 2012-02-15 | 1 | -6/+50 |
|/ |
|
* | Add setter for Acceleration on physics objects. | Melanie | 2011-12-24 | 2 | -0/+2 |
* | Merge branch 'master' into bigmerge | Melanie | 2011-10-26 | 2 | -2/+2 |
* | Fox some local id issues in physics glue | Melanie | 2011-07-15 | 2 | -11/+6 |
* | Revert "Add localid support to ch0de properly" | Melanie | 2011-07-15 | 2 | -6/+11 |
* | Add localid support to ch0de properly | Tom | 2011-07-15 | 2 | -11/+6 |
* | Fix a raycast issue | Tom | 2011-07-15 | 1 | -2/+11 |
* | Implement llGodLikeRezObject and llGetUsedMemory | Melanie | 2011-05-22 | 1 | -1/+2 |
* | Comment a very spammy debug message that was being output directly to console. | Melanie | 2011-01-28 | 1 | -1/+1 |
* | Fix drift of static prim. | Kitto Flora | 2011-01-20 | 1 | -1/+13 |
* | Revise Materials properties; Fix Double-Click Autopilot; Allow non-script sit... | Kitto Flora | 2011-01-04 | 2 | -227/+209 |
* | Fix av/prim eject problem. | Kitto Flora | 2010-12-29 | 1 | -45/+60 |
* | Update materials parameters. | Kitto Flora | 2010-12-20 | 1 | -92/+108 |
* | Fix border fence for physicals. Fix llRotLookAt() for Vehicles. | Kitto Flora | 2010-12-11 | 2 | -153/+61 |
* | Fix spurious Av move when clothing item worn or removed. | Kitto Flora | 2010-12-03 | 1 | -1/+1 |
* | Replace CalculateMass with a better, contributed version | Melanie | 2010-10-02 | 1 | -243/+228 |
* | Experimental locking of taint processing | Melanie | 2010-09-25 | 1 | -76/+80 |
* | Falling animation fix, comment out instrumentation. | Kitto Flora | 2010-09-06 | 2 | -10/+29 |
* | Fixes to JUMP system. | Kitto Flora | 2010-09-02 | 1 | -2/+5 |
* | Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/ca... | Kitto Flora | 2010-08-04 | 1 | -9/+31 |
|\ |
|
| * | Fix some more issues causing regions with corrupt sculpts to freeze. | Tom | 2010-08-03 | 1 | -7/+20 |
| * | Catch a meshing exception caused by corrupt or missing sculpt maps, and mark ... | Tom | 2010-08-03 | 1 | -2/+11 |
* | | Fixes fresh hollowed prim collision shape. | Kitto Flora | 2010-08-04 | 1 | -3/+3 |
|/ |
|
* | Fix llSetForecAndTorque([0]) stops linear motion. Mantis #187 | Kitto Flora | 2010-07-16 | 1 | -0/+9 |
* | Rewrite collision dictionary handling, cleans up deleted obects/avs. Fixes oc... | Kitto Flora | 2010-07-13 | 3 | -60/+103 |
* | Fixed llMoveToTarget() and Rotation Lock/Enable (ChODE/ODEPrim only) | Kitto Flora | 2010-06-08 | 1 | -51/+179 |
* | Fix Mouse+WASD makes Av rise; Fix PREJUMP. | Kitto Flora | 2010-05-07 | 1 | -9/+21 |
* | Fix Av jump motion S/W | Kitto Flora | 2010-04-29 | 1 | -2/+2 |
* | Fix vertical attractor | Kitto Flora | 2010-04-29 | 1 | -41/+43 |
* | Fixed LINEAR_MOTOR Z drive, Mantis #30 | Kitto Flora | 2010-04-11 | 1 | -23/+35 |
* | ChODE Only: Corrected Heightmap load to iliminate crack at 255M. Added 'fence... | kitto | 2010-04-04 | 2 | -156/+157 |
* | Update acceleration to 0 on no tphysical. | Kitto Flora | 2010-03-19 | 1 | -1/+3 |
* | RotLookAt repaired; debug msg cleanup. | Kitto Flora | 2010-03-14 | 1 | -408/+144 |
* | Fix Rotation Lock. NOTE: This version had poor border crossing control | Kitto Flora | 2010-03-12 | 1 | -20/+18 |
* | Resolved merge | Kitto Flora | 2010-03-12 | 2 | -28/+20 |
|\ |
|
| * | Merge branch 'master' of ssh://melanie@3dhosting.de/var/git/careminster into ... | Melanie | 2010-03-06 | 3 | -655/+84 |
| |\ |
|
| * | | Merge branch '0.6.9-post-fixes' into careminster | Melanie | 2010-03-06 | 2 | -0/+12 |
* | | | Dynamics Integration Part 1 | Kitto Flora | 2010-03-11 | 2 | -1755/+1634 |
| |/
|/| |
|