Diva Canto
|
67e500383e
Put guards on a bunch of exception-inducing code, as seen in logs from load test.
|
11 년 전 |
Melanie
|
5f4c4df227
Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMask
|
11 년 전 |
Justin Clark-Casey (justincc)
|
6235d16c31
Make "show object part" command correctly display script status.
|
12 년 전 |
Justin Clark-Casey (justincc)
|
a960273e91
Add number of inventory items to information displayed via "show part" console command
|
12 년 전 |
Justin Clark-Casey (justincc)
|
fc24563206
Add regression TestDetachScriptedAttachmentToInventory()
|
12 년 전 |
Justin Clark-Casey (justincc)
|
f3134b5cf6
When an attachment is detached to inv or derezzed, stop the scripts, update the known item with script state still in the script engine and then remove the scripts.
|
12 년 전 |
Justin Clark-Casey (justincc)
|
3c9b9a848f
Fix issue in database tests where sogs being stored are not in a scene.
|
12 년 전 |
Melanie
|
d32cf21576
Add preservation of running state of scripts when drag-copying.
|
12 년 전 |
Justin Clark-Casey (justincc)
|
0fa303b1cf
Log how many scripts are candidates for starting and how many are actually started.
|
12 년 전 |
Justin Clark-Casey (justincc)
|
ff53add54d
refactor: replace LSL_Api.InventoryKey(string) largely with SceneObjectPartInventory.GetInventoryItem(string)
|
12 년 전 |
Justin Clark-Casey (justincc)
|
9f1fc7ea88
Remove a call stack debugging line accidentally left in from a few days ago at SceneObjectPartInventory.ApplyNextOwnerPermissions().
|
12 년 전 |
Justin Clark-Casey (justincc)
|
ff429a259b
Fix bug where an avatar that had an object they owned attached through llAttachToAvatar() or osForceAttachToAvatar() would wrongly have next permissions come into play when they detached that object and rezzed it in scene.
|
12 년 전 |
Justin Clark-Casey (justincc)
|
01b00ad0d5
Fire the scripting changed event with CHANGED_OWNER when an object that has changed owners is rezzed.
|
12 년 전 |
Talun
|
08e509978d
Mantis 55025 Implement script time.
|
12 년 전 |
Talun
|
78c0028179
Mantis5502 implementation of some of the new constants
|
12 년 전 |
Justin Clark-Casey (justincc)
|
32a953fed7
refactor: Rename SOG.GetChildPart() to GetPart() since it can also return the 'root' part.
|
12 년 전 |
Justin Clark-Casey (justincc)
|
c4b2d24f33
Add llGiveInventory() test from object to object where both objects are owned by the same user.
|
12 년 전 |
Justin Clark-Casey (justincc)
|
038d1bf742
Add a regression test to compile and start a script. Remove Path.GetDirectoryName when getting assembly loading path in Compiler.CompileFromDotNetText().
|
12 년 전 |
Melanie
|
567f4c51f8
Improve reliability of script state saving by covering various saving
|
12 년 전 |
Justin Clark-Casey (justincc)
|
0688861aa7
Use the more extensive Utils.AssetTypeToString()/InventoryTypeToString() conversion rather than the arrays in TaskInventoryItem
|
13 년 전 |
Justin Clark-Casey (justincc)
|
b0fe0464af
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)
|
de19dc3024
refactor: rename SOG/SOP.GetProperties() to SendPropertiesToClient() to reflect what it actually does
|
13 년 전 |
Justin Clark-Casey (justincc)
|
a4cc5f628f
Only bother to create an inventory xfer file if there are any items in a prim inventory
|
13 년 전 |
Justin Clark-Casey (justincc)
|
8fb3e71b14
Shuffle order of code in invnetory connector GetFolderContent() calls to avoid a possible race condition
|
13 년 전 |
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 년 전 |
Justin Clark-Casey (justincc)
|
8880aea728
Stop attempts to rewear already worn items from removing and reattaching.
|
13 년 전 |
Justin Clark-Casey (justincc)
|
095b3e5756
Remove pointless cluttering SOP.ParentGroup != null checks.
|
13 년 전 |
Justin Clark-Casey (justincc)
|
33a894f3d2
refactor: move SOP.IsAttachment and AttachmentPoint up into SOG to avoid pointless duplication of identical values
|
13 년 전 |
Justin Clark-Casey (justincc)
|
cd7517ccb9
Stop CHANGED_INVENTORY firing twice if a notecard is edited in prim.
|
13 년 전 |
Melanie
|
3a113f9902
A stab at making CHANGED_OWNER work
|
13 년 전 |