Justin Clark-Casey (justincc)
|
f4cd4c8e28
Comment out accidentally left in log line that was printing out the control file on OAR save
|
12 years ago |
Justin Clark-Casey (justincc)
|
5759313f7f
Add size of region to OAR control file. Megaregions (sw root OARs when saved) will have a size larger than 256x256
|
12 years ago |
Justin Clark-Casey (justincc)
|
3f2a727b6d
Remove recent IRegionCombinerModule.IsMegaregion(). In theory, there can be more than one megaregion in a simulator, separated by water.
|
12 years ago |
Justin Clark-Casey (justincc)
|
2b60a5c5d6
Add is_megaregion flag into oar control file. Not currently read - for future use. Please do not rely on this remaining here.
|
12 years ago |
Oren Hurvitz
|
52a32878a9
Save the Telehub and its Spawn Points in the OAR
|
12 years ago |
Justin Clark-Casey (justincc)
|
8b958e7e74
Revert "Save the Telehub and its Spawn Points in the OAR"
|
12 years ago |
Oren Hurvitz
|
b0b7b45b94
Save the Telehub and its Spawn Points in the OAR
|
12 years ago |
Justin Clark-Casey (justincc)
|
5d1d47e1f9
Revert "Better error handling if Load OAR or Save OAR fail"
|
12 years ago |
Oren Hurvitz
|
65c88b2ff4
Better error handling if Load OAR or Save OAR fail
|
12 years ago |
Oren Hurvitz
|
37d770f814
Use DotNetZip to compress OARs and IARs.
|
12 years ago |
Oren Hurvitz
|
ee13d817f1
When creating an OAR, objects where the user is the Creator are always included, regardless of their permissions.
|
12 years ago |
Justin Clark-Casey (justincc)
|
05e821c444
Fix TestSaveOarNoAssets() by not launch a no-assets request on a separate thread.
|
13 years ago |
Justin Clark-Casey (justincc)
|
1693799623
On OAR saving, try fetch assets serially rather than firing all the requests at the asset service at once.
|
13 years ago |
Justin Clark-Casey (justincc)
|
154ba0124a
Add experimental --publish option to "save oar" so that OARs reloaded to the same grid don't have the publisher as owner.
|
13 years ago |
Oren Hurvitz
|
7f318277f1
When creating an OAR, optionally exclude objects according to their permissions
|
13 years ago |
Justin Clark-Casey (justincc)
|
3270f4353e
Add --noassets option for "save iar"
|
13 years ago |
Justin Clark-Casey (justincc)
|
c7e46e8a51
Bump OAR file format version up to 0.7 for this development cycle.
|
13 years ago |
Justin Clark-Casey (justincc)
|
6f4d079fc5
Add a --noassets option to "save oar".
|
13 years ago |
Justin Clark-Casey (justincc)
|
6109605038
bump oar version number to 0.6.
|
14 years ago |
Justin Clark-Casey (justincc)
|
373ef594ba
Drop current OAR version back to 0.5 since these are currently now compatible with older OpenSim versions again.
|
14 years ago |
Diva Canto
|
f86c438653
Preservation of creator information now also working in IARs. Cleaned up usage help. Moved Osp around, deleted unnecessary OspInventoryWrapperPlugin, added manipulation of SOP's xml representation in a generic ExternalRepresentationUtils function.
|
14 years ago |
Justin Clark-Casey (justincc)
|
d7bca3d8e8
Fix unit tests and save problems
|
14 years ago |
Justin Clark-Casey (justincc)
|
2c7be7130e
Bump oar version to 1.0 from 0.5
|
14 years ago |
Diva Canto
|
9f5ab3b965
Old deserialization can't deal with commas in flag fields. Making use of -version option on save oar command. Bumped archives version to 0.5; version < 0.5 generates flag fields without commas. Everything else is identical.
|
14 years ago |
Jeff Ames
|
a331fd4e24
Formatting cleanup.
|
14 years ago |
Justin Clark-Casey (justincc)
|
bb28726a8b
write IAR control file first in the archive rather than last
|
14 years ago |
Justin Clark-Casey (justincc)
|
edc31adf95
Rip out version option since it turns out that the changed object serialization format can actually be loaded by older OpenSims after all
|
14 years ago |
Justin Clark-Casey (justincc)
|
e41b23a1a4
change --old-guids switch on the save oar command line to --version=<x>
|
14 years ago |
Justin Clark-Casey (justincc)
|
3df8d8ff76
Have OpenSim throw a strop if it tries to load an OAR with a major version that is too high for it to handle
|
14 years ago |
Justin Clark-Casey (justincc)
|
1bd4219078
save oar control file first rather than in the middle so that it's the first thing we come accross on load
|
14 years ago |