aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Attachments (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Remove forcing of phantom on ground attached objects - attachments can be bot...Justin Clark-Casey (justincc)2011-08-242-5/+0
* extend initial rez regression test to check that attachment is phantomJustin Clark-Casey (justincc)2011-08-241-9/+14
* Make objects attached from the ground phantomJustin Clark-Casey (justincc)2011-08-242-2/+12
* return InventoryItemBase from AddSceneObjectAsAttachment()Justin Clark-Casey (justincc)2011-08-241-8/+4
* refactor: move Scene.Inventory.attachObjectAssetStore() into AttachmentsModul...Justin Clark-Casey (justincc)2011-08-241-2/+100
* refactor: remove pointless AgentId argument from attachObjectAssetStore()Justin Clark-Casey (justincc)2011-08-241-1/+1
* add TestAddAttachmentFromGround() regression testJustin Clark-Casey (justincc)2011-08-242-2/+32
* Fix llAttachToAvatar()Justin Clark-Casey (justincc)2011-08-241-10/+25
* rename AttachmentsModule.ShowDetachInUserInventory() to DetachSingleAttachmen...Justin Clark-Casey (justincc)2011-08-232-7/+6
* remove mono compiler warningsJustin Clark-Casey (justincc)2011-08-231-2/+0
* replace TestRemoveAttachments() with a more thorough TestRemoveAttachment()Justin Clark-Casey (justincc)2011-08-231-51/+27
* replace old TestAddAttachments() with a more thorough TestAddAttachment()Justin Clark-Casey (justincc)2011-08-231-7/+28
* If an object failed to attach due to an exception, then try and detach it fro...Justin Clark-Casey (justincc)2011-08-231-1/+2
* If an attachment fails, then start logging the exception for now, in order to...Justin Clark-Casey (justincc)2011-08-221-55/+80
* Don't try to save changed attachment states when an NPC with attachments is r...Justin Clark-Casey (justincc)2011-08-181-2/+2
* comment out noisy attachments loggingJustin Clark-Casey (justincc)2011-08-171-5/+5
* Fix issue where loading a new appearance onto an NPC would not remove the pre...Justin Clark-Casey (justincc)2011-08-171-2/+2
* extend test to check that there is one attachment and that it has the right nameJustin Clark-Casey (justincc)2011-08-171-1/+6
* Add new regression TestRezAttachmentsOnAvatarEntrance() to do simple attachme...Justin Clark-Casey (justincc)2011-08-172-7/+17
* Add new FireAndForgetMethod.None.Justin Clark-Casey (justincc)2011-08-161-13/+33
* Move some previously common code back into separate tests. Remove unused reg...Justin Clark-Casey (justincc)2011-08-161-10/+9
* Isolate existing incomplete attachments tests rather than have them rely on e...Justin Clark-Casey (justincc)2011-08-161-5/+5
* drop number of attachments in test from 3 to 2 to reduce text complexityJustin Clark-Casey (justincc)2011-08-161-4/+1
* remove setting up of second scene in attachments since it's not currently usedJustin Clark-Casey (justincc)2011-08-161-24/+21
* relocate AttachmentTests.cs to AttachmentsModuleTests.csJustin Clark-Casey (justincc)2011-08-161-0/+172
* implement osNpcStopMoveTo() to cancel any current move targetJustin Clark-Casey (justincc)2011-08-101-2/+2
* If object is an attachment, make llGetVel() return the avatar's speed rather ...Justin Clark-Casey (justincc)2011-07-151-1/+0
* Fatpack message on agent transfers: 1 message only (UpdateAgent) containing t...Diva Canto2011-04-281-7/+6
* Removed a few more spurious appearance saves. When an avatarMic Bowman2011-01-251-12/+10
* reinstate IAttachmentsModule.UpdateAttachmentPosition() since this is being u...Justin Clark-Casey (justincc)2010-12-141-0/+16
* Only perform the take object permissions check if an object is being attached...Justin Clark-Casey (justincc)2010-11-231-55/+50
* Change the way attachments are persisted. Editing a worn attachment will nowMelanie2010-11-161-22/+12
* Formatting cleanup.Jeff Ames2010-11-081-1/+1
* Detach attachments displaced by other attachmentsMelanie2010-11-081-4/+8
* Bunch of fixes that reduce the number of times appearanceMaster ScienceSim2010-10-291-19/+13
* Major refactoring of appearance handling.Master ScienceSim2010-10-201-8/+8
* 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
* Formatting cleanup.Jeff Ames2010-10-041-1/+1
* Prevent dropping someone else's attachmentsMelanie2010-09-301-0/+3
* Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA...John Hurliman2010-09-161-7/+3
* 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
* 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
* 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