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
/
Scenes
/
SceneGraph.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-02-24
Fix bug where avatars in other regions would not always show up on the mini-map
Justin Clark-Casey (justincc)
1
-1
/
+2
2011-01-26
Remove the RestorePresences functions (which don't seem to be doing
Mic Bowman
1
-2
/
+2
2010-12-14
reinstate IAttachmentsModule.UpdateAttachmentPosition() since this is being u...
Justin Clark-Casey (justincc)
1
-7
/
+2
2010-12-10
fix the minimap sitting avatar location bug
Justin Clark-Casey (justincc)
1
-1
/
+1
2010-11-16
Change the way attachments are persisted. Editing a worn attachment will now
Melanie
1
-5
/
+12
2010-10-27
Prevent nullrefs in scene object deletion. Mantis #5156
Melanie
1
-1
/
+4
2010-10-03
I really have to say it again and again: e.Message is NOT enough data for
Melanie
1
-2
/
+1
2010-09-27
Prevent setting arbitrary groups on your objects.
Melanie
1
-0
/
+3
2010-09-16
Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA...
John Hurliman
1
-33
/
+20
2010-09-13
Remove SceneGraph.DetachObject() which was accidentally left around after bei...
Justin Clark-Casey (justincc)
1
-10
/
+0
2010-09-12
Formatting cleanup.
Jeff Ames
1
-3
/
+3
2010-09-10
Second pass at cleaning up thread safety in EntityManager and SceneGraph
John Hurliman
1
-34
/
+32
2010-09-10
First pass at cleaning up thread safety in EntityManager and SceneGraph
John Hurliman
1
-136
/
+127
2010-09-07
Make sure unlinked child prims get persisted
Melanie
1
-0
/
+5
2010-08-31
Adjust the "Magic numbers" we use because we can't reference the actual
Melanie Thielker
1
-1
/
+1
2010-08-28
Improve liveness by operating on list copies of SOG.Children where appropriate
Justin Clark-Casey (justincc)
1
-25
/
+26
2010-08-26
refactor: break out attachment position change code in Scene.UpdatePrimPositi...
Justin Clark-Casey (justincc)
1
-24
/
+13
2010-08-26
Remove mono compiler warnings
Justin Clark-Casey (justincc)
1
-2
/
+0
2010-08-26
Improve consistency of locking for SOG.m_parts in order to avoid race conditi...
Justin Clark-Casey (justincc)
1
-45
/
+66
2010-08-25
Make scene object directories more robust and prevent deleted SOP's from
Melanie Thielker
1
-17
/
+29
2010-08-24
Split out actual scene object insertion code from Scene.Inventory.RezObject a...
Justin Clark-Casey (justincc)
1
-0
/
+36
2010-08-07
Add new SceneGraphTests class. Add simple TestDuplicateObject()
Justin Clark-Casey (justincc)
1
-1
/
+1
2010-08-07
minor: a few miscellaneous comments
Justin Clark-Casey (justincc)
1
-0
/
+5
2010-07-30
remove unused BasicQuadTreeNode
Justin Clark-Casey (justincc)
1
-5
/
+0
2010-06-28
Remove AgentID and GroupOD from the signature of SOG.Copy(). They were never
Melanie Thielker
1
-1
/
+1
2010-06-28
Fix Copy on Ray, Drag Copy and other little things. Removed the wrong and
Melanie Thielker
1
-1
/
+1
2010-06-27
Make drag copy and copy-on-ray handle friends list perms properly
Melanie Thielker
1
-0
/
+22
2010-06-25
stop KeyNotFoundException() being thrown in RemoveScenePresence if the agent ...
Justin Clark-Casey (justincc)
1
-6
/
+7
2010-06-08
Refactor SendCoarseLocations for better performance. Instead of computing lis...
Dan Lake
1
-0
/
+37
2010-06-08
Reduce number of full updates sent on region crossing for attachments/huds to...
Justin Clark-Casey (justincc)
1
-3
/
+7
2010-05-31
Fix create selection getting overwritten by multiple updates for the same prim.
Melanie Thielker
1
-1
/
+1
2010-05-21
rearrange SceneGraph.AddSceneObject() to return earlier if an object with tha...
Justin Clark-Casey (justincc)
1
-53
/
+49
2010-05-21
Fix a problem where SceneGraph.AddSceneObject() would return false on success...
Justin Clark-Casey (justincc)
1
-7
/
+14
2010-05-15
Refactor scene presence list for lockless iteration. Lock contention will now...
Dan Lake
1
-61
/
+53
2010-04-30
Fix link security issue
Melanie
1
-32
/
+9
2010-04-19
All scripts are now created suspended and are only unsuspended when the object
Melanie
1
-0
/
+1
2010-04-16
refactor: crudely move DetachSingleAttachmentToGround() over to the Attachmen...
Justin Clark-Casey (justincc)
1
-3
/
+1
2010-03-19
Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, Scene...
Dan Lake
1
-1
/
+1
2010-03-19
Cleaned up access to scenepresences in scenegraph. GetScenePresences and GetA...
Dan Lake
1
-107
/
+79
2010-03-17
Inconsistent locking of ScenePresence array in SceneGraph. Fixed by eliminati...
Dan Lake
1
-63
/
+130
2010-03-12
refactor: move RezSingleAttachmentFromInventory() from SceneGraph to Attachme...
Justin Clark-Casey (justincc)
1
-53
/
+0
2010-03-12
refactor: move client invoked AttachObject from SceneGraph to AttachmentsModule
Justin Clark-Casey (justincc)
1
-35
/
+0
2010-03-06
refactor: Move DetachSingleAttachmentToInv to region module
Justin Clark-Casey (justincc)
1
-34
/
+1
2010-03-05
refactor: begin to move attachments code into a region module
Justin Clark-Casey (justincc)
1
-82
/
+4
2010-03-03
Fix bug where approximately half the time, attachments would rez only their r...
Justin Clark-Casey (justincc)
1
-10
/
+33
2010-03-03
Actually make EventManager.OnAttach() fire when an object is attached. Previ...
Justin Clark-Casey (justincc)
1
-0
/
+3
2010-02-15
Formatting cleanup.
Jeff Ames
1
-1
/
+1
2010-02-14
Revolution is on the roll again! :)
Revolution
1
-0
/
+9
2010-02-04
Revert "change position of OnAttach event firing so that this also happens wh...
Melanie
1
-1
/
+2
2010-02-03
change position of OnAttach event firing so that this also happens when a use...
Justin Clark-Casey (justincc)
1
-2
/
+1
[next]