Commit History

Author SHA1 Message Date
  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
  Teravus Ovares bd880f9178 * Another ODE Stability update. This might fix the recent Linux issues with the ODEPlugin. 16 years ago
  Teravus Ovares e3a711536b * ODE - This fixes a few things and breaks a few more. 16 years ago
  Jeff Ames 4e005fc225 Cleaned up some typos. 16 years ago
  Teravus Ovares 0d14c47c28 * Bigisn ODE Stability update 2 16 years ago
  Teravus Ovares 3588d89b2c * Bigish ODE stability Update. Run Prebuild 16 years ago
  Teravus Ovares 2e89c01851 * This fixes mantis 553 (It appears that the exception is thrown when there is a collision with a cylinder that is both hollowed and either tapered or cut. The sequence of actions that reproduce the problem for me are: create a cylinder, hollow to 95%, taper X/Y, then collide it with another object or avatar. Note that the cylinder itself is not marked physical. ) 16 years ago
  Teravus Ovares c1044039d4 * Removed a debug line that got called every frame. 16 years ago
  Teravus Ovares d773ca5147 * Made physical prim stable enough for the general population to turn on. (though I still don't recommend it for welcome regions unless object build is off. 16 years ago
  Teravus Ovares e5ede36f0c * Physical prim cross borders and continue from where the left off on the other side now, assuming the region on the other side has physical prim enabled. 16 years ago
  Teravus Ovares 6e01769bcf * A bunch of updates to make things more smooth. 16 years ago
  Teravus Ovares c926962862 * This resolves the null exceptions when a script is manipulating a physical object in ODE and you delete the object. The script is still running and trying to add force, but the object reference is null. 16 years ago
  Teravus Ovares a56664cf59 * um, Prim crossings? Experimental. 16 years ago
  Teravus Ovares c9b5516ca8 * Adds Top Shear support to the Meshmerizer for the Cube prim and the Cylinder prim. 16 years ago
  Teravus Ovares fec65b3c69 * Tweaked timing of rapid mesh requests. Helps a race condition. 16 years ago
  Teravus Ovares 50acb8e634 * This update adds limited support for Cylinder meshed prim in the Meshmerizer plugin. (Limited because path cut is wrongly offset and while Hollowing works, you can walk through the inside wall.) 16 years ago
  Jeff Ames 6ed5283bc0 Converted logging to use log4net. 16 years ago
  Teravus Ovares fc9b3ec5a8 * Experimental ODE Update to make ODE more stable 16 years ago