aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into careminster-presence-refactorMelanie2010-10-291-8/+8
|\
| * Major refactoring of appearance handling.Master ScienceSim2010-10-201-8/+8
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-10-161-0/+12
|\ \ | |/
| * A couple of more ways attachment point is sentLatif Khalifa2010-10-151-0/+8
| * Don't distroy attachments when using viewer 2.1+, strip multiple attachment dataLatif Khalifa2010-10-141-0/+4
* | Make SendKillObject send multiple localIDs in one packet. This avoids theMelanie2010-10-081-1/+1
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-10-061-1/+1
|\ \ | |/
| * Formatting cleanup.Jeff Ames2010-10-041-1/+1
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-09-301-0/+3
|\ \ | |/
| * Prevent dropping someone else's attachmentsMelanie2010-09-301-0/+3
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-09-171-7/+3
|\ \ | |/
| * Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA...John Hurliman2010-09-161-7/+3
* | Catch a nullrefroot2010-09-161-1/+2
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-09-141-13/+17
|\ \ | |/
| * Rename now protected method SetAttachmentInventoryStatus() to ShowAttachInUse...Justin Clark-Casey (justincc)2010-09-131-4/+4
| * Remove IAttachmentsModule.SetAttachmentInventoryStatus() from public interfaceJustin Clark-Casey (justincc)2010-09-131-5/+13
| * If attachment fails (e.g. because asset wasn't found) then don't try to set a...Justin Clark-Casey (justincc)2010-09-131-4/+2
| * minor: Clean up log messages generated when an item is attachedJustin Clark-Casey (justincc)2010-09-131-2/+4
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-09-131-13/+13
|\ \ | |/
| * Formatting cleanup.Jeff Ames2010-09-121-12/+12
| * First pass at cleaning up thread safety in EntityManager and SceneGraphJohn Hurliman2010-09-101-1/+1
| * Fix yet another cause of "Ghost attachments"Melanie Thielker2010-09-061-3/+12
* | Fix yet another cause of "Ghost attachments"Melanie Thielker2010-09-061-3/+12
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-09-031-16/+79
|\ \ | |/
| * refactor: move SOG.AttachToAgent() into AttachmentsModuleJustin Clark-Casey (justincc)2010-09-011-7/+74
| * refactor: change AttachmentsModule.AttachObject to use sp.GetAttachments rath...Justin Clark-Casey (justincc)2010-08-311-9/+5
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-08-301-2/+76
|\ \ | |/
| * refactor: Move Scene.Inventory.UpdateKnownItem() into Attachments module sinc...Justin Clark-Casey (justincc)2010-08-261-2/+58
| * refactor: break out attachment position change code in Scene.UpdatePrimPositi...Justin Clark-Casey (justincc)2010-08-261-1/+20
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-08-261-1/+1
|\ \ | |/
| * Improve consistency of locking for SOG.m_parts in order to avoid race conditi...Justin Clark-Casey (justincc)2010-08-261-1/+1
| * Change the (hackish) constant to match the changed enum for attachsMelanie Thielker2010-08-071-2/+2
* | Change the (hackish) constant to match the changed enum for attachsMelanie Thielker2010-08-071-2/+2
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-07-311-16/+43
|\ \ | |/
| * move attachment subscription events into AttachmentsModule from scene.Justin Clark-Casey (justincc)2010-07-301-1/+22
| * convert attachments module from old region module style to newJustin Clark-Casey (justincc)2010-07-301-19/+25
| * Detach attachments displaced by other attachmentsMelanie Thielker2010-07-141-5/+19
| * Major attachments cleanup. Remove unused AttachObject ClientView methodMelanie2010-07-141-54/+47
| * Remove useless quaternion parameter from AttachObject sigMelanie Thielker2010-07-141-4/+4
* | Detach attachments displaced by other attachmentsMelanie Thielker2010-07-141-5/+19
* | Major attachments cleanup. Remove unused AttachObject ClientView methodMelanie Thielker2010-07-141-54/+47
* | Remove useless quaternion parameter from AttachObject sigMelanie Thielker2010-07-141-4/+4
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-06-141-1/+1
|\ \ | |/
| * Fixes the long-standing RegionUp bug! Plus lots of other cleanups related to ...Diva Canto2010-06-131-1/+1
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-06-091-20/+28
|\ \ | |/
| * Bug fix on attachments: attach->drop->attach works now.Diva Canto2010-06-091-21/+29
| * Reverting that last permissions check upon drop. Looks like all dropped attac...Diva Canto2010-06-091-10/+5
| * Bug fix on attachments: don't delete the item from inventory when it's droppe...Diva Canto2010-06-091-4/+9
| * Avoid duplicate script resumes. Move resume calls to more logical placesMelanie Thielker2010-04-191-1/+1
* | Adapt CM to the new CHANGED_OWNER handlingMelanie Thielker2010-05-031-0/+3