index
:
opensim-SC
Domme
switch
My fork of OpenSim for IG and DG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
CoreModules
/
Avatar
/
Attachments
/
AttachmentsModule.cs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminate pointless checks of SOG.RootPart != null
Justin Clark-Casey (justincc)
2011-09-01
1
-6
/
+0
*
move common code into AttachmentsModule.DeleteAttachmentsFromScene()
Justin Clark-Casey (justincc)
2011-08-31
1
-0
/
+10
*
Make SP.Attachments available as sp.GetAttachments() instead.
Justin Clark-Casey (justincc)
2011-08-31
1
-12
/
+7
*
remove pointless ToArray() call in AttachmentsModule.SaveChangedAttachments()
Justin Clark-Casey (justincc)
2011-08-30
1
-1
/
+1
*
minor: remove already processed avatar null check in Scene.RemoveClient()
Justin Clark-Casey (justincc)
2011-08-30
1
-1
/
+0
*
refactor: move SP.SaveChangedAttachments() fully into AttachmentsModule
Justin Clark-Casey (justincc)
2011-08-30
1
-0
/
+18
*
refactor: Move ScenePresence.RezAttachments() into AttachmentsModule
Justin Clark-Casey (justincc)
2011-08-30
1
-0
/
+38
*
refactor: migrate DropObject handling fully into AttachmentsModule from Scene
Justin Clark-Casey (justincc)
2011-08-30
1
-11
/
+10
*
Fix bug where attachments were remaining on the avatar after being dropped.
Justin Clark-Casey (justincc)
2011-08-30
1
-2
/
+10
*
Eliminate duplicate AttachmentPoint properties by always using the one stored...
Justin Clark-Casey (justincc)
2011-08-27
1
-21
/
+21
*
refactor: camel case AttachmentPoint method arg as per code standards
Justin Clark-Casey (justincc)
2011-08-27
1
-4
/
+4
*
refactor: move SOP.IsAttachment and AttachmentPoint up into SOG to avoid poin...
Justin Clark-Casey (justincc)
2011-08-27
1
-7
/
+6
*
refactor: simplify SOP.AttachedAvatar into SOG.AttachedAvatar
Justin Clark-Casey (justincc)
2011-08-26
1
-10
/
+5
*
refactor: move SOG.DetachToGround() to AttachmentsModule.DetachSceneObjectToG...
Justin Clark-Casey (justincc)
2011-08-26
1
-1
/
+29
*
refactor: simplify DetachSingleAttachmentToGround() by retrieving the scene o...
Justin Clark-Casey (justincc)
2011-08-26
1
-9
/
+10
*
refactor: move sog.DetachToInventoryPrep() into AttachmentsModule.DetachSingl...
Justin Clark-Casey (justincc)
2011-08-26
1
-7
/
+18
*
Downgrade warning about not saving unchanged attachment to debug instead, and...
Justin Clark-Casey (justincc)
2011-08-26
1
-1
/
+4
*
Fix a very recent regression from llAttachToAvatar() fix where I accidentally...
Justin Clark-Casey (justincc)
2011-08-26
1
-5
/
+1
*
Remove forcing of phantom on ground attached objects - attachments can be bot...
Justin Clark-Casey (justincc)
2011-08-24
1
-2
/
+0
*
Make objects attached from the ground phantom
Justin Clark-Casey (justincc)
2011-08-24
1
-0
/
+2
*
return InventoryItemBase from AddSceneObjectAsAttachment()
Justin Clark-Casey (justincc)
2011-08-24
1
-8
/
+4
*
refactor: move Scene.Inventory.attachObjectAssetStore() into AttachmentsModul...
Justin Clark-Casey (justincc)
2011-08-24
1
-2
/
+100
*
refactor: remove pointless AgentId argument from attachObjectAssetStore()
Justin Clark-Casey (justincc)
2011-08-24
1
-1
/
+1
*
add TestAddAttachmentFromGround() regression test
Justin Clark-Casey (justincc)
2011-08-24
1
-1
/
+1
*
Fix llAttachToAvatar()
Justin Clark-Casey (justincc)
2011-08-24
1
-10
/
+25
*
rename AttachmentsModule.ShowDetachInUserInventory() to DetachSingleAttachmen...
Justin Clark-Casey (justincc)
2011-08-23
1
-6
/
+5
*
If an object failed to attach due to an exception, then try and detach it fro...
Justin Clark-Casey (justincc)
2011-08-23
1
-1
/
+2
*
If an attachment fails, then start logging the exception for now, in order to...
Justin Clark-Casey (justincc)
2011-08-22
1
-55
/
+80
*
Don't try to save changed attachment states when an NPC with attachments is r...
Justin Clark-Casey (justincc)
2011-08-18
1
-2
/
+2
*
comment out noisy attachments logging
Justin Clark-Casey (justincc)
2011-08-17
1
-5
/
+5
*
Fix issue where loading a new appearance onto an NPC would not remove the pre...
Justin Clark-Casey (justincc)
2011-08-17
1
-2
/
+2
*
Add new regression TestRezAttachmentsOnAvatarEntrance() to do simple attachme...
Justin Clark-Casey (justincc)
2011-08-17
1
-1
/
+1
*
implement osNpcStopMoveTo() to cancel any current move target
Justin Clark-Casey (justincc)
2011-08-10
1
-2
/
+2
*
If object is an attachment, make llGetVel() return the avatar's speed rather ...
Justin Clark-Casey (justincc)
2011-07-15
1
-1
/
+0
*
Fatpack message on agent transfers: 1 message only (UpdateAgent) containing t...
Diva Canto
2011-04-28
1
-7
/
+6
*
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
[next]