aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Scripting/RegionReadyModule/RegionReadyModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-08-04Don't inform neighbours that we are up twice.onefang1-3/+4
2019-05-19Better sim startup console notification.onefang1-2/+6
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-17/+21
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-5/+14
2012-11-13All optional modules' directives moved out of addin.xmlDiva Canto1-0/+2
2012-09-30Revert "Added request.Proxy=null everywhere, as discussed in http://stackover...Diva Canto1-1/+0
2012-09-30Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com...Diva Canto1-0/+1
2012-09-14Support multi-region OAR filesOren Hurvitz1-1/+1
2012-07-25Make SceneManager.OnRegionsReadyStatusChange event available.Justin Clark-Casey (justincc)1-1/+1
2012-07-19minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-2/+0
2012-07-19Add EventManager.OnRegionLoginsStatusChange fired whenever logins are enabled...Justin Clark-Casey (justincc)1-3/+1
2012-07-18Perform other region ready actions even if simulator is configured to leave l...Justin Clark-Casey (justincc)1-26/+19
2012-07-18Fix bug where region ready would be triggered a second time if a script was r...Justin Clark-Casey (justincc)1-30/+23
2012-07-18Establish EventManager.OnRegionReady event. This will only be triggerred onc...Justin Clark-Casey (justincc)1-0/+2
2012-07-18Pass entire scene object in OnLoginsEnabled event rather than just the region...Justin Clark-Casey (justincc)1-8/+16
2012-07-18Only listen to LoginsEnabled event in RegionReadyModule if it has been asked ...Justin Clark-Casey (justincc)1-26/+22
2012-07-07minor: rearrange INITIALIZATION COMPLETE log message so that it's clear init ...Justin Clark-Casey (justincc)1-3/+2
2012-07-07minor: Get RegionReady module to shout initialization complete status to draw...Justin Clark-Casey (justincc)1-1/+3
2012-03-22RegionReady loggingBlueWall1-10/+5
2012-02-16Remove some debugging output form the loggerBlueWall1-2/+4
2012-01-18RegionReady:BlueWall1-1/+5
2012-01-14protect the region ready alerts for loading oarfiles if no post URI is setMic Bowman1-2/+5
2012-01-13Update RegionReadyModuleBlueWall1-6/+51
2011-10-20Get OdeScene to use passed in time step rather than hard-coded 0.089Justin Clark-Casey (justincc)1-1/+1
2011-08-15Add "shutdown" message to RegionReadyBlueWall1-0/+5
2011-06-24RegionReady Module:BlueWall1-0/+2
2011-05-28Adding an event to signal that logins are enabledBlueWall1-11/+76
2011-05-28Add option to disable loginsBlueWall1-1/+24
2010-09-06Make console backup command do a forced backup rather than non-forcedJustin Clark-Casey (justincc)1-1/+1
2010-05-30Fix a nullref in EventManager caused by RegionReady not setting the sceneMelanie Thielker1-0/+1
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie1-3/+3
2010-01-23Updates all IRegionModules to the new style region modules.Revolution1-3/+3
2009-11-26minor: reduce region ready logging verbosityJustin Clark-Casey (justincc)1-5/+4
2009-09-01cleanup.dr scofield (aka dirk husemann)1-1/+0
2009-08-31cleaning up RegionReadyModule:dr scofield (aka dirk husemann)1-24/+44
2009-08-07This is the second part of the 'not crash on regionsize changes'. This le...Teravus Ovares (Dan Olivares)1-1/+1
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-04-15* Make it possible to add a request id to load and save oar requestsJustin Clarke Casey1-5/+5
2009-03-12From: Christopher Yeoh <yeohc@au1.ibm.com>Dr Scofield1-3/+7
2009-02-16cosmetic: adding region name to logging statementDr Scofield1-3/+3
2009-02-13Add copyright headers. Minor formatting cleanup. Fix some compiler warnings...Jeff Ames1-1/+1
2009-02-11From: Christopher Yeoh <yeohc@au1.ibm.com>Dr Scofield1-0/+146