aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/Meshing/Mesh.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactoring PrimMesher to add viewer compatable features and some code cleanupDahlia Trimble2008-10-101-1/+64
|
* * Make the ode simulation update loop print out the stack if an exception ↵Justin Clarke Casey2008-09-181-4/+0
| | | | occurs (at least, this is what will happen on linux)
* * squash some obvious warningsJustin Clarke Casey2008-08-301-3/+3
| | | | | | | * a couple more remain that preferably the original coders should look at in more detail (obsolete warnings in the ogp module and not overriding warnings in the script engine)
* fixed some ugliness in the conversion from the new mesher format to the old ↵Dahlia Trimble2008-08-291-9/+13
| | | | that should speed up region startup a little and maybe even use less memory if the GC decides to play friendly with the other kids.
* Update svn properties, formatting cleanup.Jeff Ames2008-08-281-1/+1
|
* adds releaseSourceMeshData() method to IMesh and Mesh for freeing mesh data ↵Dahlia Trimble2008-08-271-5/+17
| | | | after conversion to pinned lists.
* Modified Mesh object to allow alternative mesher interfacingDahlia Trimble2008-08-271-15/+59
|
* Commented out the float array "normals" in the Mesh object and all ↵Dahlia Trimble2008-08-221-1/+1
| | | | references to save memory as it was unused
* * Releases Pinned vertex/index list in ODE on next mesh request.Teravus Ovares2008-05-251-3/+11
|
* Formatting cleanup.Jeff Ames2008-03-181-28/+26
|
* * Optimized usingslbsa712007-12-271-24/+18
| | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF
* added copyright noticesJeff Ames2007-12-111-0/+28
|
* set svn:eol-styleJeff Ames2007-11-111-213/+213
|
* * Moves the Meshmerizer to a separate pluginTeravus Ovares2007-11-101-0/+213
* Experimental. Linux Prebuild needs testing. * One more update after this to remove the ODEMeshing directory....