aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/OSUUID.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-11-08Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup.Jeff Ames1-0/+0
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-114/+0
* This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
2008-04-29* Spring cleaning.Adam Frisby1-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-24replace hard tabs with 4 spaces to be consistant in the source.Sean Dague1-1/+1
Please adjust your editors to not use hard tabs.
2008-04-17Update svn properties. Add copyright info to some source files.Jeff Ames1-5/+26
2008-04-09make this a classSean Dague1-2/+4
2008-04-09check in an OSUUID wrapper as potential replacementSean Dague1-0/+85
for LLUUID in most of our code. Like LLUUID, this is basically just a box type on the .NET Guid.