aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/RegionModulesController (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-05Massive tab and trailing space cleanupMelanie Thielker2-10/+10
2016-02-21Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ...Diva Canto1-1/+1
2015-11-13 Add some values to the SimulatorFeatures cap's OpenSimExtras section relativ...UbitUmarov1-0/+2
2015-11-12Move a call to RequestModuleInterface to a new scene callback functionMelanie Thielker1-0/+2
2015-10-18On to 0.8.3!Diva Canto1-1/+1
2015-10-18On to 0.8.3!Diva Canto1-1/+1
2015-08-16Make Setup_XXX=disabled not even load the module at all, rather thanMelanie Thielker1-0/+7
2015-04-29Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8...Diva Canto1-1/+1
2014-12-30Renamed VERSION_NUMBER to VersionNumberDiva Canto1-2/+2
2014-12-30This cleans up versioning. Specifically:Diva Canto1-2/+2
2014-12-30WARNING: BREAKING CHANGES FOR REGION MODULE DEVELOPMENT.Diva Canto3-13/+4
2014-12-29Updated OpenSim-as-addin version from 0.5 to 0.8.1. The addin version number ...Diva Canto1-1/+1
2014-07-02Actually call Close() for shared region modules when the simulator is being s...Justin Clark-Casey (justincc)1-34/+53
2014-06-17Change assembly versions to 0.8.1Justin Clark-Casey (justincc)1-1/+1
2013-10-04Bump OPenSimulator version and assembly versions up to 0.8.0 DevJustin Clark-Casey (justincc)1-1/+1
2013-03-02minor: Log number of region modules loaded from each pluginJustin Clark-Casey (justincc)1-1/+23
2013-02-19Deleted all AssemblyFileVersion directivesDiva Canto1-1/+1
2013-02-05Bump version and assembly version numbers from 0.7.5 to 0.7.6Justin Clark-Casey (justincc)1-1/+1
2013-02-01Revert "Update assembly version numbers"BlueWall1-1/+1
2013-02-01Update assembly version numbersBlueWall1-1/+1
2012-11-13Added a few more AssemblyInfos. (Plus added the one in OptionalModules, which...Diva Canto1-0/+33
2012-11-12Remove any mention of IRegionModule from region names and comments to aidMelanie1-1/+1
2010-12-04refactor some common code in RegionModulesControllerPluginJustin Clark-Casey (justincc)1-55/+45
2010-01-11This fixes the problem that region modules (new style) weren't being recognized.Diva Canto1-9/+13
2009-12-28This is somewhat major-like..... Change the intialization order ofMelanie1-9/+9
2009-10-27* Tweak to region module loading to check for a matching constructor first in...John Hurliman1-6/+7
2009-10-21Really make module port selection work. Implement port setting inMelanie1-4/+29
2009-10-20Cleanup and comment the region module loader. Add support for configuringMelanie1-26/+173
2009-10-16Changing the region module loading foreach loops to typecast things to the IR...John Hurliman1-3/+3
2009-10-16Reverting the previous ugly hack and replacing it with try/catch statements f...John Hurliman1-10/+4
2009-10-16A very ugly and temporary hack to disable the RegionCombinerModule RegionLoad...John Hurliman1-2/+9
2009-10-16Adding noisy debug for nebadonJohn Hurliman1-0/+1
2009-08-10Replace the Replaceable modules nameMelanie1-4/+4
2009-08-06Complete the work on the Replaceable interface logic. From this commit onwardsMelanie1-1/+102
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-04-29* minor: remove some mono compiler warningsJustin Clarke Casey1-1/+1
2009-04-26Remove some debug messages I have forgotten to take out.Homer Horwitz1-2/+0
2009-04-14Add the RegionLoaded(Scene) API to the new region module interface to allowMelanie Thielker1-0/+20
2009-04-13Fix ordering of operations: First initialize everything, then add regionsHomer Horwitz1-0/+6
2009-04-05- Add new RegionModulesControllerPlugin to the application modulesHomer Horwitz2-0/+205