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
*
Make SendKillObject send multiple localIDs in one packet. This avoids the
Melanie
2010-10-08
1
-5
/
+1
*
Implement taking of coalesced objects.
Melanie
2010-10-07
1
-5
/
+2
*
Plumb the path for multiple object deletes
Melanie
2010-10-06
1
-2
/
+6
*
Fix a potential key collision
Melanie
2010-09-30
1
-1
/
+1
*
Merge branch 'master' into careminster-presence-refactor
Melanie
2010-09-25
1
-1
/
+1
|
\
|
*
Add UUID to physics prim name parameter so that diagnostic messages can be ma...
Justin Clark-Casey (justincc)
2010-09-25
1
-1
/
+1
*
|
Merge branch 'careminster-presence-refactor' of ssh://melanie@3dhosting.de/va...
Melanie
2010-09-21
1
-1
/
+1
|
\
\
|
*
|
Fix a merge artefact that broke script state persistence in XAttachments
Melanie
2010-09-19
1
-1
/
+1
*
|
|
Merge branch 'master' into careminster-presence-refactor
Melanie
2010-09-21
1
-2
/
+6
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
If the uuid of a SceneObjectGroup (RootPart) is changed before adding to the ...
Justin Clark-Casey (justincc)
2010-09-21
1
-2
/
+6
*
|
Remove the now unused partslock
root
2010-09-17
1
-1
/
+0
*
|
Merge branch 'master' into careminster-presence-refactor
Melanie
2010-09-17
1
-899
/
+561
|
\
\
|
|
/
|
*
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
*
|
Removing debug
root
2010-09-16
1
-1
/
+0
*
|
JustinCC is evil. f7b28dd3 broke script persistence. This fixes it.
root
2010-09-16
1
-0
/
+1
*
|
Some small bug fixes
root
2010-09-16
1
-0
/
+1
*
|
Merge branch 'master' into careminster-presence-refactor
Melanie
2010-09-16
1
-11
/
+8
|
\
\
|
|
/
|
*
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
*
|
Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/ca...
Melanie Thielker
2010-09-14
1
-3
/
+3
|
\
\
|
*
\
Merge branch 'master' into careminster-presence-refactor
Melanie
2010-09-14
1
-3
/
+3
|
|
\
\
|
|
|
/
|
|
*
Comment out SOG storing debug log message
Justin Clark-Casey (justincc)
2010-09-14
1
-3
/
+3
*
|
|
Adjust the code for ghost prim removal to new information from Kitto
Melanie Thielker
2010-09-14
1
-3
/
+7
|
/
/
*
|
Fix a small left over buglet and also add checking of the physics actor
Melanie Thielker
2010-09-14
1
-0
/
+10
*
|
Merge branch 'master' into careminster-presence-refactor
Melanie
2010-09-13
1
-16
/
+7
|
\
\
|
|
/
|
*
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
*
|
Merge branch 'master' into careminster-presence-refactor
Melanie
2010-09-07
1
-15
/
+27
|
\
\
|
*
|
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
*
|
Merge branch 'master' into careminster-presence-refactor
Melanie
2010-08-30
1
-23
/
+26
|
\
\
|
|
/
|
*
Improve liveness by operating on list copies of SOG.Children where appropriate
Justin Clark-Casey (justincc)
2010-08-28
1
-23
/
+27
*
|
Merge branch 'master' into careminster-presence-refactor
Melanie
2010-08-26
1
-40
/
+71
|
\
\
|
|
/
|
*
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
*
|
Merge branch 'master' into careminster-presence-refactor
Melanie
2010-08-18
1
-3
/
+3
|
\
\
|
|
/
|
*
refactor: Use SOP.Flags rather than SOP.ObjectFlags
Justin Clark-Casey (justincc)
2010-08-13
1
-3
/
+3
*
|
Note to self: don't break the build
meta7
2010-08-10
1
-1
/
+1
*
|
Resolve merge failure
meta7
2010-08-10
1
-4
/
+23
|
\
\
|
*
|
Resolve merge issues
Melanie
2010-08-10
1
-22
/
+46
|
*
|
Merge branch 'master' into careminster-presence-refactor
Melanie
2010-08-10
1
-29
/
+24
|
|
\
\
|
|
|
/
|
|
*
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
[next]