Justin Clark-Casey (justincc)
|
083587eb32
Stop a scene object from attempting to link with itself (which results in an exception and constant complaints in v3 viewers).
|
12 سال پیش |
Justin Clark-Casey (justincc)
|
2030377d2c
Only look for an uploaded transactional asset in Scene.UpdateTaskInventory if we have been passed a non-zero transaction ID.
|
13 سال پیش |
Justin Clark-Casey (justincc)
|
0a277a64a7
Comment out xfer section in Scene.UpdateTaskInventory() which was causing spurious errors and "script saved" messages when script properties were changed.
|
13 سال پیش |
Justin Clark-Casey (justincc)
|
f8b0427086
Move client id check in Scene.Inventory.cs:UpdateInventoryItemAsset so that it doesn't trigger an exception if the item hasn't been found.
|
13 سال پیش |
Justin Clark-Casey (justincc)
|
7be35d5a9a
Stop an exception being thrown and a teleport/border cross failing if the desintation sim has no active script engines.
|
13 سال پیش |
Justin Clark-Casey (justincc)
|
c8304b7f84
Fix avatar parameter updating for viewer 3 and maybe 2.
|
13 سال پیش |
Justin Clark-Casey (justincc)
|
de19dc3024
refactor: rename SOG/SOP.GetProperties() to SendPropertiesToClient() to reflect what it actually does
|
13 سال پیش |
Oren Hurvitz
|
1dd904b78e
Delay loading scripts until the scene has finished loading
|
13 سال پیش |
Justin Clark-Casey (justincc)
|
095b3e5756
Remove pointless cluttering SOP.ParentGroup != null checks.
|
13 سال پیش |
Makopoppo
|
795b56e695
Related to #4689 - Adding missing null check for SceneObjectPart
|
13 سال پیش |
Justin Clark-Casey (justincc)
|
5eeee480d4
refactor: move Scene.Inventory.attachObjectAssetStore() into AttachmentsModule.AddSceneObjectAsAttachment()
|
13 سال پیش |
Justin Clark-Casey (justincc)
|
274e354006
get rid of pointless grp null check in attachObjectAssetStore()
|
13 سال پیش |
Justin Clark-Casey (justincc)
|
0e0d40c810
minor: remove hardcoded region numbers with the region size constant and a currently hardcoded offset
|
13 سال پیش |
Justin Clark-Casey (justincc)
|
ccf07f6ae3
refactor: remove pointless AgentId argument from attachObjectAssetStore()
|
13 سال پیش |
Justin Clark-Casey (justincc)
|
cf3ffe5bb4
Fix llAttachToAvatar()
|
13 سال پیش |
Justin Clark-Casey (justincc)
|
f0895028e9
Remove manually permissions settings on all current library items so that they use the defaults instead.
|
13 سال پیش |
Justin Clark-Casey (justincc)
|
fcaa4f6012
Revert "Don't load current/next/everyone/base permissions from the library item xml files - always use PermissionMask.All instead (which was the existing default)."
|
13 سال پیش |
Justin Clark-Casey (justincc)
|
667b54f5a2
Don't load current/next/everyone/base permissions from the library item xml files - always use PermissionMask.All instead (which was the existing default).
|
13 سال پیش |
Justin Clark-Casey (justincc)
|
9f72fbcb75
Add an async inventory details sender to respond to FetchInventory packets.
|
13 سال پیش |
Justin Clark-Casey (justincc)
|
c84a1bd99f
Don't follow inventory links of links.
|
13 سال پیش |
Justin Clark-Casey (justincc)
|
1b4c08730e
refactor: simplify redundant double containing folder check
|
13 سال پیش |
Justin Clark-Casey (justincc)
|
3f0b8db0c1
If an inventory link target is in the same folder as the source, then don't recursively request that folder.
|
13 سال پیش |
Justin Clark-Casey (justincc)
|
12b1cbf8bf
Fix give inventory tests to use different users rather than (accidentally) the same user. Extend TestGiveInventoryItem() to test giving back the same item.
|
13 سال پیش |
Diva Canto
|
76c60f1f99
Moved CreateNewInventoryItem to the InventoryAccessModule in preparation for supporting HG landmarks.
|
13 سال پیش |
Justin Clark-Casey (justincc)
|
90567a9eaa
refactor Scene.RezObject() to use AddNewSceneObject() rather than copy/pasting code with small differences
|
13 سال پیش |
Justin Clark-Casey (justincc)
|
784f70f704
don't throw a null reference if an inventory link target doesn't exist when we're inspecting in order to send the required inventory folders
|
13 سال پیش |
Justin Clark-Casey (justincc)
|
5573fcfa93
Fix adding/removing/replacing outfits in viewer 2
|
13 سال پیش |
Justin Clark-Casey (justincc)
|
5f9edd195c
Fix broken inventory links on viewer 2.
|
13 سال پیش |
Justin Clark-Casey (justincc)
|
9988bff9e3
Add a smidgen of method doc about the fact that item links reuse the asset id item slot
|
13 سال پیش |
Justin Clark-Casey (justincc)
|
ac12ace6f1
Prevent viewer 2 from creating a duplicate outfit inventory links.
|
13 سال پیش |