aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/UUID.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-10-31* Moved OpenSim/Framework/General to OpenSim/Framework for great justice.lbsa711-0/+0
2007-10-31set svn:eol-styleJeff Ames1-154/+154
2007-10-30* Optimized usingslbsa711-3/+3
* Shortened type references * Removed redundant 'this' qualifier
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵MW1-155/+155
Have flattened the OpenSim.Framework project/namespace. The problem is that the namespace is still wrong as its "OpenSim.Framework" while the directory is "OpenSim\Framework\General" , so we need to decide if we change the directory or correct the namespace. Note this has lead to a big flat project, but I think a lot of the files we most likely don't even use any longer. And others belong in other projects/namespaces anyway.
2007-10-15* Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa711-0/+28
2007-09-27Reverting back to 2017 since 2018 were causing Linux breakage; reopening ↵lbsa711-2/+2
Tleiades patch 444 and 445.
2007-09-27* Tleiades grid mode inventory (#444) - thanx Tleiades!lbsa711-2/+2
* updated to rev 1413 on libsecondlife.dll and libsecondlife.dll.config (#423)
2007-07-16changed to native line ending encodingSean Dague1-127/+127
2007-07-03* Optimized usings (the 'LL ate my scripts' commit)lbsa711-2/+0
* added some licensing info
2007-06-29* Small bugfix comparing equal UUIDsAdam Frisby1-2/+2
2007-06-29* Created new "UUID" class to override LLUUID in general. (Unable to inherit ↵Adam Frisby1-0/+129
from LLUUID, so written as a wrapper + extra functions), 1:1 Feature compatible with LLUUID designed as "Drop In" replacement.