aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/Meshing (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-02-05Converted logging to use log4net.Jeff Ames2-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 Frisby1-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 usingslbsa716-165/+151
* shortened references * Removed redundant 'this' * Normalized EOF
2007-12-11added copyright noticesJeff Ames4-0/+112
2007-11-11set svn:eol-styleJeff Ames6-1554/+1554
2007-11-10* Moves the Meshmerizer to a separate pluginTeravus Ovares6-0/+1556
* Experimental. Linux Prebuild needs testing. * One more update after this to remove the ODEMeshing directory....