index
:
opensim-SC_OLD
master
My fork of OpenSim for IG and MG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
Framework
/
Interfaces
/
IAttachmentsModule.cs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit 'c92654fb43f303da8e1623f9fff8a404aad72374' into careminster
Melanie
2013-03-29
1
-2
/
+4
|
\
|
*
Stop attempts to update/add existing attachments in user inventory when telep...
Justin Clark-Casey (justincc)
2013-03-28
1
-2
/
+4
*
|
Merge commit '4ad9b275302ee109937512963eab095ff542a0c7' into careminster
Melanie
2013-03-29
1
-0
/
+4
|
\
\
|
|
/
|
*
If the viewer has already rezzed any attachments itself, then ignore the simu...
Justin Clark-Casey (justincc)
2013-03-28
1
-0
/
+4
|
*
Multiattach, part 1
Melanie
2013-03-18
1
-1
/
+1
*
|
Multiattach, part 1
Melanie
2013-03-05
1
-1
/
+1
*
|
Merge branch 'master' into careminster
Melanie
2012-10-03
1
-0
/
+9
|
\
\
|
|
/
|
*
implementing osDropAttachment & osDropAttachmentAt
SignpostMarv
2012-10-02
1
-0
/
+9
*
|
Merge branch 'master' into careminster
Melanie
2012-08-14
1
-1
/
+1
|
\
\
|
|
/
|
*
Lay some groundwork for temp attachments. Decouple attachments from inventory.
Melanie
2012-08-14
1
-1
/
+1
|
*
Change attachment handling to remove object from the scene first as per
Melanie
2012-07-23
1
-1
/
+1
*
|
Change attachment handling to remove object from the scene first as per
Melanie
2012-07-23
1
-1
/
+1
*
|
Merge branch 'master' into careminster
Melanie
2012-07-12
1
-1
/
+1
|
\
\
|
|
/
|
*
Add regression TestDetachScriptedAttachmentToInventory()
Justin Clark-Casey (justincc)
2012-07-11
1
-1
/
+1
*
|
Merge branch 'master' into careminster
Melanie
2012-06-29
1
-3
/
+3
|
\
\
|
|
/
|
*
Change AttachmentsModule.DetachSingleAttachmentToInv() to accept a SOG direct...
Justin Clark-Casey (justincc)
2012-06-28
1
-3
/
+3
*
|
Merge branch 'master' into careminster
Melanie
2012-06-28
1
-0
/
+14
|
\
\
|
|
/
|
*
refactor: Move ScenePresence <-> AgentData attachments copying code into Atta...
Justin Clark-Casey (justincc)
2012-06-27
1
-0
/
+14
*
|
Merge branch 'master' into careminster
Melanie
2012-06-26
1
-3
/
+8
|
\
\
|
|
/
|
*
When attachments are being saved and deleted for a closing root agent, delete...
Justin Clark-Casey (justincc)
2012-06-25
1
-3
/
+8
*
|
Fix llAttachToAvatar and "Attach" viewer option to preserve saved attach posi...
Melanie
2012-06-04
1
-1
/
+1
*
|
Merge branch 'master' into careminster
Melanie
2012-02-01
1
-1
/
+1
|
\
\
|
|
/
|
*
Fix copy/paste errors
Melanie
2012-02-01
1
-1
/
+1
*
|
Merge commit '92c88121c72386f85472c6cf4891eca8b62b9867' into bigmerge
Melanie
2011-10-12
1
-27
/
+10
|
\
\
|
|
/
|
*
Removed all refs to IClientAPI from IAttachmentsModule. Separated client hand...
Dan Lake
2011-10-04
1
-22
/
+9
*
|
Merge commit '460946ad62b682c7a942751f192ca9e96b662f0e' into bigmerge
Melanie
2011-10-11
1
-29
/
+6
|
\
\
|
|
/
|
*
Removed redundant code in AttachmentsModule and simplified interfaces which c...
Dan Lake
2011-10-03
1
-29
/
+6
*
|
Merge commit 'e77c919290e166f19e77f3ef040418dd39f2f5bd' into bigmerge
Melanie
2011-10-11
1
-2
/
+2
|
\
\
|
|
/
|
*
Remove usage of Linden packet types from inside Attachments Module and interface
Dan Lake
2011-10-03
1
-2
/
+2
*
|
Bring us up to date.
Tom
2011-09-14
1
-16
/
+8
|
\
\
|
|
/
|
*
Remove UpdateKnownItem() from IAttachmentsModule.
Justin Clark-Casey (justincc)
2011-09-13
1
-9
/
+0
|
*
Start locking entire add/remove operations on an IScenePresence.AttachmentsSy...
Justin Clark-Casey (justincc)
2011-09-12
1
-0
/
+9
|
*
Get rid of the confusing version of IAttachmentsModule.RezSingleAttachmentFro...
Justin Clark-Casey (justincc)
2011-09-06
1
-14
/
+0
*
|
Merge fixes, and fix the build
Tom
2011-09-14
1
-1
/
+1
*
|
Resolve merge commits, stage 1
Tom
2011-09-04
1
-25
/
+37
|
\
\
|
|
/
|
*
move common code into AttachmentsModule.DeleteAttachmentsFromScene()
Justin Clark-Casey (justincc)
2011-08-31
1
-0
/
+9
|
*
refactor: move SP.SaveChangedAttachments() fully into AttachmentsModule
Justin Clark-Casey (justincc)
2011-08-30
1
-0
/
+6
|
*
refactor: Move ScenePresence.RezAttachments() into AttachmentsModule
Justin Clark-Casey (justincc)
2011-08-30
1
-0
/
+6
|
*
refactor: migrate DropObject handling fully into AttachmentsModule from Scene
Justin Clark-Casey (justincc)
2011-08-30
1
-4
/
+4
|
*
refactor: simplify DetachSingleAttachmentToGround() by retrieving the scene o...
Justin Clark-Casey (justincc)
2011-08-26
1
-2
/
+2
|
*
rename AttachmentsModule.ShowDetachInUserInventory() to DetachSingleAttachmen...
Justin Clark-Casey (justincc)
2011-08-23
1
-15
/
+7
|
*
If an attachment fails, then start logging the exception for now, in order to...
Justin Clark-Casey (justincc)
2011-08-22
1
-5
/
+3
|
*
Fix issue where loading a new appearance onto an NPC would not remove the pre...
Justin Clark-Casey (justincc)
2011-08-17
1
-1
/
+2
|
*
reinstate IAttachmentsModule.UpdateAttachmentPosition() since this is being u...
Justin Clark-Casey (justincc)
2010-12-14
1
-6
/
+9
|
*
Change the way attachments are persisted. Editing a worn attachment will now
Melanie
2010-11-16
1
-6
/
+15
*
|
Change the way attachments are persisted. Editing a worn attachment will now
Melanie
2010-11-16
1
-6
/
+13
*
|
When detaching a scripted item, always consider it modified. Script states
Melanie
2010-11-16
1
-0
/
+2
*
|
Merge branch 'master' into careminster-presence-refactor
Melanie
2010-09-14
1
-11
/
+0
|
\
\
|
|
/
|
*
Remove IAttachmentsModule.SetAttachmentInventoryStatus() from public interface
Justin Clark-Casey (justincc)
2010-09-13
1
-11
/
+0
*
|
Merge branch 'master' into careminster-presence-refactor
Melanie
2010-09-13
1
-1
/
+1
|
\
\
|
|
/
[next]