Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Creates Util.UTF8 and switches some references of Encoding.UTF8 to ↵ | John Hurliman | 2009-10-02 | 1 | -1/+1 |
| | | | | | | Util.UTF8 (not all references were switched since not all OpenSim libraries reference OpenSim.Framework) * Shrinks the largest in-memory object, the LLRAW.HeightmapLookupValue struct (only used for exporting to LLRAW terrain files), to the minimum possible size. This seems to have the odd side effect of cutting the size of the two double[256,256] terrain objects in half. Possibly an alignment optimization? | ||||
* | Update svn properties. | Jeff Ames | 2009-06-22 | 1 | -70/+70 |
| | |||||
* | * Corrected CAPS namespaces | Arthur Valadares | 2009-06-18 | 1 | -1/+1 |
| | | | | | * "luke, use the sed" | ||||
* | Moved OpenSim/Framework/Communications/Capabilities up to ↵ | diva | 2009-06-18 | 1 | -0/+70 |
OpenSim/Framework/Capabilities. Didn't change the namespace because VC# is not helping, and this would imply manually changing more than 50 files. So the namespace is still OpenSim.Framework.Communications.Capabilities, to be cleaned up later by someone with more energy. |