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
/
SceneManager.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-06-04
Warnings--
onefang
1
-1
/
+1
2019-05-19
Dump OpenSim 0.9.0.1 into it's own branch.
onefang
1
-163
/
+93
2016-11-03
Initial update to OpenSim 0.8.2.1 source code.
David Walter Seikel
1
-38
/
+10
2012-11-23
Fix problem where restarting the currently selected region would stop various...
Justin Clark-Casey (justincc)
1
-23
/
+23
2012-11-23
Fix regression where we stopped closing scenes on simulator exit.
Justin Clark-Casey (justincc)
1
-0
/
+7
2012-11-12
Stop closing old style modules
Melanie
1
-9
/
+0
2012-11-12
Remove the old style module loader and all references to it
Melanie
1
-16
/
+0
2012-09-14
Added unit tests for multi-region OARs
Oren Hurvitz
1
-1
/
+5
2012-07-25
Make SceneManager.OnRegionsReadyStatusChange event available.
Justin Clark-Casey (justincc)
1
-2
/
+51
2011-12-07
Remove unused SceneManager.TryGetAvatarsScene()
Justin Clark-Casey (justincc)
1
-20
/
+0
2011-12-07
Implement XMLRPCAdmin command admin_teleport_agent.
Justin Clark-Casey (justincc)
1
-0
/
+33
2011-11-24
When setting packet level logging via "debug packet", apply to all clients, n...
Justin Clark-Casey (justincc)
1
-14
/
+10
2011-11-03
Rename ForEachAvatar back to ForEachScenePresence. The other changes
Dan Lake
1
-1
/
+1
2011-11-03
Renamed ForEachRootScenePresence to ForEachAvatar. Cleaned up calls to
Dan Lake
1
-6
/
+6
2011-10-27
Added new ForEachRootScenePresence to Scene since almost every delegate passe...
Dan Lake
1
-5
/
+4
2011-10-17
Allow an avatar to be explicitly named to the "debug packet" command
Justin Clark-Casey (justincc)
1
-2
/
+3
2011-10-17
refactor: Make IClientAPI.DebugPacketFormat a property rather than a setter w...
Justin Clark-Casey (justincc)
1
-1
/
+1
2011-08-18
BulletSim: add runtime setting of physics parameters. Update default values.
Robert Adams
1
-0
/
+7
2011-08-06
Do proper locking of m_localScenes list in SceneManager
Justin Clark-Casey (justincc)
1
-93
/
+140
2010-09-06
Make console backup command do a forced backup rather than non-forced
Justin Clark-Casey (justincc)
1
-1
/
+1
2010-03-19
Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, Scene...
Dan Lake
1
-3
/
+3
2010-03-19
Cleaned up access to scenepresences in scenegraph. GetScenePresences and GetA...
Dan Lake
1
-2
/
+4
2010-03-17
Inconsistent locking of ScenePresence array in SceneGraph. Fixed by eliminati...
Dan Lake
1
-12
/
+5
2010-03-03
remove references to OpenSim.Framework.Commuications.Tests.dll since all rele...
Justin Clark-Casey (justincc)
1
-1
/
+1
2010-01-15
* General cleanup of Teleports, Crossings and Child agents. They are now in t...
Diva Canto
1
-2
/
+2
2009-11-24
pass all command parameters to load/save oar, not just the filename
Justin Clark-Casey (justincc)
1
-6
/
+6
2009-10-23
Experimental change to use an immutable array for iterating ScenePresences, a...
John Hurliman
1
-24
/
+29
2009-09-30
Remove predecode-j2k and it's assoaciated logic
Melanie
1
-122
/
+0
2009-09-30
Attempting to improve the robustness of texture decoding by always ignoring L...
John Hurliman
1
-1
/
+1
2009-10-01
Formatting cleanup.
Jeff Ames
1
-6
/
+6
2009-06-10
Formatting cleanup.
Jeff Ames
1
-1
/
+1
2009-06-01
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...
Jeff Ames
1
-1
/
+1
2009-05-15
Heart surgery on asset service code bits. Affects OpenSim.ini configuration -...
diva
1
-1
/
+1
2009-02-26
Add check in SceneManager to stop opensim.exe crashing if no regions/scenes w...
MW
1
-1
/
+8
2009-02-22
Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:
Charles Krinke
1
-1
/
+1
2009-02-16
* refactor: remove AssetCache field hanging off Scene
Justin Clarke Casey
1
-1
/
+1
2009-02-13
* refactor: move alert commands from Scene to DialogModule
Justin Clarke Casey
1
-10
/
+0
2009-02-06
This changeset is the step 1 of 2 in refactoring
Dr Scofield
1
-2
/
+2
2009-02-04
* minor: remove deprecated and unused terrain method from SceneManager
Justin Clarke Casey
1
-16
/
+9
2009-01-30
* minor: remove some mono compiler warnings
Justin Clarke Casey
1
-2
/
+0
2009-01-25
* Adds console command, 'predecode-j2k <number of threads>' to load all of th...
Teravus Ovares
1
-0
/
+127
2009-01-13
* Removing set-time command since it doesn't actually do anything at all
Justin Clarke Casey
1
-10
/
+0
2009-01-07
* Move general alert code to DialogModule.
Justin Clarke Casey
1
-1
/
+1
2008-12-19
* refactor: move saved named prims to xml2 method out into the serialization ...
Justin Clarke Casey
1
-1
/
+3
2008-12-19
minor: Remove some serialization module scene wrappers
Justin Clarke Casey
1
-2
/
+6
2008-12-19
* refactor: remove xml serialization wrappers from Scene
Justin Clarke Casey
1
-2
/
+6
2008-12-19
* refactor: Remove archiver module scene wrappers
Justin Clarke Casey
1
-2
/
+6
2008-12-01
* minor: A few tiny bits of documentation and log message cleanup before star...
Justin Clarke Casey
1
-0
/
+3
2008-11-21
Refactor: Scene.ExternalChecks -> Scene.Permissions. Also make all
Melanie Thielker
1
-1
/
+1
2008-10-14
* minor: change m_debug to m_debugPacketLevel since that's what it is
Justin Clarke Casey
1
-2
/
+7
[next]