aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Archiver/ArchiveReadRequest.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* refactor: move GetStream and URI methods from ArchiveReadRequest -> ArchiveHe...Justin Clark-Casey (justincc)2010-05-281-63/+1
* Fix a problem where SceneGraph.AddSceneObject() would return false on success...Justin Clark-Casey (justincc)2010-05-211-1/+0
* make oar object filename/pathname creation a helper methodJustin Clark-Casey (justincc)2010-05-211-1/+0
* All scripts are now created suspended and are only unsuspended when the objectMelanie2010-04-191-0/+1
* minor: use the static ascii and utf8 encodings instead of instantiating our ownJustin Clark-Casey (justincc)2010-04-161-6/+3
* Add --skip-assets option to load oar.Justin Clark-Casey (justincc)2010-04-161-15/+25
* Merge branch 'master' into presence-refactorMelanie2010-03-011-0/+2
|\
| * fix bug where region settings loaded via an oar (water height, terrain textur...Justin Clark-Casey (justincc)2010-02-261-0/+2
* | Changed asset CreatorID to a stringJohn Hurliman2010-02-221-1/+1
* | Merge branch 'presence-refactor' of ssh://opensimulator.org/var/git/opensim i...John Hurliman2010-02-221-1/+13
|\ \
| * \ Merge branch 'master' into presence-refactorMelanie2010-02-221-1/+13
| |\ \ | | |/
| | * forestall bug reports about the Command error: System.EntryPointNotFoundExcep...Justin Clark-Casey (justincc)2010-02-191-1/+13
* | | * Adds CreatorID to asset metadata. This is just the plumbing to support Crea...John Hurliman2010-02-221-1/+1
|/ /
* | Merge branch 'master' into presence-refactorMelanie2010-02-081-2/+4
|\ \ | |/
| * Allow oar loading to work even if an estate module is not presentJustin Clark-Casey (justincc)2010-01-221-2/+4
* | OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto2010-01-111-1/+1
* | Remove all references to master avatar, replacing with estate owner whereMelanie2010-01-101-10/+6
* | * OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto2010-01-101-2/+3
|/
* Formatting cleanup. Add copyright headers.Jeff Ames2010-01-041-1/+1
* remove stringent content type checking to make it easier to load oars directl...Justin Clark-Casey (justincc)2009-11-271-2/+5
* make save and load oar slightly more robust by always closing the archive str...Justin Clark-Casey (justincc)2009-11-241-7/+8
* Changing the AssetBase constructors to avoid initializing assets with an unkn...John Hurliman2009-11-051-2/+4
* * Log progress messages when loading OAR files with a lot of assetsJohn Hurliman2009-10-291-0/+3
* - cleaning up LandData/ILandObject capitalization issuesdr scofield (aka dirk husemann)2009-10-021-7/+27
* Formatting cleanup.Jeff Ames2009-10-011-4/+4
* Stop a loaded OAR from generating on_rez events. This bringsAlan M Webb2009-09-161-1/+1
* From: Chris Yeoh <yeohc@au1.ibm.com>Sean Dague2009-06-291-10/+5
* * Temporarily resolve another problem in http://opensimulator.org/mantis/view...Justin Clarke Casey2009-06-121-2/+4
* * fix build break: sigh, must remember to build before committingJustin Clarke Casey2009-06-121-2/+1
* * minor: make control file loading code consistentJustin Clarke Casey2009-06-121-17/+12
* From: Chris Yeoh <yeohc@au1.ibm.com>Dr Scofield2009-06-031-0/+58
* * Fix race condition in save oarJustin Clarke Casey2009-06-011-0/+2
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* * Take another attempt at http://opensimulator.org/mantis/view.php?id=3191Justin Clarke Casey2009-05-191-12/+14
* * minor: another attempt at http://opensimulator.org/mantis/view.php?id=3191Justin Clarke Casey2009-05-181-1/+1
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-05-181-0/+1
* Heart surgery on asset service code bits. Affects OpenSim.ini configuration -...diva2009-05-151-1/+1
* * Get rid of some extraneous debug log output from the last commitJustin Clarke Casey2009-04-281-2/+2
* * Stop oar loading barfing if the archive contains directory entriesJustin Clarke Casey2009-04-281-8/+10
* fixes System.UnauthorizedAccessExceptions when trying to load OARs fromDr Scofield2009-04-171-2/+2
* * Make it possible to add a request id to load and save oar requestsJustin Clarke Casey2009-04-151-6/+8
* * minor: move RegionSettingsSerializer into OpenSim.Framework.SerializationJustin Clarke Casey2009-03-271-0/+1
* * minor: remove load oar logging I accidentally left in a few commits agoJustin Clarke Casey2009-03-241-8/+4
* * Use memory more efficiently when loading oarsJustin Clarke Casey2009-03-241-11/+19
* Rename OpenSim.Framework.Archive to OpenSim.Framework.SerializationMike Mazur2009-03-161-5/+5
* Moving TarArchive to OpenSim.Framework.ArchiveMike Mazur2009-03-121-0/+1
* * Add gnu tar format long file name support to tar reading and writing.Justin Clarke Casey2009-03-041-2/+2
* * Consistently lock part.TaskInventory as pointed out in http://opensimulator...Justin Clarke Casey2009-02-201-8/+11
* - remove the Metadata property from AssetBase and return all previousMike Mazur2009-02-171-1/+1
* * refactor: remove AssetCache field hanging off SceneJustin Clarke Casey2009-02-161-1/+1