aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiverModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * move userinfo for inventory archiving up to module class so that it only ↵Justin Clarke Casey2009-02-121-25/+59
| | | | has to be done once
* * optimized usings.lbsa712009-02-121-11/+11
|
* * When an inventory archive is loaded, immediately update the client's ↵Justin Clarke Casey2009-02-111-16/+46
| | | | | | | | inventory if that client is online at that region server * Not useable yet
* * Establish a common InventoryNodeBase class from InventoryItemBase and ↵Justin Clarke Casey2009-02-111-0/+11
| | | | InventoryFolderBase
* * Refactor inventory archive code to allow direct invocation in order to ↵Justin Clarke Casey2009-02-111-0/+169
support future unit tests * Add a file I missed out from the last commit (the build was probably fine without it)