Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Formatting cleanup. | Jeff Ames | 2008-05-16 | 1 | -1/+1 |
| | |||||
* | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 2008-04-21 | 1 | -1/+0 |
| | | | | (this took a while to run). | ||||
* | Comment out unused private methods. | Jeff Ames | 2008-03-25 | 1 | -5/+6 |
| | |||||
* | Formatting cleanup. | Jeff Ames | 2008-03-18 | 1 | -26/+25 |
| | |||||
* | Minor cleanup. | Jeff Ames | 2008-02-20 | 1 | -6/+4 |
| | |||||
* | Clean up logging calls using String.Format explicitly | Jeff Ames | 2008-02-10 | 1 | -5/+5 |
| | |||||
* | * Added Taper support to the Meshmerizer for Cube and Cylinder. | Teravus Ovares | 2008-02-08 | 1 | -8/+8 |
| | | | | | | * Removed the hull verbosity | ||||
* | Converted logging to use log4net. | Jeff Ames | 2008-02-05 | 1 | -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 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 | 1 | -58/+62 |
| | | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF | ||||
* | added copyright notices | Jeff Ames | 2007-12-11 | 1 | -0/+28 |
| | |||||
* | set svn:eol-style | Jeff Ames | 2007-11-11 | 1 | -363/+363 |
| | |||||
* | * Moves the Meshmerizer to a separate plugin | Teravus Ovares | 2007-11-10 | 1 | -0/+363 |
* Experimental. Linux Prebuild needs testing. * One more update after this to remove the ODEMeshing directory.... |