Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump OPenSimulator version and assembly versions up to 0.8.0 Dev | Justin Clark-Casey (justincc) | 2013-10-04 | 1 | -1/+1 |
| | |||||
* | minor: Log number of region modules loaded from each plugin | Justin Clark-Casey (justincc) | 2013-03-02 | 1 | -1/+23 |
| | |||||
* | Deleted all AssemblyFileVersion directives | Diva Canto | 2013-02-19 | 1 | -1/+1 |
| | |||||
* | Bump version and assembly version numbers from 0.7.5 to 0.7.6 | Justin Clark-Casey (justincc) | 2013-02-05 | 1 | -1/+1 |
| | | | | | | | | This is mostly Bluewall's work but I am also bumping the general version number OpenSimulator 0.7.5 remains in the release candidate stage. I'm doing this because master is significantly adding things that will not be in 0.7.5 This update should not cause issues with existing external binary DLLs because our DLLs do not have strong names and so the exact version match requirement is not in force. | ||||
* | Added a few more AssemblyInfos. (Plus added the one in OptionalModules, ↵ | Diva Canto | 2012-11-13 | 1 | -0/+33 |
| | | | | which had been forgotten.) | ||||
* | Remove any mention of IRegionModule from region names and comments to aid | Melanie | 2012-11-12 | 1 | -1/+1 |
| | | | | grepping for remaining uses | ||||
* | refactor some common code in RegionModulesControllerPlugin | Justin Clark-Casey (justincc) | 2010-12-04 | 1 | -55/+45 |
| | | | | also some minor doc changes in BareBonesNonSharedModule | ||||
* | This fixes the problem that region modules (new style) weren't being recognized. | Diva Canto | 2010-01-11 | 1 | -9/+13 |
| | |||||
* | This is somewhat major-like..... Change the intialization order of | Melanie | 2009-12-28 | 1 | -9/+9 |
| | | | | | | | Application plugins so that MainServer.Instance gets assigned before RegionModulesController loads the new style shared modules. This is needed because otherwise no new style shared module could register a HTTP method.... if it breaks, you get to keep both pieces | ||||
* | * Tweak to region module loading to check for a matching constructor first ↵ | John Hurliman | 2009-10-27 | 1 | -6/+7 |
| | | | | | | | instead of throwing and catching exceptions * Commenting out the MySQL startup sequence that cleans out dropped attachments under the advice that it is no longer relevant. If anything, it could be brought back as a database cleanup console command * Updated to the latest libomv 0.8.0-pre. UUID.TryParse() will no longer throw and catch exceptions for most failed UUID parses | ||||
* | Really make module port selection work. Implement port setting in | Melanie | 2009-10-21 | 1 | -4/+29 |
| | | | | LLProxyLoginModule. | ||||
* | Cleanup and comment the region module loader. Add support for configuring | Melanie | 2009-10-20 | 1 | -26/+173 |
| | | | | | | a server port to use for modules in a generic way and also add support for disabling modules that don't support proper disabling. Add support for selective loading by class name (advanced users only) | ||||
* | Replace the Replaceable modules name | Melanie | 2009-08-10 | 1 | -4/+4 |
| | |||||
* | Complete the work on the Replaceable interface logic. From this commit onwards | Melanie | 2009-08-06 | 1 | -1/+102 |
| | | | | | the mere presence of a full version of a replaceable module will cause the replaceable module in core to be deactivated. | ||||
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
| | | | | LICENSE.txt. | ||||
* | * minor: remove some mono compiler warnings | Justin Clarke Casey | 2009-04-29 | 1 | -1/+1 |
| | |||||
* | Remove some debug messages I have forgotten to take out. | Homer Horwitz | 2009-04-26 | 1 | -2/+0 |
| | |||||
* | Add the RegionLoaded(Scene) API to the new region module interface to allow | Melanie Thielker | 2009-04-14 | 1 | -0/+20 |
| | | | | | | | region modules to use another region module's interfaces and events in a scene context | ||||
* | Fix ordering of operations: First initialize everything, then add regions | Homer Horwitz | 2009-04-13 | 1 | -0/+6 |
| | |||||
* | - Add new RegionModulesControllerPlugin to the application modules | Homer Horwitz | 2009-04-05 | 2 | -0/+205 |
- Change several classes to use the new plugin for handling of region-modules (NOTE: No regionmodule is using this yet) - Add necessary prebuild parts (don't forget to runprebuild) Attention: Work in progress. This shouldn't break anything, but you never know... |