aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Attachments (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Plumb a data path to initialize an attachment from an alternate sourceMelanie Thielker2010-04-241-2/+18
* | Add an additional serialization call do the detach procedure. This call isMelanie Thielker2010-04-231-0/+3
* | Fix a nullref in attachment handling. Add some debug to find the attachmentMelanie Thielker2010-04-231-1/+2
* | Avoid duplicate script resumes. Move resume calls to more logical placesMelanie Thielker2010-04-191-1/+1
* | Remove the event trigger for the attach event from the attachment module.Melanie Thielker2010-04-191-1/+1
|/
* All scripts are now created suspended and are only unsuspended when the objectMelanie2010-04-191-1/+2
* refactor: move DeatchObject() into the AttachmentsModuleJustin Clark-Casey (justincc)2010-04-171-0/+10
* refactor: crudely move DetachSingleAttachmentToGround() over to the Attachmen...Justin Clark-Casey (justincc)2010-04-161-0/+32
* refactor: crudely move the RezMultipleAttachments() method into the Attachmen...Justin Clark-Casey (justincc)2010-04-161-0/+12
* Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, Scene...Dan Lake2010-03-191-4/+4
* refactor: Move another RezSingleAttachment() from Scene.Inventory to Attachme...Justin Clark-Casey (justincc)2010-03-121-1/+30
* refactor: move RezSingleAttachmentFromInventory() from SceneGraph to Attachme...Justin Clark-Casey (justincc)2010-03-121-0/+46
* refactor: move client invoked AttachObject from SceneGraph to AttachmentsModuleJustin Clark-Casey (justincc)2010-03-121-1/+31
* Formatting cleanup. Add copyright notices.Jeff Ames2010-03-101-4/+4
* refactor: Move DetachSingleAttachmentToInv to region moduleJustin Clark-Casey (justincc)2010-03-061-15/+56
* refactor: move another AttachObject methodJustin Clark-Casey (justincc)2010-03-051-1/+46
* refactor: move user inventory side of RezSingleAttachment to moduleJustin Clark-Casey (justincc)2010-03-051-0/+30
* refactor: begin to move attachments code into a region moduleJustin Clark-Casey (justincc)2010-03-051-0/+141