aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/Meshing/SimpleHull.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Minor cleanup.Jeff Ames2008-02-201-6/+4
|
* Clean up logging calls using String.Format explicitlyJeff Ames2008-02-101-5/+5
|
* * Added Taper support to the Meshmerizer for Cube and Cylinder.Teravus Ovares2008-02-081-8/+8
| | | | | | * Removed the hull verbosity
* Converted logging to use log4net.Jeff Ames2008-02-051-8/+10
| | | | | | 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 Frisby2008-01-151-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 usingslbsa712007-12-271-58/+62
| | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF
* added copyright noticesJeff Ames2007-12-111-0/+28
|
* set svn:eol-styleJeff Ames2007-11-111-363/+363
|
* * Moves the Meshmerizer to a separate pluginTeravus Ovares2007-11-101-0/+363
* Experimental. Linux Prebuild needs testing. * One more update after this to remove the ODEMeshing directory....