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
/
SceneObjectGroup.cs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
simplify coalesced object tests by using existing scene object set up utils
Justin Clark-Casey (justincc)
2011-04-14
1
-7
/
+14
*
Signal prim count taint if the AbsolutePosition of a scene object changes.
Justin Clark-Casey (justincc)
2011-04-06
1
-0
/
+2
*
Change some text to make the autoreturn mechanism more obvious, and align wit...
Justin Clark-Casey (justincc)
2011-04-05
1
-2
/
+4
*
Only force prim persistence before delete if the prim is the result of an unp...
Justin Clark-Casey (justincc)
2010-12-03
1
-2
/
+13
*
Let CHANGED_SCALE also trigger when editing prims and linksets with the viewe...
Marck
2010-11-22
1
-0
/
+2
*
Change the way attachments are persisted. Editing a worn attachment will now
Melanie
2010-11-16
1
-2
/
+4
*
Fix autoreturn to not return zero objects
Melanie
2010-10-07
1
-6
/
+2
*
Plumb the path for multiple object deletes
Melanie
2010-10-06
1
-2
/
+6
*
Add UUID to physics prim name parameter so that diagnostic messages can be ma...
Justin Clark-Casey (justincc)
2010-09-25
1
-1
/
+1
*
If the uuid of a SceneObjectGroup (RootPart) is changed before adding to the ...
Justin Clark-Casey (justincc)
2010-09-21
1
-2
/
+6
*
Fixed a regression in SOG.Copy()
John Hurliman
2010-09-16
1
-1
/
+1
*
Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA...
John Hurliman
2010-09-16
1
-818
/
+591
*
rename SceneObjectGroup.DeleteGroup() to DeleteGroupFromScene() to improve co...
Justin Clark-Casey (justincc)
2010-09-15
1
-1
/
+1
*
Instead of locking SOG.Children when a group is being removed from the scene,...
Justin Clark-Casey (justincc)
2010-09-15
1
-15
/
+17
*
Comment out SOG storing debug log message
Justin Clark-Casey (justincc)
2010-09-14
1
-3
/
+3
*
Merged
John Hurliman
2010-09-12
1
-9
/
+9
|
\
|
*
Formatting cleanup.
Jeff Ames
2010-09-12
1
-9
/
+9
*
|
* Added ISimulationDataService and IEstateDataService
John Hurliman
2010-09-12
1
-1
/
+1
|
/
*
Fixed the naming mess around data connectors for simulation data
John Hurliman
2010-09-11
1
-1
/
+1
*
Second pass at cleaning up thread safety in EntityManager and SceneGraph
John Hurliman
2010-09-10
1
-9
/
+2
*
Fix deletion persistence when freshly delinked prims are removed
Justin Clark-Casey (justincc)
2010-09-07
1
-17
/
+25
*
Add test to check persistence of newly added pre-linked objects
Justin Clark-Casey (justincc)
2010-09-06
1
-3
/
+2
*
refactor: move SOG.AttachToAgent() into AttachmentsModule
Justin Clark-Casey (justincc)
2010-09-01
1
-71
/
+0
*
Improve liveness by operating on list copies of SOG.Children where appropriate
Justin Clark-Casey (justincc)
2010-08-28
1
-23
/
+27
*
replace m_parts.Count linknum with 0 in CopyRootPart since m_parts.Count is a...
Justin Clark-Casey (justincc)
2010-08-26
1
-1
/
+1
*
Improve consistency of locking for SOG.m_parts in order to avoid race conditi...
Justin Clark-Casey (justincc)
2010-08-26
1
-52
/
+79
*
If setting SOG.UUID, update the SOG.m_parts index as well as the root part UUID
Justin Clark-Casey (justincc)
2010-08-25
1
-1
/
+10
*
refactor: Use SOP.Flags rather than SOP.ObjectFlags
Justin Clark-Casey (justincc)
2010-08-13
1
-3
/
+3
*
Removed abstract SetText method from EntityBase to make cleaner API.
Mikko Pallari
2010-08-10
1
-1
/
+1
*
On shift-copy of an object, set up a new physics actor (as appropriate) for e...
Justin Clark-Casey (justincc)
2010-08-10
1
-19
/
+19
*
minor: Remove overly verbose schedule full update log message for attachments
Justin Clark-Casey (justincc)
2010-08-07
1
-2
/
+2
*
add userExposed parameter to part copy event
Justin Clark-Casey (justincc)
2010-07-28
1
-0
/
+1
*
Add EventManager.OnSceneObjectPreSave() for future use. This is triggered im...
Justin Clark-Casey (justincc)
2010-07-26
1
-0
/
+1
*
Allow Megaregions to start properly after an unclean shutdown
Melanie
2010-07-20
1
-1
/
+1
*
Remove AgentID and GroupOD from the signature of SOG.Copy(). They were never
Melanie Thielker
2010-06-28
1
-3
/
+3
*
Fix Copy on Ray, Drag Copy and other little things. Removed the wrong and
Melanie Thielker
2010-06-28
1
-16
/
+2
*
Bug fix on attachments: attach->drop->attach works now.
Diva Canto
2010-06-09
1
-0
/
+1
*
Reduce number of full updates sent on region crossing for attachments/huds to...
Justin Clark-Casey (justincc)
2010-06-08
1
-1
/
+2
*
Fix prim returns I broke earlier
Melanie Thielker
2010-06-01
1
-1
/
+1
*
Split GetAxisAlignedBoundingBox into two methods to allow calculation of
Melanie Thielker
2010-06-01
1
-3
/
+20
*
Fix create selection getting overwritten by multiple updates for the same prim.
Melanie Thielker
2010-05-31
1
-1
/
+1
*
* Moving all of the prioritization/reprioritization code into a new file Prio...
John Hurliman
2010-05-21
1
-100
/
+1
*
Inconsistent locking of ScenePresence array in SceneGraph. Fixed by eliminati...
Dan Lake
2010-03-17
1
-7
/
+5
*
Formatting cleanup. Add copyright notices.
Jeff Ames
2010-03-10
1
-3
/
+3
*
compiler warnings revealed that public PlaySoundSlavePrims properties were ch...
Justin Clark-Casey (justincc)
2010-03-03
1
-2
/
+2
*
refactor: push sog.SendPartFullUpdate() down into sop where it better belongs
Justin Clark-Casey (justincc)
2010-03-03
1
-33
/
+4
*
Fix bug where approximately half the time, attachments would rez only their r...
Justin Clark-Casey (justincc)
2010-03-03
1
-7
/
+28
*
Formatting cleanup.
Jeff Ames
2010-02-22
1
-1
/
+1
*
Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim
Justin Clark-Casey (justincc)
2010-02-16
1
-35
/
+104
|
\
|
*
Revolution is on the roll again! :)
Revolution
2010-02-14
1
-35
/
+104
[next]