Justin Clark-Casey (justincc)
|
bea2e0f32b
Comment out the part of the load oar code that zeroes out prim sit target orientations and positions.
|
13 years ago |
Oren Hurvitz
|
804fe2d9b0
Save the sun's position in OARs
|
13 years ago |
Oren Hurvitz
|
64d868fb64
When loading an OAR that doesn't have parcels, create a default parcel
|
13 years ago |
Justin Clark-Casey (justincc)
|
6600aa2baf
Add regression test to check that OARs start with the control file.
|
13 years ago |
Justin Clark-Casey (justincc)
|
f9ea5e69c5
Refactor: Break out LoadObjects() and LoadParcels() from a longer method
|
13 years ago |
Justin Clark-Casey (justincc)
|
be3685b1a2
When an oar is loaded, do not create a default parcel before loading the parcels from the OAR.
|
13 years ago |
Justin Clark-Casey (justincc)
|
42c0dbf49a
Show local IDs in "land show" output.
|
13 years ago |
Justin Clark-Casey (justincc)
|
5a26dc2743
Fix OAR parcel loading so that old parcels are replaced by the new instead of merged.
|
13 years ago |
Diva Canto
|
c617d658dd
Added creator info across the board -- TaskInventoryItems and InventoryItems themselves. Tested. Seems to be working, main tests pass. Nothing done for IARs or HG transfers yet -- this only works for OARs for the time being.
|
14 years ago |
Diva Canto
|
6a9ae9e7cb
Global creator information working on MySQL DB and on load/save OARs. Creator name properly shown on the viewer as first.last @authority.
|
14 years ago |
Justin Clark-Casey (justincc)
|
d7bca3d8e8
Fix unit tests and save problems
|
14 years ago |
Justin Clark-Casey (justincc)
|
7f2d844916
Implement guard against trying to load incompatible version IARs
|
14 years ago |
Justin Clark-Casey (justincc)
|
199b61f1b2
start parsing iar control file
|
14 years ago |
Justin Clark-Casey (justincc)
|
a5bb7b8a30
slightly simplify oar control file loading code
|
14 years ago |
Justin Clark-Casey (justincc)
|
06d37d06e6
Drop max oar loading version back to 0 from 1
|
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 |
John Hurliman
|
860b2a502f
Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndArray collection
|
14 years ago |
Justin Clark-Casey (justincc)
|
1c0b4457cd
Improve liveness by operating on list copies of SOG.Children where appropriate
|
14 years ago |
Justin Clark-Casey (justincc)
|
8031f8ec09
Improve consistency of locking for SOG.m_parts in order to avoid race conditions in linking and unlinking
|
14 years ago |
Justin Clark-Casey (justincc)
|
d72435693b
refactor: move GetStream and URI methods from ArchiveReadRequest -> ArchiveHelpers
|
14 years ago |
Justin Clark-Casey (justincc)
|
f83acf533b
Fix a problem where SceneGraph.AddSceneObject() would return false on successfully adding an object rather than true, in defiance of its method documentation
|
14 years ago |
Justin Clark-Casey (justincc)
|
721c1085da
make oar object filename/pathname creation a helper method
|
14 years ago |
Melanie
|
21cad5d3ac
All scripts are now created suspended and are only unsuspended when the object
|
14 years ago |
Justin Clark-Casey (justincc)
|
e9926d13cf
minor: use the static ascii and utf8 encodings instead of instantiating our own
|
14 years ago |
Justin Clark-Casey (justincc)
|
bf3956aeb0
Add --skip-assets option to load oar.
|
14 years ago |
Melanie
|
38ea1dd5c8
Merge branch 'master' into presence-refactor
|
14 years ago |
Justin Clark-Casey (justincc)
|
93967d4a1c
fix bug where region settings loaded via an oar (water height, terrain textures, etc.) were not being persisted to the database
|
14 years ago |
John Hurliman
|
df76e95aa2
Changed asset CreatorID to a string
|
14 years ago |
John Hurliman
|
71c6559a91
Merge branch 'presence-refactor' of ssh://opensimulator.org/var/git/opensim into presence-refactor
|
14 years ago |