Commit History

Author SHA1 Message Date
  Melanie 71dd55a1ce Merge branch 'master' into careminster 12 years ago
  Justin Clark-Casey (justincc) 818379ba14 Fire EventManager.TriggerOnAttach (and hence LSL attach event) when an object is attached from the scene. 12 years ago
  Melanie bbaf2c5a80 Merge branch 'master' into careminster 12 years ago
  Diva Canto 87d810217e Guard against inventory get failures. 12 years ago
  Melanie 9aec62f0ac Fix scripted detach of temp attachments 12 years ago
  Melanie f71ed7eb79 Fix scripted detach of temp attachments 12 years ago
  Melanie 053e7279ca Merge branch 'master' into careminster 12 years ago
  Melanie 9bd2c1b88a As per lindn spec, disable detach and drop for temp attachments 12 years ago
  Melanie fe4c3a37c0 Lay some groundwork for temp attachments. Decouple attachments from inventory. 12 years ago
  Melanie d69f186f5a Merge branch 'avination' into careminster 12 years ago
  Melanie e126915bc1 Change attachment handling to remove object from the scene first as per 12 years ago
  Melanie 9e00e2ddec Change attachment handling to remove object from the scene first as per 12 years ago
  Melanie 1598f9d179 Fix the order of operations on detach. The object must always be serialized 12 years ago
  Melanie fe99948c58 Fix the order of operations on detach. The object must always be serialized 12 years ago
  Melanie d98c883f86 Merge branch 'master' into careminster 12 years ago
  Melanie 36d744e2a5 Merge branch 'master' into careminster 12 years ago
  Justin Clark-Casey (justincc) 356d597296 Restore update of inventory item on derez/logout. This is necessary to update the name if this has been changed whilst attached. 12 years ago
  Justin Clark-Casey (justincc) b6476eaac3 Stop sending the viewer an inventory create message if a known attachment item is updated. 12 years ago
  Melanie d632fd7124 Merge branch 'master' into careminster 12 years ago
  Justin Clark-Casey (justincc) fc24563206 Add regression TestDetachScriptedAttachmentToInventory() 12 years ago
  Melanie 0bc8238a6c Merge branch 'master' into careminster 12 years ago
  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 years ago
  Justin Clark-Casey (justincc) 2eaa6d5ace Do not allow a script to attach a prim if its being sat upon. 12 years ago
  Justin Clark-Casey (justincc) f6e5791ecd refactor: extract method UpdateUserInventoryWithAttachment() from AttachObject() for better code comprehension 12 years ago
  Melanie 6137f37028 Merge branch 'master' into careminster 12 years ago
  Justin Clark-Casey (justincc) bfa6896678 Change AttachmentsModule.DetachSingleAttachmentToInv() to accept a SOG directly instead of an item ID to then shuffle through attachments, saving CPU busywork. 12 years ago
  Justin Clark-Casey (justincc) 571fd966cb Rather than iterating through all SOGs in the scene looking for the one that matches out fromItemID on detach, go through the agent's attachment sog list instead. 12 years ago
  Justin Clark-Casey (justincc) f263d6a910 Remove code that tried to delete an attachment back to inventory if RezSingleAttachmentFromInventoryInternal() returned null. 12 years ago
  Melanie 41a1903c60 Merge branch 'master' into careminster 12 years ago
  Justin Clark-Casey (justincc) d043213317 refactor: Move ScenePresence <-> AgentData attachments copying code into AttachmentsModule. 12 years ago