aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Interfaces/IRegionArchiverModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Establish OnOarFileSaved EventManager event and subscribe to that instead ↵Justin Clarke Casey2009-02-021-6/+15
| | | | | | | | | of passing in a waithandle to the archiver * This matches the existing OnOarFileLoaded event * This brings up the question of how these things can be made generic so that they don't have to be tied into EventManager, but that's a topic for another day
* * Extend archive save test to check for the presence of the file for the ↵Justin Clarke Casey2009-01-301-5/+5
| | | | | | | | object that was in the scene * Can now pass in a wait handle to ArchiveRegion() if you want same thread signalling that the save has completed
* * Add direct stream loading and saving methods to the archive module.Justin Clarke Casey2009-01-231-0/+19
| | | | | | * The async stream method does not yet signal completion to interested calling code
* * refactor: Remove archiver module scene wrappersJustin Clarke Casey2008-12-191-0/+47