Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up logging calls using String.Format explicitly | Jeff Ames | 2008-02-10 | 2 | -7/+7 |
| | |||||
* | * Adds Top Shear support to the Meshmerizer for the Cube prim and the ↵ | Teravus Ovares | 2008-02-09 | 2 | -2/+79 |
| | | | | Cylinder prim. | ||||
* | * Added Taper support to the Meshmerizer for Cube and Cylinder. | Teravus Ovares | 2008-02-08 | 3 | -14/+83 |
| | | | | | | * Removed the hull verbosity | ||||
* | * Finished Cylinder in the Meshmerizer. Hollow and Path cut work for it now. ↵ | Teravus Ovares | 2008-02-08 | 1 | -42/+44 |
| | | | | Enjoy the new physics-friendly prim type. | ||||
* | * Removed a statement that crashes the Meshmerizer if you don't have a ↵ | Teravus Ovares | 2008-02-08 | 1 | -1/+1 |
| | | | | specific /dev/ folder | ||||
* | * Okay, fixed the path cut offset, however the inner wall isn't properly ↵ | Teravus Ovares | 2008-02-08 | 1 | -2/+2 |
| | | | | 'cut' from the hull, so slightly better support, but still limited. | ||||
* | * This update adds limited support for Cylinder meshed prim in the ↵ | Teravus Ovares | 2008-02-08 | 1 | -1/+297 |
| | | | | Meshmerizer plugin. (Limited because path cut is wrongly offset and while Hollowing works, you can walk through the inside wall.) | ||||
* | Converted logging to use log4net. | Jeff Ames | 2008-02-05 | 2 | -11/+13 |
| | | | | | | Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done. | ||||
* | * Mother of all commits: | Adam Frisby | 2008-01-15 | 1 | -1/+1 |
| | | | | | | | * Cleaned up copyright notices in AssemblyInfo.cs's * Added Copyright headers to a bunch of files missing them * Replaced several common string instances with a static constant to prevent reallocation of the same strings thousands of times. "" -> String.Empty is the first such candidate. | ||||
* | * Optimized usings | lbsa71 | 2007-12-27 | 6 | -165/+151 |
| | | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF | ||||
* | added copyright notices | Jeff Ames | 2007-12-11 | 4 | -0/+112 |
| | |||||
* | set svn:eol-style | Jeff Ames | 2007-11-11 | 6 | -1554/+1554 |
| | |||||
* | * Moves the Meshmerizer to a separate plugin | Teravus Ovares | 2007-11-10 | 6 | -0/+1556 |
* Experimental. Linux Prebuild needs testing. * One more update after this to remove the ODEMeshing directory.... |