aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * Remove IAttachmentsModule.SetAttachmentInventoryStatus() from public interfaceJustin Clark-Casey (justincc)2010-09-131-11/+0
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-09-131-1/+1
|\ \ | |/
| * Formatting cleanup.Jeff Ames2010-09-121-1/+1
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-08-301-0/+8
|\ \ | |/
| * refactor: break out attachment position change code in Scene.UpdatePrimPositi...Justin Clark-Casey (justincc)2010-08-261-0/+8
| * Major attachments cleanup. Remove unused AttachObject ClientView methodMelanie2010-07-141-1/+1
| * Remove useless quaternion parameter from AttachObject sigMelanie Thielker2010-07-141-2/+2
* | Major attachments cleanup. Remove unused AttachObject ClientView methodMelanie Thielker2010-07-141-1/+1
* | Remove useless quaternion parameter from AttachObject sigMelanie Thielker2010-07-141-2/+2
* | Plumb a data path to initialize an attachment from an alternate sourceMelanie Thielker2010-04-241-1/+6
|/
* 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/+7
* refactor: crudely move the RezMultipleAttachments() method into the Attachmen...Justin Clark-Casey (justincc)2010-04-161-0/+12
* refactor: Move another RezSingleAttachment() from Scene.Inventory to Attachme...Justin Clark-Casey (justincc)2010-03-121-2/+16
* refactor: move RezSingleAttachmentFromInventory() from SceneGraph to Attachme...Justin Clark-Casey (justincc)2010-03-121-1/+10
* refactor: move client invoked AttachObject from SceneGraph to AttachmentsModuleJustin Clark-Casey (justincc)2010-03-121-3/+14
* Formatting cleanup. Add copyright notices.Jeff Ames2010-03-101-3/+3
* refactor: Move DetachSingleAttachmentToInv to region moduleJustin Clark-Casey (justincc)2010-03-061-0/+11
* refactor: move user inventory side of RezSingleAttachment to moduleJustin Clark-Casey (justincc)2010-03-051-0/+12
* refactor: begin to move attachments code into a region moduleJustin Clark-Casey (justincc)2010-03-051-0/+49