aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces/ISimulationDataStore.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* varregion: push TerrainData implementation up and down the database storage ↵Robert Adams2013-11-011-0/+9
| | | | | | | stack. Implement both LoadTerrain and StoreTerrain for all DBs. Move all database blob serialization/deserialization into TerrainData.
* varregion: plug in TerrainData class and modify TerrainModule and ↵Robert Adams2013-10-071-20/+0
| | | | LLClientView to use same. This passes a terrain info class around rather than passing a one dimensional array thus allowing variable regions. Update the database storage for variable region sizes. This should be downward compatible (same format for 256x256 regions).
* varregion: serious rework of TerrainChannel:Robert Adams2013-09-281-20/+20
| | | | | | | | | -- addition of varaible region size in X and Y -- internal storage of heightmap changed from double[] to short[] -- helper routines for handling internal structure while keeping existing API -- to and from XML that adds region size information (for downward compatibility, output in the legacy XML format if X and Y are 256) Updated and commented Constants.RegionSize but didn't change the name for compatibility.
* Remove time based terrain storage in SQLite so revision number can be usedRobert Adams2013-09-281-0/+21
| | | | | | | to denote terrain format revision. Add terrain DB format revision codes to ISimulationDataStore.cs. Setup so legacy compatible terrain storage and fetch is possible while allowing future format extensions.
* Add a skeleton for a name value storage associated with regionsMelanie2012-08-151-0/+6
|
* Environment Module - allows Environment settings for Viewer3 warning: ↵PixelTomsen2012-05-231-0/+20
| | | | | | | | | | | | | 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>
* Add lsClearWindlightScene() to the lightshare module to remove WL settingsMelanie2010-11-031-0/+1
| | | | from a region and allow normal day cycles to be reestablished
* Fixed the naming mess around data connectors for simulation dataJohn Hurliman2010-09-111-0/+111