aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Attachments (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-03-19Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, ↵Dan Lake1-4/+4
Scene and SceneGraph. This was the only change in this patch to keep it isolated from other recent changes to the same set of files.
2010-03-12refactor: Move another RezSingleAttachment() from Scene.Inventory to ↵Justin Clark-Casey (justincc)1-1/+30
AttachmentsModule
2010-03-12refactor: move RezSingleAttachmentFromInventory() from SceneGraph to ↵Justin Clark-Casey (justincc)1-0/+46
AttachmentsModule
2010-03-12refactor: move client invoked AttachObject from SceneGraph to AttachmentsModuleJustin Clark-Casey (justincc)1-1/+31
2010-03-10Formatting cleanup. Add copyright notices.Jeff Ames1-4/+4
2010-03-06refactor: Move DetachSingleAttachmentToInv to region moduleJustin Clark-Casey (justincc)1-15/+56
need to rationalize method names later
2010-03-05refactor: move another AttachObject methodJustin Clark-Casey (justincc)1-1/+46
2010-03-05refactor: move user inventory side of RezSingleAttachment to moduleJustin Clark-Casey (justincc)1-0/+30
2010-03-05refactor: begin to move attachments code into a region moduleJustin Clark-Casey (justincc)1-0/+141