Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 2008-04-21 | 1 | -1/+0 |
| | | | | (this took a while to run). | ||||
* | * Adds twist support for Cubes, Cylinders, and Prisms in the Meshmerizer | Teravus Ovares | 2008-04-10 | 1 | -1/+118 |
| | | | | | * A tweak of the SimStatsReporter so it would report the prim capacity to be 45000. | ||||
* | * Added stretchable ellipsoid support with configurable LOD. It's actually ↵ | Teravus Ovares | 2008-04-08 | 1 | -60/+91 |
| | | | | | | | | a split facet icosahedral geodesic sphere that's scaled. * In other words, you can stretch spheres into oblong shapes now and watch them roll around like a football would. * Still can't cut, twist or profile cut spheres yet. | ||||
* | * Adds poor support for ellipsis in the Meshmerizer. This will get better.. ↵ | Teravus Ovares | 2008-04-08 | 1 | -1/+110 |
| | | | | notice the huge nasty facets! Regular spheres still work as they did. | ||||
* | * Updated ODE.NET bindings to the ODE library. | Teravus Ovares | 2008-04-07 | 1 | -11/+15 |
| | | | | | * Fixed some Tapers with Cylinders in the Meshmerizer | ||||
* | Comment out unused private methods. | Jeff Ames | 2008-03-25 | 1 | -29/+30 |
| | |||||
* | Formatting cleanup. | Jeff Ames | 2008-03-18 | 1 | -26/+25 |
| | |||||
* | Minor cleanup. | Jeff Ames | 2008-02-20 | 1 | -17/+5 |
| | |||||
* | * Adds limited support for each hollow type for the supported prim., Cube ↵ | Teravus Ovares | 2008-02-19 | 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. | ||||
* | *rawfile fix. | Teravus Ovares | 2008-02-19 | 1 | -1/+1 |
| | |||||
* | * This patch adds Prism support to the Meshmerizer. Prism is one of the ↵ | Teravus Ovares | 2008-02-19 | 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. | ||||
* | * ODE - This fixes a few things and breaks a few more. | Teravus Ovares | 2008-02-14 | 1 | -1/+1 |
| | |||||
* | Clean up logging calls using String.Format explicitly | Jeff Ames | 2008-02-10 | 1 | -2/+2 |
| | |||||
* | * Adds Top Shear support to the Meshmerizer for the Cube prim and the ↵ | Teravus Ovares | 2008-02-09 | 1 | -2/+69 |
| | | | | Cylinder prim. | ||||
* | * Added Taper support to the Meshmerizer for Cube and Cylinder. | Teravus Ovares | 2008-02-08 | 1 | -2/+66 |
| | | | | | | * 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 | 1 | -3/+3 |
| | | | | | | Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done. | ||||
* | * Optimized usings | lbsa71 | 2007-12-27 | 1 | -39/+35 |
| | | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF | ||||
* | set svn:eol-style | Jeff Ames | 2007-11-11 | 1 | -393/+393 |
| | |||||
* | * Moves the Meshmerizer to a separate plugin | Teravus Ovares | 2007-11-10 | 1 | -0/+393 |
* Experimental. Linux Prebuild needs testing. * One more update after this to remove the ODEMeshing directory.... |