aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Simulation/SimulationDataService.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add a skeleton for a name value storage associated with regionsMelanie2012-08-151-0/+14
|
* Environment Module - allows Environment settings for Viewer3 warning: ↵PixelTomsen2012-05-231-0/+16
| | | | | | | | | | | | | includes database region store migrations for mssql, mysql, sqlite enable/disable this module: Cap_EnvironmentSettings = "localhost" (for enable) Cap_EnvironmentSettings = "" (for disable) at ClientStack.LindenCaps section (OpenSimDefaults.ini file) or owerwrite in OpenSim.ini mantis: http://opensimulator.org/mantis/view.php?id=5860 Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
* minor: remove mono compiler warningsJustin Clark-Casey (justincc)2011-01-181-3/+3
|
* Add lsClearWindlightScene() to the lightshare module to remove WL settingsMelanie2010-11-031-0/+4
| | | | from a region and allow normal day cycles to be reestablished
* Allow to place the connection strings and providers for estate and regionMelanie2010-09-141-0/+8
| | | | | in their oqn sections, for those of us who don't want a catch-all DatabaseService section.
* * Added ISimulationDataService and IEstateDataServiceJohn Hurliman2010-09-121-0/+140
* Removed StorageManager * CONFIG CHANGE: There are no more database settings in OpenSim.ini. Check the config-include configuration files for region store and estate store database settings