aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Archiver (unfollow)
Commit message (Expand)AuthorFilesLines
2010-11-21Added creator info across the board -- TaskInventoryItems and InventoryItems ...Diva Canto1-3/+7
2010-11-21Global creator information working on MySQL DB and on load/save OARs. Creator...Diva Canto2-2/+20
2010-11-20Knock V0_2 decals off archive tests since they're misleadingJustin Clark-Casey (justincc)1-8/+8
2010-11-20Fix unit tests and save problemsJustin Clark-Casey (justincc)3-3/+4
2010-11-20correct build break. for some reason, xbuild didn't rebuild test dllsJustin Clark-Casey (justincc)1-2/+2
2010-11-20Bump oar version to 1.0 from 0.5Justin Clark-Casey (justincc)1-83/+119
2010-11-02Old deserialization can't deal with commas in flag fields. Making use of -ver...Diva Canto2-16/+10
2010-10-27Formatting cleanup.Jeff Ames1-3/+3
2010-10-22Implement guard against trying to load incompatible version IARsJustin Clark-Casey (justincc)1-1/+1
2010-10-22start parsing iar control fileJustin Clark-Casey (justincc)1-1/+1
2010-10-22slightly simplify oar control file loading codeJustin Clark-Casey (justincc)1-10/+3
2010-10-22write IAR control file first in the archive rather than lastJustin Clark-Casey (justincc)1-1/+2
2010-10-22Implement guard against trying to load incompatible version IARsJustin Clark-Casey (justincc)1-1/+1
2010-10-22start parsing iar control fileJustin Clark-Casey (justincc)1-1/+1
2010-10-22slightly simplify oar control file loading codeJustin Clark-Casey (justincc)1-10/+3
2010-10-22write IAR control file first in the archive rather than lastJustin Clark-Casey (justincc)1-1/+2
2010-10-22minor: add some text to the oar abort messages on assets timeout to make it c...Justin Clark-Casey (justincc)1-1/+1
2010-10-16Drop max oar loading version back to 0 from 1Justin Clark-Casey (justincc)1-1/+1
2010-10-16Rip out version option since it turns out that the changed object serializati...Justin Clark-Casey (justincc)2-7/+11
2010-10-16change --old-guids switch on the save oar command line to --version=<x>Justin Clark-Casey (justincc)5-9/+31
2010-10-16Have OpenSim throw a strop if it tries to load an OAR with a major version th...Justin Clark-Casey (justincc)2-1/+23
2010-10-16save oar control file first rather than in the middle so that it's the first ...Justin Clark-Casey (justincc)3-38/+41
2010-10-15Made OARs use the new serialization procedure. (TPs/crossings still on the ol...Diva Canto3-14/+25
2010-09-16Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA...John Hurliman1-5/+1
2010-09-12Formatting cleanup.Jeff Ames1-4/+4
2010-09-10First pass at cleaning up thread safety in EntityManager and SceneGraphJohn Hurliman1-1/+1
2010-09-07* Cache null account responses in the SimianUserAccountServiceConnector to av...John Hurliman1-1/+4
2010-09-07If a scene object part UUID is changed (only possible when not in a scene), t...Justin Clark-Casey (justincc)1-1/+1
2010-08-28Improve liveness by operating on list copies of SOG.Children where appropriateJustin Clark-Casey (justincc)1-28/+29
2010-08-26Improve consistency of locking for SOG.m_parts in order to avoid race conditi...Justin Clark-Casey (justincc)1-26/+29
2010-06-29Revert "don't report the null uuid as a missing asset on saving oars/iars"Justin Clark-Casey (justincc)1-5/+3
2010-06-25don't report the null uuid as a missing asset on saving oars/iarsJustin Clark-Casey (justincc)1-3/+5
2010-06-04remove pointless mock user account service since the real one can now be easi...Justin Clark-Casey (justincc)1-1/+1
2010-05-28refactor: move GetStream and URI methods from ArchiveReadRequest -> ArchiveHe...Justin Clark-Casey (justincc)2-63/+65
2010-05-21Fix a problem where SceneGraph.AddSceneObject() would return false on success...Justin Clark-Casey (justincc)1-1/+0
2010-05-21make oar object filename/pathname creation a helper methodJustin Clark-Casey (justincc)4-38/+75
2010-05-21add prim item and test asset save in save oar unit testJustin Clark-Casey (justincc)2-3/+31
2010-04-19All scripts are now created suspended and are only unsuspended when the objectMelanie1-0/+1
2010-04-16minor: use the static ascii and utf8 encodings instead of instantiating our ownJustin Clark-Casey (justincc)1-6/+3
2010-04-16Add --skip-assets option to load oar.Justin Clark-Casey (justincc)3-24/+37
2010-03-15* UuidGatherer now tracks asset types for assets it discovers. The asset type...John Hurliman2-12/+25
2010-02-26fix bug where region settings loaded via an oar (water height, terrain textur...Justin Clark-Casey (justincc)1-0/+2
2010-02-22Changed asset CreatorID to a stringJohn Hurliman2-2/+2
2010-02-22* Adds CreatorID to asset metadata. This is just the plumbing to support Crea...John Hurliman2-2/+2
2010-02-21One more test running.Diva Canto1-1/+1
2010-02-19forestall bug reports about the Command error: System.EntryPointNotFoundExcep...Justin Clark-Casey (justincc)2-2/+26
2010-02-15Formatting cleanup.Jeff Ames1-12/+12
2010-01-29use common sop2 setup for TestMergeOarV0_2()Justin Clark-Casey (justincc)1-16/+12
2010-01-29make TestSaveOarV0_2() use a common part2 constructionJustin Clark-Casey (justincc)1-18/+14
2010-01-29use common part1 createio nin TestMergeOarV0_2()Justin Clark-Casey (justincc)1-16/+5