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