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
/
Scene.cs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into careminster
Melanie
2012-08-04
1
-1
/
+8
|
\
|
*
Move previously unadvertised SendPeriodicAppearanceUpdates setting from [Star...
Justin Clark-Casey (justincc)
2012-08-03
1
-1
/
+7
*
|
Merge branch 'master' into careminster
Melanie
2012-08-01
1
-0
/
+16
|
\
\
|
|
/
|
*
Create the ability for physics modules to request assets on demand by
Melanie
2012-08-01
1
-0
/
+16
*
|
Merge branch 'master' into careminster
Melanie
2012-07-28
1
-5
/
+17
|
\
\
|
|
/
|
*
Avoid a race condition between the scene shutdown thread and the update threa...
Justin Clark-Casey (justincc)
2012-07-27
1
-3
/
+5
|
*
Add a Dispose() of the physics engine when a scene is being shutdown.
Robert Adams
2012-07-26
1
-0
/
+9
|
*
Move Watchdog and MemoryWatchdog classes into OpenSim.Framework.Monitoring wi...
Justin Clark-Casey (justincc)
2012-07-25
1
-0
/
+1
|
*
Make SceneManager.OnRegionsReadyStatusChange event available.
Justin Clark-Casey (justincc)
2012-07-25
1
-2
/
+2
|
*
Change attachment handling to remove object from the scene first as per
Melanie
2012-07-23
1
-11
/
+1
*
|
Merge branch 'avination' into careminster
Melanie
2012-07-23
1
-11
/
+1
|
\
\
|
*
|
Change attachment handling to remove object from the scene first as per
Melanie
2012-07-23
1
-11
/
+1
*
|
|
Merge branch 'master' into careminster
Melanie
2012-07-20
1
-2
/
+19
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Prevent race conditions between two threads that call LLClientView.Close() si...
Justin Clark-Casey (justincc)
2012-07-19
1
-3
/
+3
|
*
|
Add TestCreateDuplicateRootScenePresence() regression test.
Justin Clark-Casey (justincc)
2012-07-19
1
-0
/
+17
*
|
|
Merge branch 'master' into careminster
Melanie
2012-07-19
1
-31
/
+43
|
\
\
\
|
|
/
/
|
|
/
|
|
/
|
/
|
|
*
Add EventManager.OnRegionLoginsStatusChange fired whenever logins are enabled...
Justin Clark-Casey (justincc)
2012-07-19
1
-5
/
+5
|
*
Add back notification to neighbouring regions when RegionReadyModule is not a...
Justin Clark-Casey (justincc)
2012-07-18
1
-0
/
+3
|
*
Perform other region ready actions even if simulator is configured to leave l...
Justin Clark-Casey (justincc)
2012-07-18
1
-19
/
+18
|
*
Fix bug where region ready was being triggered twice in quick succession if a...
Justin Clark-Casey (justincc)
2012-07-18
1
-9
/
+12
|
*
Establish EventManager.OnRegionReady event. This will only be triggerred onc...
Justin Clark-Casey (justincc)
2012-07-18
1
-0
/
+1
|
*
Pass entire scene object in OnLoginsEnabled event rather than just the region...
Justin Clark-Casey (justincc)
2012-07-18
1
-1
/
+1
|
*
Close() the ScenePresence after we've removed it from the scene graph, to cut...
Justin Clark-Casey (justincc)
2012-07-18
1
-10
/
+16
*
|
fix our stats ( old schema )
UbitUmarov
2012-07-17
1
-21
/
+26
*
|
Fix merge artefacts
Melanie
2012-07-17
1
-2
/
+2
*
|
Merge branch 'avination' into careminster
Melanie
2012-07-16
1
-0
/
+7
|
\
\
|
*
|
Add "gc collect" console command for debugging memleaks
Melanie
2012-07-12
1
-0
/
+7
*
|
|
Merge branch 'master' into careminster
Melanie
2012-07-13
1
-2
/
+2
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Change very recent AllowedViewerList and BannedViewerList config setting name...
Justin Clark-Casey (justincc)
2012-07-12
1
-4
/
+4
*
|
|
Merge branch 'master' into careminster
Melanie
2012-07-11
1
-19
/
+56
|
\
\
\
|
|
/
/
|
*
|
When an attachment is detached to inv or derezzed, stop the scripts, update t...
Justin Clark-Casey (justincc)
2012-07-10
1
-1
/
+18
|
*
|
Remove redundant SetScene() function in Scene.AddSceneObject()
Justin Clark-Casey (justincc)
2012-07-07
1
-2
/
+0
|
*
|
Remove now duplicate interregion object check that should have been removed a...
Justin Clark-Casey (justincc)
2012-07-06
1
-12
/
+0
|
*
|
Add assert to attachment regression tests to check that number of objects in ...
Justin Clark-Casey (justincc)
2012-07-06
1
-0
/
+11
|
*
|
Pull prim crossing/teleport checks up into Scene.IncomingCreateObject() from ...
Justin Clark-Casey (justincc)
2012-07-06
1
-14
/
+27
*
|
|
Merge branch 'master' into careminster
Melanie
2012-07-05
1
-0
/
+65
|
\
\
\
|
|
/
/
|
*
|
Correct spelling mistake m_BanedViewers to m_BannedViewers
Justin Clark-Casey (justincc)
2012-07-03
1
-4
/
+4
|
*
|
Adds a list of viewers that are allowed or banned from the region.
Michelle Argus
2012-07-02
1
-0
/
+65
*
|
|
Merge branch 'master' into careminster
Melanie
2012-07-01
1
-38
/
+0
|
\
\
\
|
|
/
/
|
*
|
Removing unused handling of incoming create object by userID and itemID only.
Justin Clark-Casey (justincc)
2012-06-30
1
-22
/
+0
|
*
|
Remove code listed for removal in 0.7.3 that handled script restart for incom...
Justin Clark-Casey (justincc)
2012-06-30
1
-16
/
+0
*
|
|
Merge branch 'master' into careminster
Melanie
2012-06-29
1
-25
/
+23
|
\
\
\
|
|
/
/
|
*
|
Add IScene.Name for code clarity to replace the RegionInfo.RegionName used in...
Justin Clark-Casey (justincc)
2012-06-29
1
-26
/
+24
*
|
|
Merge branch 'master' into careminster
Melanie
2012-06-26
1
-11
/
+13
|
\
\
\
|
|
/
/
|
*
|
When attachments are being saved and deleted for a closing root agent, delete...
Justin Clark-Casey (justincc)
2012-06-25
1
-11
/
+13
*
|
|
Merge branch 'master' into careminster
Melanie
2012-06-21
1
-2
/
+2
|
\
\
\
|
|
/
/
|
*
|
If RegionReady is active, don't falsely say that logins are enabled in the ma...
Justin Clark-Casey (justincc)
2012-06-20
1
-2
/
+2
*
|
|
Merge branch 'master' into careminster
Melanie
2012-06-12
1
-4
/
+3
|
\
\
\
|
|
/
/
|
*
|
In PresenceDetector.OnConnectionClose(), use the IsChildAgent check already a...
Justin Clark-Casey (justincc)
2012-06-12
1
-4
/
+3
*
|
|
Merge branch 'master' into careminster
Melanie
2012-06-08
1
-81
/
+71
|
\
\
\
|
|
/
/
[next]