Justin Clark-Casey (justincc)
|
86367d7219
refactor: Move methods to start a monitored thread, start work in its own thread and run work in the jobengine from Watchdog to a WorkManager class.
|
10 years ago |
Justin Clark-Casey (justincc)
|
41f2f3132b
For monitoring purposes, start non-timeout tasks (which do not currently use a threadpool) via Watchdog.RunInThread() rather than Util.RunThreadNoTimeout()
|
10 years ago |
Oren Hurvitz
|
99ac770abb
Close streams immediately when we finish using them
|
10 years ago |
Matt Lehmann
|
9e83b43009
new version of patch to add default-user switch new version :qw :wq updated version of default user switch for load oar :q :q
|
10 years ago |
Matt Lehmann
|
8b3c2f7d0c
updated version of default user switch for load oar :q :q
|
10 years ago |
Oren Hurvitz
|
a780e01a54
Fixed: the parcel flag "Allow Scripts from Group" should only check if the parcel has a Group set; it doesn't have to be *deeded* to the group
|
10 years ago |
Oren Hurvitz
|
6557eba235
Removed default timeout when starting scripts after Load OAR
|
10 years ago |
Oren Hurvitz
|
1a32b35279
In Load OAR, correctly restore group-owned objects
|
11 years ago |
Oren Hurvitz
|
305f5110c6
In Load OAR: Zero isn't a valid Group ID
|
11 years ago |
Oren Hurvitz
|
35078e03e5
During Load OAR, fix the User and Group ID's in objects that are embedded in assets (previously only rezzed objects were fixed)
|
11 years ago |
Robert Adams
|
79200ed270
Fix displacement and location operations on legacy trees and grass in
|
10 years ago |
Robert Adams
|
41b6602a77
Add "--no-objects" parameter to 'load oar'.
|
10 years ago |
Robert Adams
|
2a4dd34616
Change new 'load oar' parameters to be hyphenated to be consistant with
|
10 years ago |
Robert Adams
|
9c97fb8e12
Implement terrain merging in TerrainChannel.
|
10 years ago |
Robert Adams
|
5e6a47f13f
varregion: remove --noterrain and --noparcel parameters in 'load oar'.
|
10 years ago |
Robert Adams
|
6fbfb47b92
varregion: add --noterrain and --noparcel to 'load oar'.
|
10 years ago |
Robert Adams
|
dd6db72939
varregion: add --displacement parameter to 'load oar'.
|
10 years ago |
Justin Clark-Casey (justincc)
|
7cab41f422
refactor: replace verbose checks with String.IsNullOrEmpty where applicable.
|
11 years ago |
Oren Hurvitz
|
9784e4e07d
Changed locks to prevent deadlocks (especially during multi-region Load OAR)
|
12 years ago |
Justin Clark-Casey (justincc)
|
82690e1384
Fix bug where loading an OAR with a deeded parcel would always set the parcel owner ID to the estate owner even if the group UUID was present.
|
12 years ago |
Justin Clark-Casey (justincc)
|
cda531bc3c
minor: Add some currently commented out debug log lines for investigating issues resolving group IDs for land parcels on OAR loading where groups do not exist
|
12 years ago |
Justin Clark-Casey (justincc)
|
6ba42e9e75
Fix a few minor issues in ArchiveReadRequest logging.
|
12 years ago |
Oren Hurvitz
|
ce468215d5
Support multi-region OAR files
|
12 years ago |
Justin Clark-Casey (justincc)
|
812c498ef4
When loading an OAR, validate any group UUIDs and properly reconstruct parcel access lists.
|
12 years ago |
Justin Clark-Casey (justincc)
|
23ae24b406
Route OAR SOG loading through the common SceneObjectSerializer.FromXml2Format() rather than the functionally identical but buggy Xml2ToSOG().
|
12 years ago |
Justin Clark-Casey (justincc)
|
1b5ce8c10e
Fix issue where loading OARs could sometimes result in link numbers being reordered.
|
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 |