aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Resources/CoreModulePlugin.addin.xml (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-05-25converting CapabilitiesModule to new region module schemeDr Scofield1-0/+1
2009-05-22converting Chat module and Concierge module to new style region modulesDr Scofield1-0/+1
2009-05-13Add a skeleton for the LSLHttpServerMelanie Thielker1-0/+1
2009-05-12Correct addin XMLMelanie Thielker1-1/+1
2009-05-12Commit the addin XML for the Core Asset CacheMelanie Thielker1-0/+1
2009-05-11Plumb the HG asset broker. More naming changes to clarify things. Lots moreMelanie Thielker1-0/+1
config options.
2009-05-09Add the asset service connectors and sample config. READ WARNINGS!!!Melanie Thielker1-0/+2
2009-05-05Add the remote user connector skeletonMelanie Thielker1-0/+1
2009-05-05Plumb the new server connector logicMelanie Thielker1-0/+1
2009-04-24- Moved WorldMapModule and HGWorldMapModule to the new region-module systemHomer Horwitz1-0/+2
- Cleaned up some whitespace
2009-04-13- Moved TerrainModule to the new region-module system.Homer Horwitz1-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.
2009-04-05Ouch. Remove some test left over from r9013, which broke startupHomer Horwitz1-2/+1
2009-04-05- Add new RegionModulesControllerPlugin to the application modulesHomer Horwitz1-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...