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
*
Prevent the ExtraSettings code from crashing SQLite driven sims.
Melanie
2012-10-02
1
-0
/
+6
*
Add MaxPrimsUndo config setting to [Startup] section of OpenSim.ini.
Justin Clark-Casey (justincc)
2012-09-27
1
-3
/
+2
*
Enforce existing 5 action hardcoded undo limit.
Justin Clark-Casey (justincc)
2012-09-26
1
-1
/
+5
*
Make ResendAppearanceUpdates = true by default in [Appearance] in OpenSimDefa...
Justin Clark-Casey (justincc)
2012-09-20
1
-0
/
+2
*
Cleanup from prev. commit
BlueWall
2012-09-18
1
-2
/
+2
*
Fix some inconsistencies in configurartion: NonPhys prims
BlueWall
2012-09-18
1
-3
/
+3
*
preventing a null reference exception from being thrown
SignpostMarv
2012-09-17
1
-0
/
+3
*
implementing per-region configuration of limits on the number of prims one ca...
SignpostMarv
2012-09-09
1
-0
/
+11
*
refactoring to allow Scene.GetLandData to accept Vector3 as an argument. Note...
SignpostMarv
2012-09-08
1
-0
/
+10
*
adding utility method for getting SceneObjectGroup from scene
SignpostMarv
2012-09-06
1
-0
/
+12
*
adding utility method for getting SceneObjectPart from scene
SignpostMarv
2012-09-06
1
-0
/
+12
*
If a connecting scene presence is replacing an existing scene presence then b...
Justin Clark-Casey (justincc)
2012-08-24
1
-1
/
+1
*
Add --force flag to "kick user" console command to allow bypassing of recent ...
Justin Clark-Casey (justincc)
2012-08-20
1
-3
/
+6
*
enables configurable minimum sizes for physical & non-physical prims
SignpostMarv
2012-08-15
1
-1
/
+30
*
Add support for the extra params to scene and the event manager
Melanie
2012-08-15
1
-0
/
+39
*
Add a skeleton for a name value storage associated with regions
Melanie
2012-08-15
1
-0
/
+4
*
Lay some groundwork for temp attachments. Decouple attachments from inventory.
Melanie
2012-08-14
1
-1
/
+1
*
Move previously unadvertised SendPeriodicAppearanceUpdates setting from [Star...
Justin Clark-Casey (justincc)
2012-08-03
1
-1
/
+7
*
Create the ability for physics modules to request assets on demand by
Melanie
2012-08-01
1
-0
/
+16
*
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
*
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
*
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
*
Change very recent AllowedViewerList and BannedViewerList config setting name...
Justin Clark-Casey (justincc)
2012-07-12
1
-4
/
+4
*
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
*
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
*
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
*
Add IScene.Name for code clarity to replace the RegionInfo.RegionName used in...
Justin Clark-Casey (justincc)
2012-06-29
1
-26
/
+24
*
When attachments are being saved and deleted for a closing root agent, delete...
Justin Clark-Casey (justincc)
2012-06-25
1
-11
/
+13
*
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
*
In PresenceDetector.OnConnectionClose(), use the IsChildAgent check already a...
Justin Clark-Casey (justincc)
2012-06-12
1
-4
/
+3
*
Don't make duplicate call to ScenePresence.Close() separately in ETM.DoTelepo...
Justin Clark-Casey (justincc)
2012-06-08
1
-79
/
+70
*
Remove duplicate update of user count in Scene.IncomingCloseAgent()
Justin Clark-Casey (justincc)
2012-06-08
1
-10
/
+0
*
Fix bug with "kick user" reducing agent counts by 2 instead of 1.
Justin Clark-Casey (justincc)
2012-06-08
1
-14
/
+17
[next]