aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Archiver/ArchiveReadRequest.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into careminsterMelanie2012-01-281-8/+8
|\
| * Add experimental --publish option to "save oar" so that OARs reloaded to the ...Justin Clark-Casey (justincc)2012-01-281-8/+8
* | Merge branch 'master' into careminsterMelanie2012-01-121-0/+6
|\ \ | |/
| * Add a check to see if an asset exists before recreating it whileMic Bowman2012-01-101-0/+6
* | Bring us up to date.Tom2011-09-141-2/+2
|\ \ | |/
| * Comment out the part of the load oar code that zeroes out prim sit target ori...Justin Clark-Casey (justincc)2011-09-091-2/+2
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-06-111-0/+3
|\ \ | |/
| * Save the sun's position in OARsOren Hurvitz2011-06-101-0/+3
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-05-141-4/+7
|\ \ | |/
| * When loading an OAR that doesn't have parcels, create a default parcelOren Hurvitz2011-05-141-4/+7
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-04-211-1/+8
|\ \ | |/
| * Add regression test to check that OARs start with the control file.Justin Clark-Casey (justincc)2011-04-181-1/+8
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-01-281-28/+44
|\ \ | |/
| * Refactor: Break out LoadObjects() and LoadParcels() from a longer methodJustin Clark-Casey (justincc)2011-01-271-28/+44
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-01-271-0/+9
|\ \ | |/
| * When an oar is loaded, do not create a default parcel before loading the parc...Justin Clark-Casey (justincc)2011-01-271-1/+1
| * Show local IDs in "land show" output.Justin Clark-Casey (justincc)2011-01-271-0/+5
| * Fix OAR parcel loading so that old parcels are replaced by the new instead of...Justin Clark-Casey (justincc)2011-01-271-0/+4
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-11-221-4/+25
|\ \ | |/
| * Added creator info across the board -- TaskInventoryItems and InventoryItems ...Diva Canto2010-11-211-3/+7
| * Global creator information working on MySQL DB and on load/save OARs. Creator...Diva Canto2010-11-211-2/+19
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-11-211-1/+1
|\ \ | |/
| * Fix unit tests and save problemsJustin Clark-Casey (justincc)2010-11-201-1/+1
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-10-231-12/+5
|\ \ | |/
| * Implement guard against trying to load incompatible version IARsJustin Clark-Casey (justincc)2010-10-221-1/+1
| * start parsing iar control fileJustin Clark-Casey (justincc)2010-10-221-1/+1
| * slightly simplify oar control file loading codeJustin Clark-Casey (justincc)2010-10-221-10/+3
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-10-161-0/+22
|\ \ | |/
| * Drop max oar loading version back to 0 from 1Justin Clark-Casey (justincc)2010-10-161-1/+1
| * change --old-guids switch on the save oar command line to --version=<x>Justin Clark-Casey (justincc)2010-10-161-1/+1
| * Have OpenSim throw a strop if it tries to load an OAR with a major version th...Justin Clark-Casey (justincc)2010-10-161-0/+22
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-09-171-5/+1
|\ \ | |/
| * Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA...John Hurliman2010-09-161-5/+1
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-08-301-1/+21
|\ \ | |/
| * Improve liveness by operating on list copies of SOG.Children where appropriateJustin Clark-Casey (justincc)2010-08-281-28/+29
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-08-261-22/+22
|\ \ | |/
| * Improve consistency of locking for SOG.m_parts in order to avoid race conditi...Justin Clark-Casey (justincc)2010-08-261-26/+29
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-05-281-63/+1
|\ \ | |/
| * refactor: move GetStream and URI methods from ArchiveReadRequest -> ArchiveHe...Justin Clark-Casey (justincc)2010-05-281-63/+1
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-05-211-2/+0
|\ \ | |/
| * 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
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-04-191-19/+27
|\ \ | |/
| * 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 careminster-presence-refactorMelanie2010-03-031-18/+32
|\ \ | |/
| * 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