aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Resources/CoreModulePlugin.addin.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Thank you Imaze Rhiano for a patch that implements Cenome Memory Asset Cache ↵Dahlia Trimble2009-06-031-0/+1
| | | | | | | | (Mantis #3759) See the files: bin/config-include/GridCommon.ini.example and bin/config-include/StandaloneCommon.ini.example to configure and enable this caching method.
* revert r9765 due to too many errors on some compilers. Affects Mantis #3759Dahlia Trimble2009-06-031-1/+0
|
* Thank you Imaze Rhiano for a patch that implements Cenome Memory Asset Cache ↵Dahlia Trimble2009-06-021-0/+1
| | | | | | | (Mantis #3759) See the files: bin/config-include/GridCommon.ini.example and bin/config-include/StandaloneCommon.ini.example to configure and enable this caching method.
* Experimental alternative cache module implementation, using ↵diva2009-05-261-0/+1
| | | | GlynnTucker.Cache.dll.
* oops: wrong "path" in addin.xmlDr Scofield2009-05-251-2/+2
|
* converting CapabilitiesModule to new region module schemeDr Scofield2009-05-251-0/+1
|
* converting Chat module and Concierge module to new style region modulesDr Scofield2009-05-221-0/+1
|
* Add a skeleton for the LSLHttpServerMelanie Thielker2009-05-131-0/+1
|
* Correct addin XMLMelanie Thielker2009-05-121-1/+1
|
* Commit the addin XML for the Core Asset CacheMelanie Thielker2009-05-121-0/+1
|
* Plumb the HG asset broker. More naming changes to clarify things. Lots moreMelanie Thielker2009-05-111-0/+1
| | | | | | config options.
* Add the asset service connectors and sample config. READ WARNINGS!!!Melanie Thielker2009-05-091-0/+2
|
* Add the remote user connector skeletonMelanie Thielker2009-05-051-0/+1
|
* Plumb the new server connector logicMelanie Thielker2009-05-051-0/+1
|
* - Moved WorldMapModule and HGWorldMapModule to the new region-module systemHomer Horwitz2009-04-241-0/+2
| | | | | - Cleaned up some whitespace
* - 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...