コミット履歴

作者 SHA1 メッセージ 日付
  Justin Clark-Casey (justincc) 150860c964 Add regression TestDetachScriptedAttachmentToInventory() 12 年 前
  Justin Clark-Casey (justincc) e21dd88ed5 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) 499b778391 Log how many scripts are candidates for starting and how many are actually started. 12 年 前
  Justin Clark-Casey (justincc) 6b819a9032 refactor: replace LSL_Api.InventoryKey(string) largely with SceneObjectPartInventory.GetInventoryItem(string) 12 年 前
  Justin Clark-Casey (justincc) 1ca1f80eac Remove a call stack debugging line accidentally left in from a few days ago at SceneObjectPartInventory.ApplyNextOwnerPermissions(). 12 年 前
  Justin Clark-Casey (justincc) 54c222be26 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) 3c13f5c3aa 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 年 前
  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 年 前
  Melanie b91c99b596 Fix script data not being reset as it should be 14 年 前
  Justin Clark-Casey (justincc) 3083c517a0 minor: resolve some mono compiler warnings 14 年 前
  Melanie 30320077a2 Fix slam bits being lost when editing perms in prim inventory 14 年 前
  Melanie 914e4b319e Fix direct item give permissions 14 年 前
  Melanie 7cfe17b5b3 Partial permissions fix for boxed items. 14 年 前
  Melanie dd154f7403 Fix god mode perms adjustment 14 年 前
  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 年 前
  Melanie 1c3e77b728 What is the point of using different types to express the same damn thing? 14 年 前
  Melanie 19181c019a Another good catch. Update file name serial. 14 年 前