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.
|
13 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 |
Diva Canto
|
1499607215
Made OARs use the new serialization procedure. (TPs/crossings still on the old one) Added an options argument down the pipeline. For the time being it takes --old-guids as an option to produce <Guid> instead of <UUID>.
|
14 years ago |
John Hurliman
|
dd277a0d02
First pass at cleaning up thread safety in EntityManager and SceneGraph
|
14 years ago |
John Hurliman
|
33f5d0d1e9
* UuidGatherer now tracks asset types for assets it discovers. The asset types are inferred from context
|
14 years ago |
Justin Clark-Casey (justincc)
|
c767a7901c
forestall bug reports about the Command error: System.EntryPointNotFoundException: CreateZStream save/load oar/iar issue by telling the user what the likely problem is
|
14 years ago |
Justin Clark-Casey (justincc)
|
59caa68e08
minor: add doc to a few parcel methods
|
15 years ago |
Justin Clark-Casey (justincc)
|
c083ab6824
make save and load oar slightly more robust by always closing the archive streams even if there has been an error
|
15 years ago |
Jeff Ames
|
ee205e7e81
Formatting cleanup.
|
15 years ago |
Jeff Ames
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
15 years ago |
diva
|
5e4fc6e91e
Heart surgery on asset service code bits. Affects OpenSim.ini configuration -- please see the example. Affects region servers only.
|
15 years ago |
Justin Clarke Casey
|
6277156044
* When saving an oar, save assets when immediately received rather than storing them all up in memory
|
15 years ago |
Justin Clarke Casey
|
63936d442c
* Make it possible to add a request id to load and save oar requests
|
15 years ago |
Justin Clarke Casey
|
4203cf1503
* refactor: Rename new class AssetGatherer to UuidGatherer to reflect what it actually does
|
15 years ago |
Justin Clarke Casey
|
89f2589f6c
* Change AssetGatherer method access so that only methods which are worth calling from the outside are public
|
15 years ago |
Justin Clarke Casey
|
a7dea4ee12
* Move asset gathering code from oar module to OpenSim.Region.Framework since this is useful in a variety of situations
|
15 years ago |