aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveWriteRequest.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Store inventory data in an 'inventory' directory rather than in the root of...Justin Clarke Casey2009-02-251-1/+1
* * refactor: Rename new class AssetGatherer to UuidGatherer to reflect what it...Justin Clarke Casey2009-02-191-2/+2
* * Do deep inspection when saving inventory items in order to capture all the ...Justin Clarke Casey2009-02-191-1/+1
* * Change AssetGatherer method access so that only methods which are worth cal...Justin Clarke Casey2009-02-181-1/+4
* * Make save iar behave properly if the nominated inventory path does not existJustin Clarke Casey2009-02-181-4/+10
* * Assign incoming items with a random UUID so that archives can be loaded mor...Justin Clarke Casey2009-02-171-0/+2
* * Establish InventoryArchiveSaved event for unit testsJustin Clarke Casey2009-02-171-15/+27
* * Make it possible to load and save inventory archives while a user is not lo...Justin Clarke Casey2009-02-121-26/+38
* large scale fix for svn props after "the great refactor"Sean Dague2009-02-121-13/+13
* * move userinfo for inventory archiving up to module class so that it only ha...Justin Clarke Casey2009-02-121-33/+14
* * optimized usings.lbsa712009-02-121-14/+13
* * Refactor inventory archive code to allow direct invocation in order to supp...Justin Clarke Casey2009-02-111-30/+60
* * More inventory archive invocation to a proper region moduleJustin Clarke Casey2009-02-111-5/+2
* this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield2009-02-101-0/+247