Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 ↵ | Teravus Ovares | 1 | -124/+192 | |
with a triangle hollow, Cube with a cylinder hollow, cylinder with a triangle hollow, etc. * More work needs to be done here as several of the profileshape/hollow combinations are rotationally offset from where they render in the client. | |||||
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 ↵ | Teravus Ovares | 1 | -1/+208 | |
object types in the drop down on the object tab. Positive tapers are slightly incorrect(prim sinks into ground a tiny bit). Everything else that's supported works as expected. Hollow, cut, negative tapers, top shear. | |||||
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 ↵ | Teravus Ovares | 2 | -2/+79 | |
Cylinder prim. | |||||
2008-02-08 | * Added Taper support to the Meshmerizer for Cube and Cylinder. | Teravus Ovares | 3 | -14/+83 | |
* Removed the hull verbosity | |||||
2008-02-08 | * Finished Cylinder in the Meshmerizer. Hollow and Path cut work for it now. ↵ | Teravus Ovares | 1 | -42/+44 | |
Enjoy the new physics-friendly prim type. | |||||
2008-02-08 | * Removed a statement that crashes the Meshmerizer if you don't have a ↵ | Teravus Ovares | 1 | -1/+1 | |
specific /dev/ folder | |||||
2008-02-08 | * Okay, fixed the path cut offset, however the inner wall isn't properly ↵ | Teravus Ovares | 1 | -2/+2 | |
'cut' from the hull, so slightly better support, but still limited. | |||||
2008-02-08 | * This update adds limited support for Cylinder meshed prim in the ↵ | Teravus Ovares | 1 | -1/+297 | |
Meshmerizer plugin. (Limited because path cut is wrongly offset and while Hollowing works, you can walk through the inside wall.) | |||||
2008-02-05 | Converted logging to use log4net. | Jeff Ames | 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. | |||||
2008-01-15 | * Mother of all commits: | Adam Frisby | 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. | |||||
2007-12-27 | * Optimized usings | lbsa71 | 6 | -165/+151 | |
* shortened references * Removed redundant 'this' * Normalized EOF | |||||
2007-12-11 | added copyright notices | Jeff Ames | 4 | -0/+112 | |
2007-11-11 | set svn:eol-style | Jeff Ames | 6 | -1554/+1554 | |
2007-11-10 | * Moves the Meshmerizer to a separate plugin | Teravus Ovares | 6 | -0/+1556 | |
* Experimental. Linux Prebuild needs testing. * One more update after this to remove the ODEMeshing directory.... |