Justin Clark-Casey (justincc)
|
de19dc3024
refactor: rename SOG/SOP.GetProperties() to SendPropertiesToClient() to reflect what it actually does
|
13 gadi atpakaļ |
Justin Clark-Casey (justincc)
|
a4cc5f628f
Only bother to create an inventory xfer file if there are any items in a prim inventory
|
13 gadi atpakaļ |
Justin Clark-Casey (justincc)
|
8fb3e71b14
Shuffle order of code in invnetory connector GetFolderContent() calls to avoid a possible race condition
|
13 gadi atpakaļ |
Justin Clark-Casey (justincc)
|
42f1b88eb2
If a prim inventory becomes empty through deletion, send an empty xfer file name rather than one that references a metadata file containing only the folder object.
|
13 gadi atpakaļ |
Justin Clark-Casey (justincc)
|
8880aea728
Stop attempts to rewear already worn items from removing and reattaching.
|
13 gadi atpakaļ |
Justin Clark-Casey (justincc)
|
095b3e5756
Remove pointless cluttering SOP.ParentGroup != null checks.
|
13 gadi atpakaļ |
Justin Clark-Casey (justincc)
|
33a894f3d2
refactor: move SOP.IsAttachment and AttachmentPoint up into SOG to avoid pointless duplication of identical values
|
13 gadi atpakaļ |
Justin Clark-Casey (justincc)
|
cd7517ccb9
Stop CHANGED_INVENTORY firing twice if a notecard is edited in prim.
|
13 gadi atpakaļ |
Melanie
|
3a113f9902
A stab at making CHANGED_OWNER work
|
13 gadi atpakaļ |
Justin Clark-Casey (justincc)
|
b821f748ac
For objects loaded from an IAR, make sure the CreatorID points towards the OSP resolved ID if newer CreationData is not present.
|
13 gadi atpakaļ |
Melanie
|
b91c99b596
Fix script data not being reset as it should be
|
14 gadi atpakaļ |
Justin Clark-Casey (justincc)
|
3083c517a0
minor: resolve some mono compiler warnings
|
14 gadi atpakaļ |
Melanie
|
30320077a2
Fix slam bits being lost when editing perms in prim inventory
|
14 gadi atpakaļ |
Melanie
|
914e4b319e
Fix direct item give permissions
|
14 gadi atpakaļ |
Melanie
|
7cfe17b5b3
Partial permissions fix for boxed items.
|
14 gadi atpakaļ |
Melanie
|
dd154f7403
Fix god mode perms adjustment
|
14 gadi atpakaļ |
Diva Canto
|
3eaaaa0d99
One more pass at object inventory. This time, fix SceneObjectPartInventory so that it makes sure that the file is added to Xfer's before it signals the client to come and get it. This allows the simplification of the logic of Xfer's.
|
14 gadi atpakaļ |
Melanie
|
1c3e77b728
What is the point of using different types to express the same damn thing?
|
14 gadi atpakaļ |
Melanie
|
19181c019a
Another good catch. Update file name serial.
|
14 gadi atpakaļ |
Melanie
|
ec8d1d0131
Added a missed return. Thanks diva!
|
14 gadi atpakaļ |
Melanie
|
a31b96e1ba
Fix up merge artifacts
|
14 gadi atpakaļ |
Melanie
|
043dace118
Make prim inventories a bit more sane
|
14 gadi atpakaļ |
Melanie
|
7bb005b0d1
Change the way attachments are persisted. Editing a worn attachment will now
|
14 gadi atpakaļ |
Melanie
|
c2a4bdb2fe
Fix build break
|
14 gadi atpakaļ |
Melanie
|
aaa4cb64a4
if you can't edit a prim's inventory, you don't need to see the asset ids.
|
14 gadi atpakaļ |
John Hurliman
|
5321e0e69f
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
|
14 gadi atpakaļ |
John Hurliman
|
860b2a502f
Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndArray collection
|
14 gadi atpakaļ |
Justin Clark-Casey (justincc)
|
e3f1533705
Fix build break by replacing Items.LockItemsForWrite() with lock (Items) {}
|
14 gadi atpakaļ |
root
|
1b2edfe75f
JustinCC is evil. f7b28dd3 broke script persistence. This fixes it.
|
14 gadi atpakaļ |
John Hurliman
|
c03b24cbfd
Merged
|
14 gadi atpakaļ |