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
/
CoreModules
/
Avatar
/
Attachments
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed a few more spurious appearance saves. When an avatar
Mic Bowman
2011-01-25
1
-12
/
+10
*
reinstate IAttachmentsModule.UpdateAttachmentPosition() since this is being u...
Justin Clark-Casey (justincc)
2010-12-14
1
-0
/
+16
*
Only perform the take object permissions check if an object is being attached...
Justin Clark-Casey (justincc)
2010-11-23
1
-55
/
+50
*
Change the way attachments are persisted. Editing a worn attachment will now
Melanie
2010-11-16
1
-22
/
+12
*
Formatting cleanup.
Jeff Ames
2010-11-08
1
-1
/
+1
*
Detach attachments displaced by other attachments
Melanie
2010-11-08
1
-4
/
+8
*
Bunch of fixes that reduce the number of times appearance
Master ScienceSim
2010-10-29
1
-19
/
+13
*
Major refactoring of appearance handling.
Master ScienceSim
2010-10-20
1
-8
/
+8
*
A couple of more ways attachment point is sent
Latif Khalifa
2010-10-15
1
-0
/
+8
*
Don't distroy attachments when using viewer 2.1+, strip multiple attachment data
Latif Khalifa
2010-10-14
1
-0
/
+4
*
Formatting cleanup.
Jeff Ames
2010-10-04
1
-1
/
+1
*
Prevent dropping someone else's attachments
Melanie
2010-09-30
1
-0
/
+3
*
Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA...
John Hurliman
2010-09-16
1
-7
/
+3
*
Rename now protected method SetAttachmentInventoryStatus() to ShowAttachInUse...
Justin Clark-Casey (justincc)
2010-09-13
1
-4
/
+4
*
Remove IAttachmentsModule.SetAttachmentInventoryStatus() from public interface
Justin Clark-Casey (justincc)
2010-09-13
1
-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-13
1
-4
/
+2
*
minor: Clean up log messages generated when an item is attached
Justin Clark-Casey (justincc)
2010-09-13
1
-2
/
+4
*
Formatting cleanup.
Jeff Ames
2010-09-12
1
-12
/
+12
*
First pass at cleaning up thread safety in EntityManager and SceneGraph
John Hurliman
2010-09-10
1
-1
/
+1
*
Fix yet another cause of "Ghost attachments"
Melanie Thielker
2010-09-06
1
-3
/
+12
*
refactor: move SOG.AttachToAgent() into AttachmentsModule
Justin Clark-Casey (justincc)
2010-09-01
1
-7
/
+74
*
refactor: change AttachmentsModule.AttachObject to use sp.GetAttachments rath...
Justin Clark-Casey (justincc)
2010-08-31
1
-9
/
+5
*
refactor: Move Scene.Inventory.UpdateKnownItem() into Attachments module sinc...
Justin Clark-Casey (justincc)
2010-08-26
1
-2
/
+58
*
refactor: break out attachment position change code in Scene.UpdatePrimPositi...
Justin Clark-Casey (justincc)
2010-08-26
1
-1
/
+20
*
Improve consistency of locking for SOG.m_parts in order to avoid race conditi...
Justin Clark-Casey (justincc)
2010-08-26
1
-1
/
+1
*
Change the (hackish) constant to match the changed enum for attachs
Melanie Thielker
2010-08-07
1
-2
/
+2
*
move attachment subscription events into AttachmentsModule from scene.
Justin Clark-Casey (justincc)
2010-07-30
1
-1
/
+22
*
convert attachments module from old region module style to new
Justin Clark-Casey (justincc)
2010-07-30
1
-19
/
+25
*
Detach attachments displaced by other attachments
Melanie Thielker
2010-07-14
1
-5
/
+19
*
Major attachments cleanup. Remove unused AttachObject ClientView method
Melanie
2010-07-14
1
-54
/
+47
*
Remove useless quaternion parameter from AttachObject sig
Melanie Thielker
2010-07-14
1
-4
/
+4
*
Fixes the long-standing RegionUp bug! Plus lots of other cleanups related to ...
Diva Canto
2010-06-13
1
-1
/
+1
*
Bug fix on attachments: attach->drop->attach works now.
Diva Canto
2010-06-09
1
-21
/
+29
*
Reverting that last permissions check upon drop. Looks like all dropped attac...
Diva Canto
2010-06-09
1
-10
/
+5
*
Bug fix on attachments: don't delete the item from inventory when it's droppe...
Diva Canto
2010-06-09
1
-4
/
+9
*
Avoid duplicate script resumes. Move resume calls to more logical places
Melanie Thielker
2010-04-19
1
-1
/
+1
*
All scripts are now created suspended and are only unsuspended when the object
Melanie
2010-04-19
1
-1
/
+2
*
refactor: move DeatchObject() into the AttachmentsModule
Justin Clark-Casey (justincc)
2010-04-17
1
-0
/
+10
*
refactor: crudely move DetachSingleAttachmentToGround() over to the Attachmen...
Justin Clark-Casey (justincc)
2010-04-16
1
-0
/
+32
*
refactor: crudely move the RezMultipleAttachments() method into the Attachmen...
Justin Clark-Casey (justincc)
2010-04-16
1
-0
/
+12
*
Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, Scene...
Dan Lake
2010-03-19
1
-4
/
+4
*
refactor: Move another RezSingleAttachment() from Scene.Inventory to Attachme...
Justin Clark-Casey (justincc)
2010-03-12
1
-1
/
+30
*
refactor: move RezSingleAttachmentFromInventory() from SceneGraph to Attachme...
Justin Clark-Casey (justincc)
2010-03-12
1
-0
/
+46
*
refactor: move client invoked AttachObject from SceneGraph to AttachmentsModule
Justin Clark-Casey (justincc)
2010-03-12
1
-1
/
+31
*
Formatting cleanup. Add copyright notices.
Jeff Ames
2010-03-10
1
-4
/
+4
*
refactor: Move DetachSingleAttachmentToInv to region module
Justin Clark-Casey (justincc)
2010-03-06
1
-15
/
+56
*
refactor: move another AttachObject method
Justin Clark-Casey (justincc)
2010-03-05
1
-1
/
+46
*
refactor: move user inventory side of RezSingleAttachment to module
Justin Clark-Casey (justincc)
2010-03-05
1
-0
/
+30
*
refactor: begin to move attachments code into a region module
Justin Clark-Casey (justincc)
2010-03-05
1
-0
/
+141