aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Scripting/RegionReadyModule/RegionReadyModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug where region ready would be triggered a second time if a script was ↵Justin Clark-Casey (justincc)2012-07-181-30/+23
| | | | | | rezzed on a previously script-free region. There is no need to listen for OnRezScript in RegionReadyModule since OnEmptyScriptCompileQueue will only fire if scripts were compiled.
* Establish EventManager.OnRegionReady event. This will only be triggerred ↵Justin Clark-Casey (justincc)2012-07-181-0/+2
| | | | | | once when the region is ready. Switch MapImageServiceModule to use this.
* Pass entire scene object in OnLoginsEnabled event rather than just the ↵Justin Clark-Casey (justincc)2012-07-181-8/+16
| | | | | | region name. This saves listeners from having to re-retrieve the scene from their own lists, which won't work anyway if multiple regions with the same name have been allowed
* Only listen to LoginsEnabled event in RegionReadyModule if it has been asked ↵Justin Clark-Casey (justincc)2012-07-181-26/+22
| | | | to disable logins until all scripts have been compiled
* minor: rearrange INITIALIZATION COMPLETE log message so that it's clear init ↵Justin Clark-Casey (justincc)2012-07-071-3/+2
| | | | is only complete for a particular region at a time
* minor: Get RegionReady module to shout initialization complete status to ↵Justin Clark-Casey (justincc)2012-07-071-1/+3
| | | | draw the eye
* RegionReady loggingBlueWall2012-03-221-10/+5
| | | | Some maintenance to clean up logging messages
* Remove some debugging output form the loggerBlueWall2012-02-161-2/+4
|
* RegionReady:BlueWall2012-01-181-1/+5
| | | | Back out some of the oar monitoring for the time being. Need to find a better way to get feedback. Will re-visit this soon.
* protect the region ready alerts for loading oarfiles if no post URI is setMic Bowman2012-01-141-2/+5
|
* Update RegionReadyModuleBlueWall2012-01-131-6/+51
| | | | Fix triggering of alerts when rezzing first script to an empty region, add login disable when loading oars.
* Get OdeScene to use passed in time step rather than hard-coded 0.089Justin Clark-Casey (justincc)2011-10-201-1/+1
| | | | However, I still don't recommend changing MinFrameTime from 0.089, high values do not work well and lower values don't seem to make much difference
* Add "shutdown" message to RegionReadyBlueWall2011-08-151-0/+5
| | | | | | Add "shutdown" message when removing region. From a patch submitted by Michelle Argus. Thanks Michelle
* RegionReady Module:BlueWall2011-06-241-0/+2
| | | | Add notification to neighbors when logins are enabled.
* Adding an event to signal that logins are enabledBlueWall2011-05-281-11/+76
| | | | Added an event to signal the eabling of logins and added an alert to send to a configured service.
* Add option to disable loginsBlueWall2011-05-281-1/+24
| | | | This just covers script loading for now. More to come.
* Make console backup command do a forced backup rather than non-forcedJustin Clark-Casey (justincc)2010-09-061-1/+1
| | | | Remove no-arg backup method for simplicity as it only make sense to call non-forced backup internally
* Fix a nullref in EventManager caused by RegionReady not setting the sceneMelanie Thielker2010-05-301-0/+1
|
* minor: reduce region ready logging verbosityJustin Clark-Casey (justincc)2009-11-261-5/+4
|
* cleanup.dr scofield (aka dirk husemann)2009-09-011-1/+0
|
* cleaning up RegionReadyModule:dr scofield (aka dirk husemann)2009-08-311-0/+170
- wrong namespace - converted to "new" region module