aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Simulation/SimulationDataService.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Donation of robust network connectors for estate service, as promised. This ↵Diva Canto2015-01-061-192/+0
| | | | | | allows to have one central database for estates without having to open the MySql port. This is off by default, so not to disturb everyone's existing installations. To use it, see GridCommon.ini.example [EstateDataStore] section and Robust*.ini.example's new additions. Note that I also made things consistent by removing both the EstateDataService and the SimulationService into their own dlls, just like all other services. They really didn't belong in Services.Connectors, since everything in that component is about network connectors to robust backends. We may have too many dlls, and at some point it might not be a bad idea to merge all services into one single dll, since they all have more or less the same dependencies.
* varregion: push TerrainData implementation up and down the database storage ↵Robert Adams2013-11-011-0/+10
| | | | | | | stack. Implement both LoadTerrain and StoreTerrain for all DBs. Move all database blob serialization/deserialization into TerrainData.
* 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