aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/General/Types/UUID.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵MW2007-10-291-155/+0
| | | | | | | 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.
* * Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa712007-10-151-0/+28
|
* Reverting back to 2017 since 2018 were causing Linux breakage; reopening ↵lbsa712007-09-271-2/+2
| | | | Tleiades patch 444 and 445.
* * Tleiades grid mode inventory (#444) - thanx Tleiades!lbsa712007-09-271-2/+2
| | | | | | | * updated to rev 1413 on libsecondlife.dll and libsecondlife.dll.config (#423)
* changed to native line ending encodingSean Dague2007-07-161-127/+127
|
* * Optimized usings (the 'LL ate my scripts' commit)lbsa712007-07-031-2/+0
| | | | | * added some licensing info
* * Small bugfix comparing equal UUIDsAdam Frisby2007-06-291-2/+2
|
* * Created new "UUID" class to override LLUUID in general. (Unable to inherit ↵Adam Frisby2007-06-291-0/+129
from LLUUID, so written as a wrapper + extra functions), 1:1 Feature compatible with LLUUID designed as "Drop In" replacement.