aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/World/Archiver (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Extend archive test to check for the presence of a control file in a saved ...Justin Clarke Casey2009-01-232-8/+39
* * minor: small tweak to archive save completion log messageJustin Clarke Casey2009-01-231-2/+1
* * Add direct stream loading and saving methods to the archive module.Justin Clarke Casey2009-01-235-36/+65
* white space & formatting cleanupDr Scofield2009-01-222-53/+53
* From: Christopher Yeoh <yeohc@au1.ibm.com>Dr Scofield2009-01-222-5/+53
* * minor: Future archiver test stubJustin Clarke Casey2009-01-161-0/+44
* * Implement saving of region settings in OAR filesJustin Clarke Casey2008-12-306-13/+371
* * Fixes missing sculpt texture assets from oar files as detailed on mantis 29...Teravus Ovares2008-12-261-0/+2
* * refactor: Rename IRegionSerialiser and move into interfaces namespaceJustin Clarke Casey2008-12-193-9/+9
* * refactor: Remove archiver module scene wrappersJustin Clarke Casey2008-12-192-53/+7
* * test: Add basic synchronous object remove testJustin Clarke Casey2008-11-121-2/+4
* * refactor: as per a recent opensim-dev thread, rename InnerScene to SceneGra...Justin Clarke Casey2008-11-121-1/+1
* Script region crossing. This has not user functionality, but lays all theMelanie Thielker2008-11-091-1/+1
* * refactor: allocate local ids to prims only when an object is attached to a ...Justin Clarke Casey2008-11-071-1/+1
* * Stop an exception in getting assets for the archiver from crashing the simJustin Clarke Casey2008-11-041-7/+16
* fix: ArchiveReadRequest.URIFetch stumbles over absent content length fieldDr Scofield2008-11-041-1/+2
* * Use the UUID regex sitting in utils for detection of uuids embedded in scriptsJustin Clarke Casey2008-11-031-9/+1
* * Introduce an IsAttachment property on the group level (which just returns f...Justin Clarke Casey2008-11-011-1/+1
* * Fix http://opensimulator.org/mantis/view.php?id=2517Justin Clarke Casey2008-11-011-1/+6
* From: Alan Webb (alan_webb@us.ibm.com)Dr Scofield2008-10-301-1/+63
* * minor: oops, small textual tweakJustin Clarke Casey2008-10-151-1/+1
* * minor: during opensim archive creation, tell the user that it may take some...Justin Clarke Casey2008-10-151-1/+4
* Update svn properties, minor formatting cleanup.Jeff Ames2008-10-121-12/+15
* From: chris yeoh <yeohc@au1.ibm.com>Dr Scofield2008-10-071-0/+13
* Add the default script engine to the script creation from archive loadingMelanie Thielker2008-09-301-1/+1
* Change the scirpt engine loading mechanism. Script engines are nowMelanie Thielker2008-09-211-1/+1
* Update svn properties, formatting cleanup.Jeff Ames2008-09-091-2/+2
* Mantis #2133Melanie Thielker2008-09-063-4/+4
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-068-60/+49
* * Oops, add landmarks to region archive loading/savingJustin Clarke Casey2008-08-302-1/+9
* Update svn properties, formatting cleanup.Jeff Ames2008-08-282-4/+4
* * On loading archives, report an error if an asset does not have the expected...Justin Clarke Casey2008-08-262-45/+61
* Formatting cleanup.Jeff Ames2008-08-189-158/+158
* Refactor a lot of direct calls to OGS1 to use the cached version instead.Melanie Thielker2008-08-161-1/+3
* Fix up master avatar handling for estate owners. Introduces a newMelanie Thielker2008-08-151-0/+2
* * if the user uuid is present, preserve ownership information when loading an...Justin Clarke Casey2008-08-091-10/+43
* From: alan webb <alan_webb@us.ibm.com>Dr Scofield2008-08-061-0/+4
* * Remove dumb bug I put in which meant that an archive save would never compl...Justin Clarke Casey2008-07-252-2/+10
* Update svn properties. Formatting cleanup. Remove a compiler warning.Jeff Ames2008-07-231-1/+1
* * Give new uuids to all the objects loaded in from an archive.Justin Clarke Casey2008-07-211-6/+6
* * minor: stick filename being loaded/saved from in save/load xml/oar informat...Justin Clarke Casey2008-07-211-3/+1
* * minor: change misleading 'all assets found' message to instead tell how man...Justin Clarke Casey2008-07-214-23/+35
* * refactor: break out sog loading code into two parts so that post-deserializ...Justin Clarke Casey2008-07-181-13/+11
* * On an archive load, make the master avatar the owner of all scene objects f...Justin Clarke Casey2008-07-141-0/+11
* * For now, when loading an archive all the existing scene objects get deleted...Justin Clarke Casey2008-07-141-0/+5
* * Actually persist restored archives to the database - wasn't actually doing ...Justin Clarke Casey2008-07-132-7/+18
* * Elminate most of the debugging log output from the archive commandsJustin Clarke Casey2008-07-125-33/+35
* * On archive loading, tell the user how many objects we are ignoring because ...Justin Clarke Casey2008-07-121-3/+13
* * Make archive default tar file modes more permissiveJustin Clarke Casey2008-07-121-1/+1
* * Start compressing archivesJustin Clarke Casey2008-07-124-34/+30