aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Archiver (unfollow)
Commit message (Expand)AuthorFilesLines
2010-01-10Remove all references to master avatar, replacing with estate owner whereMelanie1-10/+6
2010-01-10* OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto1-2/+3
2010-01-04Formatting cleanup. Add copyright headers.Jeff Ames3-4/+4
2009-11-27remove stringent content type checking to make it easier to load oars directl...Justin Clark-Casey (justincc)1-2/+5
2009-11-25minor: add doc to a few parcel methodsJustin Clark-Casey (justincc)1-0/+10
2009-11-25Implement oar mergingJustin Clark-Casey (justincc)1-6/+10
2009-11-25Add MIT/X11 licensed NDesk.Options (http://www.ndesk.org/Options) DLL to aid ...Justin Clark-Casey (justincc)1-1/+9
2009-11-24make save and load oar slightly more robust by always closing the archive str...Justin Clark-Casey (justincc)3-13/+30
2009-11-24pass all command parameters to load/save oar, not just the filenameJustin Clark-Casey (justincc)1-0/+37
2009-11-05Changing the AssetBase constructors to avoid initializing assets with an unkn...John Hurliman2-4/+5
2009-10-29* Log progress messages when loading OAR files with a lot of assetsJohn Hurliman1-0/+3
2009-10-22Implemented a Watchdog class. Do not manually create Thread objects anymore, ...John Hurliman1-5/+3
2009-10-02- cleaning up LandData/ILandObject capitalization issuesdr scofield (aka dirk husemann)2-7/+38
2009-10-01Formatting cleanup.Jeff Ames6-24/+24
2009-09-16 Stop a loaded OAR from generating on_rez events. This bringsAlan M Webb1-1/+1
2009-09-07make oar module logging a little less noisyJustin Clark-Casey (justincc)1-2/+2
2009-08-31switching Archiver to "new" region module schemedr scofield (aka dirk husemann)1-6/+24
2009-08-11* Improves SceneSetupHelper to allow the tester to choose a real or mock, inv...Arthur Valadares1-1/+1
2009-08-10Removed IAssetCache.Diva Canto1-3/+4
2009-06-29From: Chris Yeoh <yeohc@au1.ibm.com>Sean Dague2-13/+8
2009-06-12* Temporarily resolve another problem in http://opensimulator.org/mantis/view...Justin Clarke Casey1-2/+4
2009-06-12* minor: remove one mono warningJustin Clarke Casey1-1/+0
2009-06-12* fix build break: sigh, must remember to build before committingJustin Clarke Casey1-2/+1
2009-06-12* minor: make control file loading code consistentJustin Clarke Casey2-18/+12
2009-06-12* minor: if OAR saving receives assets after timeout, just print warning, don...Justin Clarke Casey1-0/+2
2009-06-12* minor: remove warning from unused fieldJustin Clarke Casey1-5/+0
2009-06-05* Fix problem where known missing assets would stop save oar ever completingJustin Clarke Casey1-1/+3
2009-06-05* Add oar saving timeoutJustin Clarke Casey2-1/+128
2009-06-03From: Chris Yeoh <yeohc@au1.ibm.com>Dr Scofield2-0/+66
2009-06-02* Add simple original xml serialization testJustin Clarke Casey1-8/+2
2009-06-01* minor: change the name of one serialization method to match its counterpartJustin Clarke Casey1-1/+1
2009-06-01* Fix race condition in save oarJustin Clarke Casey3-28/+46
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames8-8/+8
2009-05-29* Add xml2 load testJustin Clarke Casey1-2/+0
2009-05-19* Take another attempt at http://opensimulator.org/mantis/view.php?id=3191Justin Clarke Casey1-12/+14
2009-05-18* minor: another attempt at http://opensimulator.org/mantis/view.php?id=3191Justin Clarke Casey1-1/+1
2009-05-18* Resolve http://opensimulator.org/mantis/view.php?id=3191Justin Clarke Casey1-4/+4
2009-05-18* Re-enable save oar test by loading asset data plugins from test mock classJustin Clarke Casey1-120/+120
2009-05-18From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-0/+1
2009-05-15* Resolve bug where save oar would never complete if any assets were missingJustin Clarke Casey3-17/+11
2009-05-15Heart surgery on asset service code bits. Affects OpenSim.ini configuration -...diva4-130/+136
2009-05-14* When saving an oar, save assets when immediately received rather than stori...Justin Clarke Casey4-121/+122
2009-05-14* refactor: break some of xml2 serialization out of sogJustin Clarke Casey1-1/+2
2009-05-07remove misleading commentSean Dague1-3/+0
2009-05-07instrument most of the tests with a new InMethod function that may help us fi...Sean Dague1-0/+3
2009-05-07minor: Inconsquential change to provoke another buildJustin Clarke Casey1-1/+1
2009-04-28* Get rid of some extraneous debug log output from the last commitJustin Clarke Casey2-4/+4
2009-04-28* Stop oar loading barfing if the archive contains directory entriesJustin Clarke Casey2-12/+44
2009-04-24* Write separate unit test for replicating iar structure to a user inventoryJustin Clarke Casey1-3/+2
2009-04-24* Write basic, incomplete load iar testJustin Clarke Casey1-6/+0