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
/
Framework
/
Scenes
/
SceneObjectGroup.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-08-10
Note to self: don't break the build
meta7
1
-1
/
+1
2010-08-10
Resolve merge issues
Melanie
1
-22
/
+46
2010-08-10
Remove windows line endinge
Melanie
1
-104
/
+104
2010-08-10
Removed abstract SetText method from EntityBase to make cleaner API.
Mikko Pallari
1
-1
/
+1
2010-08-10
On shift-copy of an object, set up a new physics actor (as appropriate) for e...
Justin Clark-Casey (justincc)
1
-19
/
+19
2010-08-10
Add a stack trace to the error output on the recursive read lock warning on m...
meta7
1
-104
/
+114
2010-08-07
Fix a rather nasty issue where the Backup() process causes objects and avatar...
meta7
1
-93
/
+106
2010-08-07
minor: Remove overly verbose schedule full update log message for attachments
Justin Clark-Casey (justincc)
1
-2
/
+2
2010-08-07
and another endless debug cleaning
sacha
1
-3
/
+3
2010-08-07
Add a CHANGED_POSITION event so scripts don't have to run expensive loops to ...
Tom
1
-0
/
+1
2010-08-06
Make sure the avatar position gets moved along with a prim it is sitting on. ...
Tom
1
-2
/
+11
2010-07-28
add userExposed parameter to part copy event
Justin Clark-Casey (justincc)
1
-0
/
+1
2010-07-26
Add EventManager.OnSceneObjectPreSave() for future use. This is triggered im...
Justin Clark-Casey (justincc)
1
-0
/
+1
2010-07-26
Add EventManager.OnSceneObjectPreSave() for future use. This is triggered im...
Justin Clark-Casey (justincc)
1
-0
/
+1
2010-07-25
Eat a lockign exception that kills scripts. May bear more investigation
Melanie Thielker
1
-2
/
+11
2010-07-21
Refine autoreturn a bit
Melanie Thielker
1
-1
/
+4
2010-07-20
Allow Megaregions to start properly after an unclean shutdown
Melanie
1
-1
/
+1
2010-07-13
Bail out in AttachToBackup if the group is an attachment
Tom Grimshaw
1
-0
/
+1
2010-07-05
Undo fix is now complete. This commit repairs the special case of the root pr...
Tom Grimshaw
1
-11
/
+38
2010-07-04
Fix single prim rotation undo. All UNDO functions are now working correctly ...
Tom Grimshaw
1
-1
/
+1
2010-07-04
The majority of the Undo fix. There is still an issue with Rotation which i'...
Tom Grimshaw
1
-19
/
+19
2010-07-03
Fix Undo! Made a lot of changes to Undo state saving; it now considers that ...
Tom Grimshaw
1
-11
/
+28
2010-06-28
Remove AgentID and GroupOD from the signature of SOG.Copy(). They were never
Melanie Thielker
1
-3
/
+3
2010-06-28
Fix Copy on Ray, Drag Copy and other little things. Removed the wrong and
Melanie Thielker
1
-16
/
+2
2010-06-28
Remove AgentID and GroupOD from the signature of SOG.Copy(). They were never
Melanie Thielker
1
-3
/
+3
2010-06-28
Fix Copy on Ray, Drag Copy and other little things. Removed the wrong and
Melanie Thielker
1
-16
/
+2
2010-06-25
Add new event: OnChangedBackup
Tom Grimshaw
1
-0
/
+4
2010-06-25
Add two events: OnAttachToBackup and OnDetachFromBackup.
Tom Grimshaw
1
-0
/
+4
2010-06-19
Allow moving an avatar as part of a linkset using llSetLinkPrimitiveParams. T...
Tom Grimshaw
1
-2
/
+54
2010-06-14
Revert "Introduce SOP.UpdateSitters() to update sitting avatars' chat positio...
Melanie Thielker
1
-9
/
+0
2010-06-13
Introduce SOP.UpdateSitters() to update sitting avatars' chat position if
Melanie Thielker
1
-0
/
+9
2010-06-12
Get rid of spamming SOG debug message
Tom Grimshaw
1
-2
/
+2
2010-06-09
Bug fix on attachments: attach->drop->attach works now.
Diva Canto
1
-0
/
+1
2010-06-08
Reduce number of full updates sent on region crossing for attachments/huds to...
Justin Clark-Casey (justincc)
1
-1
/
+2
2010-06-01
Fix prim returns I broke earlier
Melanie Thielker
1
-1
/
+1
2010-06-01
Fix prim returns I broke earlier
Melanie Thielker
1
-1
/
+1
2010-06-01
Split GetAxisAlignedBoundingBox into two methods to allow calculation of
Melanie Thielker
1
-3
/
+20
2010-06-01
Split GetAxisAlignedBoundingBox into two methods to allow calculation of
Melanie Thielker
1
-2
/
+19
2010-05-31
Fix create selection getting overwritten by multiple updates for the same prim.
Melanie Thielker
1
-1
/
+1
2010-05-31
Fix create selection getting overwritten by multiple updates for the same prim.
Melanie Thielker
1
-1
/
+1
2010-05-29
Implement suspended updates - When an operation is occurring on lots of prims...
Tom Grimshaw
1
-0
/
+17
2010-05-21
* Moving all of the prioritization/reprioritization code into a new file Prio...
John Hurliman
1
-100
/
+1
2010-05-12
Kill some locks that have crept into SOG
Tom Grimshaw
1
-2
/
+12
2010-05-10
Fix overlooked readLock which was left open
Tom Grimshaw
1
-1
/
+2
2010-05-03
Adapt CM to the new CHANGED_OWNER handling
Melanie Thielker
1
-0
/
+8
2010-04-25
Make scripted attachment states work. Finally. Also replace two monitor locks
Melanie Thielker
1
-1
/
+6
2010-04-23
Remove debug output, the culprit has been identified
Melanie Thielker
1
-1
/
+0
2010-04-23
Fix a nullref in attachment handling. Add some debug to find the attachment
Melanie Thielker
1
-0
/
+1
2010-04-05
Fix up my own shoddy code! Fixes prim rez break. Whups!
Thomas Grimshaw
1
-22
/
+26
2010-04-05
This commit adds some randomness to object persistence. It's a Work In Progre...
Thomas Grimshaw
1
-4
/
+42
[next]