Justin Clark-Casey (justincc)
|
9c32b131fd
Add extra log information when attachments fail validation
|
13 gadi atpakaļ |
Justin Clark-Casey (justincc)
|
7531851bec
reinstate the validation logging on teleport. A 'fail' of validation still doesn't prevent the actual teleport.
|
13 gadi atpakaļ |
Justin Clark-Casey (justincc)
|
de28c9cd24
Stop the UserManagementModule logging every user it adds for now
|
13 gadi atpakaļ |
Oren Hurvitz
|
1dd904b78e
Delay loading scripts until the scene has finished loading
|
13 gadi atpakaļ |
Kevin Houlihan
|
7cafc2e46e
Added a check to the CreateRegion method of the RemoteAdmin module that the specified user exists.
|
13 gadi atpakaļ |
Micheil Merlin
|
28961dd1cf
llSetPrimitiveParams Prim type params precision errors
|
13 gadi atpakaļ |
Justin Clark-Casey (justincc)
|
bea2e0f32b
Comment out the part of the load oar code that zeroes out prim sit target orientations and positions.
|
13 gadi atpakaļ |
Justin Clark-Casey (justincc)
|
655935db49
Use a copy of the inventory items list to register users in the thread started by GetFolderContent(), to protect ourselves against callers modifying lists
|
13 gadi atpakaļ |
Justin Clark-Casey (justincc)
|
42790f021f
Fix unit tests from RegionSettings commit
|
13 gadi atpakaļ |
Justin Clark-Casey (justincc)
|
086bf9f15d
Save the default terrain texture UUIDs for a new region instead of leaving them as UUID.Zero.
|
13 gadi atpakaļ |
Justin Clark-Casey (justincc)
|
f5eace6781
Fix test failure. Oversight in setting up the tests themselves.
|
13 gadi atpakaļ |
Justin Clark-Casey (justincc)
|
9615292133
Centralize module setup for NPC tests.
|
13 gadi atpakaļ |
Justin Clark-Casey (justincc)
|
96a3b68086
Remember to set and unset the fire and forget method at the top of the attachment and npc tests
|
13 gadi atpakaļ |
Justin Clark-Casey (justincc)
|
bd5d2cb043
Use scene presence agent id for rezzed object ownership rather than item owner.
|
13 gadi atpakaļ |
Justin Clark-Casey (justincc)
|
3e7960d161
Increase information in logging for UserAgentServiceConnector.
|
13 gadi atpakaļ |
Justin Clark-Casey (justincc)
|
08bd16285d
When invoking any of the OSSL teleport functions, do it on a separate thread rather than the script thread.
|
13 gadi atpakaļ |
Justin Clark-Casey (justincc)
|
7cadb89a0f
When a region is added to the HG Inventory Broker, also pass this through to the embedded local inventory connector to prevent an NRE when that connector tries to lookup the UserManager through the scene.
|
13 gadi atpakaļ |
Justin Clark-Casey (justincc)
|
d7a516d885
Add temporary debugging in HGInventoryBroker and RemoveXInventoryServiceConnector
|
13 gadi atpakaļ |
Justin Clark-Casey (justincc)
|
e6cd4defdb
Lock m_pendingObjects when calling GetPendingObjectsCount().
|
13 gadi atpakaļ |
Justin Clark-Casey (justincc)
|
3d4d3427cd
Comment out SceneViewer.Reset() and stop calling from Close() since this is useless work as a closed scene object is never reset.
|
13 gadi atpakaļ |
Justin Clark-Casey (justincc)
|
405a5b097b
Comment out unused ISceneViewer.Reset() to reduce code complexity
|
13 gadi atpakaļ |
Justin Clark-Casey (justincc)
|
4bf3adffb8
In SceneViewer, introduce an IsEnabled flag and perform Close() under an m_pendingObjects lock in order to avoid the race condition seen by danbanner in http://opensimulator.org/mantis/view.php?id=5669
|
13 gadi atpakaļ |
Justin Clark-Casey (justincc)
|
1a8f5b97b9
refactor: Make logic in AM.AttachObject() clearer by not reusing existing variables in different contexts
|
13 gadi atpakaļ |
Justin Clark-Casey (justincc)
|
5beee42809
rename AM.AddSceneObjectAsAttachment() to AddSceneObjectAsNewAttachmentInInv
|
13 gadi atpakaļ |
Justin Clark-Casey (justincc)
|
b903d2ca96
In SetAttachment, if the existing attachment has no asset id then carry on rather than abort.
|
13 gadi atpakaļ |
Justin Clark-Casey (justincc)
|
c6ec573d10
Get rid of the confusing version of IAttachmentsModule.RezSingleAttachmentFromInventory() with the updateInventoryStatus switch, since this is never called with false
|
13 gadi atpakaļ |
Justin Clark-Casey (justincc)
|
05a4bedc30
get rid of the unused AttachmentsModule.ShowAttachInUserInventory()
|
13 gadi atpakaļ |
Justin Clark-Casey (justincc)
|
0cb0140a1d
Stop the pointless double setting of every attachment in AvatarAppearance.
|
13 gadi atpakaļ |
Justin Clark-Casey (justincc)
|
cf73afec35
Try disabling the inconsistent attachment state check to see if this actually has an impact.
|
13 gadi atpakaļ |
Justin Clark-Casey (justincc)
|
5e579b71fd
Allow the HGInventoryBroker to set the UserManager when it instantiates a RemoteXInventoryServiceConnector for a visiting HG user.
|
13 gadi atpakaļ |