aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces/IRegionModuleBase.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add the RegionLoaded(Scene) API to the new region module interface to allowMelanie Thielker2009-04-141-0/+13
| | | | | | | region modules to use another region module's interfaces and events in a scene context
* - Add new RegionModulesControllerPlugin to the application modulesHomer Horwitz2009-04-051-0/+76
- 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...