aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-09Update svn properties, formatting cleanup.Jeff Ames2-92/+92
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares20-260/+226
2008-09-05Replaced a lot of trig calls with lookup tables for common prim types in an a...Dahlia Trimble1-43/+202
2008-09-02fix: PostInitialise() not being called on script engines (nasty one that)Dr Scofield1-1/+1
2008-09-02Y top shear accuracy improvements in circular path prim meshesDahlia Trimble1-3/+5
2008-09-01compensates profile placement effects of Y hole size on X top shear for circu...Dahlia Trimble1-1/+2
2008-09-01Improvement in mesh accuracy in X Top Shear parameter for circular path primsDahlia Trimble1-1/+1
2008-08-30* squash some obvious warningsJustin Clarke Casey1-3/+3
2008-08-29fixed some ugliness in the conversion from the new mesher format to the old t...Dahlia Trimble2-20/+42
2008-08-28Update svn properties, formatting cleanup.Jeff Ames3-54/+52
2008-08-28Added some exceptions for bad profile cut parametersDahlia Trimble1-0/+6
2008-08-27re-enable new PrimMesher module for mesh creation for standard (non-flexy) pr...Dahlia Trimble1-17/+17
2008-08-27ODEPlugin now frees source mesh data after conversion to pinned lists to save...Dahlia Trimble1-0/+2
2008-08-27adds releaseSourceMeshData() method to IMesh and Mesh for freeing mesh data a...Dahlia Trimble2-5/+18
2008-08-27reverting to prior meshing methods until some physics timing issues can be re...Dahlia Trimble1-15/+17
2008-08-27Added some exception trapping to PrimMesherDahlia Trimble1-3/+17
2008-08-27Added some exception handling to help catch some possibly corrupt primsDahlia Trimble1-2/+22
2008-08-27Meshmerizer now uses new PrimMesher class for meshing all standard (non-sculp...Dahlia Trimble1-10/+133
2008-08-27Completion of new PrimMesher classDahlia Trimble1-69/+604
2008-08-27Modified Mesh object to allow alternative mesher interfacingDahlia Trimble1-15/+59
2008-08-24more progress on new meshing routinesDahlia Trimble1-26/+189
2008-08-23more work on new meshing routines...Dahlia Trimble1-5/+77
2008-08-23some initial work on new prim meshing routines (incomplete)Dahlia Trimble1-0/+176
2008-08-22Cleaned up some warningsDahlia Trimble1-2/+2
2008-08-22Commented out the float array "normals" in the Mesh object and all references...Dahlia Trimble3-56/+56
2008-08-18Formatting cleanup.Jeff Ames9-120/+107
2008-08-14updated some prim parameters to project maintained versionsDahlia Trimble1-5/+3
2008-08-01reinstates torus profile zflip which was mistakenly removed in patch 1870Dahlia Trimble1-0/+14
2008-08-01Thank you jhurliman for a meshmerizer patch that replaces the quaternion->mat...Dahlia Trimble3-282/+39
2008-07-25Re-enables testing for config option mesh_sculpted_prim which was inadvertent...Dahlia Trimble2-28/+35
2008-07-25* Fix the ODEPlugin unit testTeravus Ovares1-3/+3
2008-07-24Changed application of constant forces to after PID force is applied. llSetFo...Dahlia Trimble1-3/+7
2008-07-24Implements llSetForce() and llGetForce(). These are experimental and the unit...Dahlia Trimble8-4/+16
2008-07-21Clean up Meshmerizer.cs a bit to make it more readableDahlia Trimble1-250/+2
2008-07-18refactor - commenting out needsMeshing() and all references as createMesh() h...Dahlia Trimble2-179/+297
2008-07-12Passes prim physical status to mesher from physics pluginsDahlia Trimble4-19/+21
2008-07-12Overloads CreateMesh method of interface IMesher to pass prim physical status...Dahlia Trimble4-1/+12
2008-07-11Trim out nulls from mesh vertex and triangle lists to try and save more memoryDahlia Trimble1-6/+22
2008-07-11Experimental physics optimization: prims with all 3 dimensions less than 0.2 ...Dahlia Trimble1-0/+101
2008-07-07added a hollow size constraint to box, cylinder, and prism prim meshes to pre...Dahlia Trimble1-0/+8
2008-07-07Addresses more problem box cut anglesDahlia Trimble1-6/+4
2008-07-07fix some Meshmerizer problem angles for sphere dimple and box path cutDahlia Trimble1-4/+15
2008-07-06disables changes in r5356 until I have more time to do further characterizationDahlia Trimble1-2/+2
2008-07-06Corrects errors in sphere mesh with dimple start angle > 0 and hollow == 0Dahlia Trimble1-2/+2
2008-07-06alters a problem path cut angle for the cylinder prim profileDahlia Trimble1-0/+9
2008-07-02Adds experimental Meshmerizer support for "prim torture" effects of sphere di...Dahlia Trimble2-5/+21
2008-06-30properly explaining each #pragma warning disableDr Scofield2-4/+6
2008-06-30disables spam-like debugging messages inadvertently left on in last commit (o...Dahlia Trimble1-1/+1
2008-06-30Corrects Meshmerizer orientation of profile cut angles for ring type primDahlia Trimble1-2/+9
2008-06-30Corrects meshmerizer profile cut angle orientation for tube type primsDahlia Trimble1-0/+7