aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Resources/CoreModulePlugin.addin.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Moved TerrainModule to the new region-module system.Homer Horwitz2009-04-131-1/+1
| | | | | | - Fixed some locking issues. Either lock, or don't (if you don't have to). Only locking access half of the time won't work reliably. - Had to adapt test helpers that use the "old" IRegionModule. TerrainModule isn't one anymore.
* Ouch. Remove some test left over from r9013, which broke startupHomer Horwitz2009-04-051-2/+1
|
* - Add new RegionModulesControllerPlugin to the application modulesHomer Horwitz2009-04-051-0/+20
- 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...