aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Scripting/RegionReadyModule/RegionReadyModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
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