Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-04-29 | * Spring cleaning. | Adam Frisby | 1 | -19/+25 | |
* Added new generic "Location" class to handle 2D integer locations. Going to use it to replace all RegionHandle and X,Y coordinate references throughout the entire project. You have been warned. | |||||
2008-04-24 | replace hard tabs with 4 spaces to be consistant in the source. | Sean Dague | 1 | -1/+1 | |
Please adjust your editors to not use hard tabs. | |||||
2008-04-17 | Update svn properties. Add copyright info to some source files. | Jeff Ames | 1 | -5/+26 | |
2008-04-09 | make this a class | Sean Dague | 1 | -2/+4 | |
2008-04-09 | check in an OSUUID wrapper as potential replacement | Sean Dague | 1 | -0/+85 | |
for LLUUID in most of our code. Like LLUUID, this is basically just a box type on the .NET Guid. |