aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Cleaned up tons of code duplication in ODEPrim Teravus Ovares2008-10-142-313/+235
* Committing more work towards implementing vertex normals. Also added some (ho...Dahlia Trimble2008-10-132-63/+174
* * Based on user reports, it looks like the OS specific settings have been uni...Teravus Ovares2008-10-131-4/+4
* * This updates ODE to the most up-to-date version as of today. 1558Teravus Ovares2008-10-121-0/+1
* removed some more extraneous hidden faces Dahlia Trimble2008-10-121-9/+23
* Fixed a missing face on a profile cutDahlia Trimble2008-10-121-4/+23
* Optimization: calculation of profile vertex normals is now disabled as default.Dahlia Trimble2008-10-121-14/+102
* Eliminate some unnecessary polygonsDahlia Trimble2008-10-111-10/+25
* * minor: remove warningsJustin Clarke Casey2008-10-102-25/+25
* Some more decruftingDahlia Trimble2008-10-101-108/+30
* Some decruftingDahlia Trimble2008-10-101-228/+46
* refactoring PrimMesher to add viewer compatable features and some code cleanupDahlia Trimble2008-10-103-91/+283
* Cap proxy mesh scale minimum to 0.01 meter for X, Y, and Z terms.Dahlia Trimble2008-10-041-0/+4
* Square hollow size in cylinder meshes were a little too small - fixed.Dahlia Trimble2008-10-021-0/+2
* Implement the plumbing for llSetVehicleType from the LSLCharles Krinke2008-09-288-0/+55
* Added the plumbing for llSetVehicleRotationParamCharles Krinke2008-09-288-0/+47
* Plumb the connection though from llSetVehicleVectorParamCharles Krinke2008-09-288-30/+67
* Plumb the connection through from llSetVehicleFloatParamCharles Krinke2008-09-288-2/+57
* Disabled use of ODE internal geometry to see if it affects the "waves finger"...Dahlia Trimble2008-09-221-12/+12
* ODE was using a box collision shape for some spheres - changed those cases to...Dahlia Trimble2008-09-211-2/+3
* Update svn properties, minor formatting cleanup.Jeff Ames2008-09-211-2/+2
* re-enabled some ODE internal proxies for some simple prim types to try to sav...Dahlia Trimble2008-09-193-50/+74
* * Make the ode simulation update loop print out the stack if an exception occ...Justin Clarke Casey2008-09-184-11/+8
* XEngine: fix collisions, add event coalescing for collision events.Melanie Thielker2008-09-181-6/+4
* Formatting cleanup.Jeff Ames2008-09-131-2/+2
* Circular path prim meshes are now joined where the path ends meet if they mat...Dahlia Trimble2008-09-132-69/+92
* * minor: Remove warningsJustin Clarke Casey2008-09-121-2/+2
* remove hidden faces inside prim meshes to improve memory use and startup timeDahlia Trimble2008-09-121-2/+6
* Update svn properties, formatting cleanup.Jeff Ames2008-09-092-92/+92
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-0620-260/+226
* Replaced a lot of trig calls with lookup tables for common prim types in an a...Dahlia Trimble2008-09-051-43/+202
* fix: PostInitialise() not being called on script engines (nasty one that)Dr Scofield2008-09-021-1/+1
* Y top shear accuracy improvements in circular path prim meshesDahlia Trimble2008-09-021-3/+5
* compensates profile placement effects of Y hole size on X top shear for circu...Dahlia Trimble2008-09-011-1/+2
* Improvement in mesh accuracy in X Top Shear parameter for circular path primsDahlia Trimble2008-09-011-1/+1
* * squash some obvious warningsJustin Clarke Casey2008-08-301-3/+3
* fixed some ugliness in the conversion from the new mesher format to the old t...Dahlia Trimble2008-08-292-20/+42
* Update svn properties, formatting cleanup.Jeff Ames2008-08-283-54/+52
* Added some exceptions for bad profile cut parametersDahlia Trimble2008-08-281-0/+6
* re-enable new PrimMesher module for mesh creation for standard (non-flexy) pr...Dahlia Trimble2008-08-271-17/+17
* ODEPlugin now frees source mesh data after conversion to pinned lists to save...Dahlia Trimble2008-08-271-0/+2
* adds releaseSourceMeshData() method to IMesh and Mesh for freeing mesh data a...Dahlia Trimble2008-08-272-5/+18
* reverting to prior meshing methods until some physics timing issues can be re...Dahlia Trimble2008-08-271-15/+17
* Added some exception trapping to PrimMesherDahlia Trimble2008-08-271-3/+17
* Added some exception handling to help catch some possibly corrupt primsDahlia Trimble2008-08-271-2/+22
* Meshmerizer now uses new PrimMesher class for meshing all standard (non-sculp...Dahlia Trimble2008-08-271-10/+133
* Completion of new PrimMesher classDahlia Trimble2008-08-271-69/+604
* Modified Mesh object to allow alternative mesher interfacingDahlia Trimble2008-08-271-15/+59
* more progress on new meshing routinesDahlia Trimble2008-08-241-26/+189
* more work on new meshing routines...Dahlia Trimble2008-08-231-5/+77