| Commit message (Expand) | Author | Files | Lines |
2008-06-27 | last round of warning squashing. calling it a day now. | Dr Scofield | 1 | -1/+5 |
2008-06-27 | dr scofield's warnings safari: | Dr Scofield | 4 | -56/+59 |
2008-06-25 | Minor formatting cleanup. | Jeff Ames | 1 | -4/+7 |
2008-06-25 | Modifies box prim profile cut parameters to avoid angles which cause spurious... | Dahlia Trimble | 1 | -0/+11 |
2008-06-21 | Changes selection criteria to allow meshing of more sphere prim configurations. | Dahlia Trimble | 1 | -1/+14 |
2008-06-19 | * Patch from Dahlia - 0001576: Exception of type 'System.OutOfMemoryException... | Teravus Ovares | 1 | -0/+4 |
2008-06-19 | * 0001571: (PATCH) patch to implement editable sphere meshes for meshmerizer/... | Teravus Ovares | 1 | -17/+111 |
2008-06-15 | * 0001558: [PATCH] Add support for full collision geometry feature set for li... | Teravus Ovares | 2 | -88/+296 |
2008-06-04 | * From Dahlia | Teravus Ovares | 1 | -21/+36 |
2008-06-04 | Formatting cleanup, minor refactoring, svn properties. | Jeff Ames | 1 | -10/+17 |
2008-06-02 | PATCH : 0001431: corrections to torus physical mesh for default hollow shape ... | Teravus Ovares | 2 | -19/+38 |
2008-06-01 | * Applying Dahlia's patch : 0001429: Patch to fix prism physical mesh and add... | Teravus Ovares | 2 | -60/+132 |
2008-05-30 | Update svn properties. Formatting cleanup. | Jeff Ames | 2 | -25/+10 |
2008-05-29 | * Fixes a few taper/top-sheer situations that were previously having issues. | Teravus Ovares | 1 | -2/+2 |
2008-05-29 | * Applying Dahlia's interim path curve patch. it adds initial support for so... | Teravus Ovares | 3 | -47/+650 |
2008-05-25 | * Yet another way to optimize the sculpt mesh generator | Teravus Ovares | 1 | -25/+25 |
2008-05-25 | * kill a potentially large float array. | Teravus Ovares | 1 | -1/+1 |
2008-05-25 | * Releases Pinned vertex/index list in ODE on next mesh request. | Teravus Ovares | 1 | -3/+11 |
2008-05-22 | * Prevent an error from stopping startup when decoding the sculpt mesh j2k fa... | Teravus Ovares | 1 | -2/+12 |
2008-05-16 | * This finishes the ODE options section of the OpenSim.ini.example. I've adde... | Teravus Ovares | 2 | -5/+13 |
2008-05-16 | Formatting cleanup. | Jeff Ames | 3 | -40/+40 |
2008-05-14 | More formatting cleanup. | Jeff Ames | 1 | -2/+4 |
2008-05-14 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2008-05-13 | * Fixed directory not found when saving Mesh previews (my bad, I was testing) | Teravus Ovares | 1 | -1/+1 |
2008-05-13 | * Committing meshmerizer patch from Dahlia. Thanks Dahlia! | Teravus Ovares | 1 | -185/+269 |
2008-05-09 | * Valid Sculpted prim now collide properly. | Teravus Ovares | 2 | -67/+187 |
2008-05-09 | * Applying Dahlia's Triangular hole in a cube peg patch. Fixes the hollow or... | Teravus Ovares | 1 | -3/+21 |
2008-05-09 | * Wrote a method to get the OpenJpeg data of a sculpt texture asset and save ... | Teravus Ovares | 1 | -0/+231 |
2008-04-21 | * Optimised using statements and namespace references across entire project (... | Adam Frisby | 2 | -2/+0 |
2008-04-10 | * Adds twist support for Cubes, Cylinders, and Prisms in the Meshmerizer | Teravus Ovares | 3 | -10/+361 |
2008-04-08 | * Added stretchable ellipsoid support with configurable LOD. It's actually a... | Teravus Ovares | 2 | -60/+168 |
2008-04-08 | * Adds poor support for ellipsis in the Meshmerizer. This will get better.. ... | Teravus Ovares | 1 | -1/+110 |
2008-04-07 | * Updated ODE.NET bindings to the ODE library. | Teravus Ovares | 1 | -11/+15 |
2008-03-25 | Comment out unused private methods. | Jeff Ames | 2 | -34/+36 |
2008-03-18 | Formatting cleanup. | Jeff Ames | 6 | -161/+154 |
2008-03-06 | * Killed 4 more warnings (at 16 now) | Teravus Ovares | 1 | -0/+2 |
2008-02-20 | Minor cleanup. | Jeff Ames | 3 | -24/+10 |
2008-02-19 | * Adds limited support for each hollow type for the supported prim., Cube wit... | Teravus Ovares | 1 | -124/+192 |
2008-02-19 | *rawfile fix. | Teravus Ovares | 1 | -1/+1 |
2008-02-19 | * This patch adds Prism support to the Meshmerizer. Prism is one of the obj... | Teravus Ovares | 1 | -1/+208 |
2008-02-14 | * ODE - This fixes a few things and breaks a few more. | Teravus Ovares | 1 | -1/+1 |
2008-02-10 | Clean up logging calls using String.Format explicitly | Jeff Ames | 2 | -7/+7 |
2008-02-09 | * Adds Top Shear support to the Meshmerizer for the Cube prim and the Cylinde... | Teravus Ovares | 2 | -2/+79 |
2008-02-08 | * Added Taper support to the Meshmerizer for Cube and Cylinder. | Teravus Ovares | 3 | -14/+83 |
2008-02-08 | * Finished Cylinder in the Meshmerizer. Hollow and Path cut work for it now. ... | Teravus Ovares | 1 | -42/+44 |
2008-02-08 | * Removed a statement that crashes the Meshmerizer if you don't have a specif... | Teravus Ovares | 1 | -1/+1 |
2008-02-08 | * Okay, fixed the path cut offset, however the inner wall isn't properly 'cut... | Teravus Ovares | 1 | -2/+2 |
2008-02-08 | * This update adds limited support for Cylinder meshed prim in the Meshmerize... | Teravus Ovares | 1 | -1/+297 |
2008-02-05 | Converted logging to use log4net. | Jeff Ames | 2 | -11/+13 |
2008-01-15 | * Mother of all commits: | Adam Frisby | 1 | -1/+1 |