Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't inform neighbours that we are up twice. | onefang | 2019-08-04 | 1 | -3/+4 |
| | |||||
* | Better sim startup console notification. | onefang | 2019-05-19 | 1 | -2/+6 |
| | |||||
* | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 2019-05-19 | 1 | -17/+21 |
| | |||||
* | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 2016-11-03 | 1 | -5/+14 |
| | |||||
* | All optional modules' directives moved out of addin.xml | Diva Canto | 2012-11-13 | 1 | -0/+2 |
| | |||||
* | Revert "Added request.Proxy=null everywhere, as discussed in ↵ | Diva Canto | 2012-09-30 | 1 | -1/+0 |
| | | | | | | | | http://stackoverflow.com/questions/2519655/httpwebrequest-is-extremely-slow." But the patch is here, in case anyone wants to try it. This reverts commit 531edd51d82ecd6a842a2611c99e9919634491ef. | ||||
* | Added request.Proxy=null everywhere, as discussed in ↵ | Diva Canto | 2012-09-30 | 1 | -0/+1 |
| | | | | | | http://stackoverflow.com/questions/2519655/httpwebrequest-is-extremely-slow. Thanks R.Gunther (rigun@rigutech.nl) https://lists.berlios.de/pipermail/opensim-users/2012-September/010986.html | ||||
* | Support multi-region OAR files | Oren Hurvitz | 2012-09-14 | 1 | -1/+1 |
| | | | | Merged ArchiveWriteRequestPreparation.cs and ArchiveWriteRequestExecution.cs. This simplifies the code, and it's faster to write each scene to the archive as it's found rather than all at once at the end. | ||||
* | Make SceneManager.OnRegionsReadyStatusChange event available. | Justin Clark-Casey (justincc) | 2012-07-25 | 1 | -1/+1 |
| | | | | | This is fired when all regions are ready or when at least one region becomes not ready. Recently added EventManager.OnRegionReady becomes OnRegionReadyStatusChange to match OnLoginsEnabledStatusChange | ||||
* | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 2012-07-19 | 1 | -2/+0 |
| | |||||
* | Add EventManager.OnRegionLoginsStatusChange fired whenever logins are ↵ | Justin Clark-Casey (justincc) | 2012-07-19 | 1 | -3/+1 |
| | | | | | | | enabled or disabled at any point, not just during initial startup. This replaces EventManager.OnLoginsEnabled which only fired when logins were first enabled and was affected by a bug where it would never fire if the region started with logins disabled. | ||||
* | Perform other region ready actions even if simulator is configured to leave ↵ | Justin Clark-Casey (justincc) | 2012-07-18 | 1 | -26/+19 |
| | | | | logins disabled on startup. | ||||
* | Fix bug where region ready would be triggered a second time if a script was ↵ | Justin Clark-Casey (justincc) | 2012-07-18 | 1 | -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-18 | 1 | -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-18 | 1 | -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-18 | 1 | -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-07 | 1 | -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-07 | 1 | -1/+3 |
| | | | | draw the eye | ||||
* | RegionReady logging | BlueWall | 2012-03-22 | 1 | -10/+5 |
| | | | | Some maintenance to clean up logging messages | ||||
* | Remove some debugging output form the logger | BlueWall | 2012-02-16 | 1 | -2/+4 |
| | |||||
* | RegionReady: | BlueWall | 2012-01-18 | 1 | -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 set | Mic Bowman | 2012-01-14 | 1 | -2/+5 |
| | |||||
* | Update RegionReadyModule | BlueWall | 2012-01-13 | 1 | -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.089 | Justin Clark-Casey (justincc) | 2011-10-20 | 1 | -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 RegionReady | BlueWall | 2011-08-15 | 1 | -0/+5 |
| | | | | | | Add "shutdown" message when removing region. From a patch submitted by Michelle Argus. Thanks Michelle | ||||
* | RegionReady Module: | BlueWall | 2011-06-24 | 1 | -0/+2 |
| | | | | Add notification to neighbors when logins are enabled. | ||||
* | Adding an event to signal that logins are enabled | BlueWall | 2011-05-28 | 1 | -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 logins | BlueWall | 2011-05-28 | 1 | -1/+24 |
| | | | | This just covers script loading for now. More to come. | ||||
* | Make console backup command do a forced backup rather than non-forced | Justin Clark-Casey (justincc) | 2010-09-06 | 1 | -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 scene | Melanie Thielker | 2010-05-30 | 1 | -0/+1 |
| | |||||
* | minor: reduce region ready logging verbosity | Justin Clark-Casey (justincc) | 2009-11-26 | 1 | -5/+4 |
| | |||||
* | cleanup. | dr scofield (aka dirk husemann) | 2009-09-01 | 1 | -1/+0 |
| | |||||
* | cleaning up RegionReadyModule: | dr scofield (aka dirk husemann) | 2009-08-31 | 1 | -0/+170 |
- wrong namespace - converted to "new" region module |