Commit History

Author SHA1 Message Date
  Teravus Ovares 2a3bdde0fa * Adds llSetStatus(STATUS_ROTATE_X | STATUS_ROTATE_Y | STATUS_ROTATE_Z,TF) 16 years ago
  Adam Frisby fef3b36894 * Optimised using statements and namespace references across entire project (this took a while to run). 16 years ago
  Teravus Ovares 2d33bf854f * ODEPlugin: put a limit on the minimum size a prim can be ( scale <=0 ). 16 years ago
  Teravus Ovares 8aa4308097 * Minor cleanup 16 years ago
  Teravus Ovares a21112ccee * Adds llMoveToTarget and llStopMoveToTarget support to the ODEPlugin. 16 years ago
  Jeff Ames 47180080f0 Formatting cleanup. 16 years ago
  Teravus Ovares abacfba287 * Preliminary work with the ODEPlugin to collect collision data. 16 years ago
  Teravus Ovares f46fcbb9d2 * Added Linear Acceleration reporting to the ODEPlugin. 16 years ago
  Teravus Ovares d0123a796b ODEPlugin 16 years ago
  Teravus Ovares 8bea3dbdb9 * Added ODEPlugin Support for llSetBuoyancy. Set Buoyancy to 1 for space prim. 16 years ago
  Teravus Ovares 8bba8e232c * Fixed a few things and enabling Physical Prim border crossings again. 16 years ago
  Teravus Ovares 7cae577094 ODE Plugin 16 years ago
  Teravus Ovares 5b6eba968b * Fixed the Link + Duplicate + Unlink both = 'ODE Invalid Argument in Collision Space Crash' 16 years ago
  Teravus Ovares 081b2ac34e * Cleaned up some locking on the ODEPlugin to make it more developer friendly 16 years ago
  Teravus Ovares 0cb4e401ad * Killed 4 more warnings (at 16 now) 16 years ago
  Adam Frisby 1410210b84 * Four more warnings, etc etc. 16 years ago
  Teravus Ovares d015356902 * Applied patch 708 from devalnor. Thanks devalnor! 16 years ago
  Teravus Ovares 0a5c48b1c8 * This is a very icky implementation of physical linkset prim using fixed joints. This will change quite drastically, however it's fun to play with. 16 years ago
  Teravus Ovares fa7322eac9 * Fixed Cylinder mass formula using diameter instead of radius. 16 years ago
  Teravus Ovares fe1f15f4ec * killed a 'new mass' debug line. 16 years ago
  Teravus Ovares e333eaf4b6 * ODEPlugin 16 years ago
  Teravus Ovares bbb8b66908 * Made Physics updates a teensy bit more responsive. A previous CPU optimization of mine slowed the speed of updates using the 'poll' method in certain circumstances. 16 years ago
  Teravus Ovares db264013d4 * One more fix to the selected feature 16 years ago
  Teravus Ovares 27508c1ad8 * Added Support within the ODEPlugin for Selected. Which means that; 16 years ago
  Teravus Ovares c2d7beb617 * Last bit of cleanup now. As long as you keep physical prim off, you should have a reasonably stable experience with ODE again. 16 years ago
  Teravus Ovares f80a534eb0 * Various ODE Cleanups 16 years ago
  Teravus Ovares 89349a3810 * Disabling physical prim crossings until they get a bit more stable. 16 years ago
  Teravus Ovares 19e0ada93a * Located and destroyed the weird velocity and rotation transfers. It turned out to be that the Static PhysicsVector.Zero was transferring velocities between all non fixed objects. Not so static after all :(. Finding it was cruel and unusual punishment from the CLR. 16 years ago
  Teravus Ovares be6edefcfb * ODE Stability update 4 :D 16 years ago
  Teravus Ovares 135a72d6ca * Removed the noise from the console. The last commit seems to have resolved the recent reports of 'argument not a space' on linux. Though, there were about 50 changes :D 16 years ago