aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveConstants.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move ArchiveConstants to OpenSim.Framework.ArchiveMike Mazur2009-03-121-113/+0
| | | | | | | | | | - move a couple constants from InventoryArchiveConstants to ArchiveConstants, now only one of these is needed - change InventoryArchiveConstants references to ArchiveConstants - remove InventoryArchive AssetInventoryServer plugin dependency on OpenSim.Region.CodeModules - trim trailing whitespace
* * Add the abilty to load and save iar item nodes where folders have ↵Justin Clarke Casey2009-03-041-0/+5
| | | | identical names
* * Add InventoryArchiveConstants that I missed from last commitJustin Clarke Casey2009-02-251-0/+108
* This commit also does a first pass at creating folders for an inventory archive (previously everything was dumped in the same destiantion folder). * This code might not work yet and nobody else should be using it yet anyway :)