aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite/SQLiteSimulationData.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-18/+140
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-72/+111
* SQLite DB: some values of land data will be not saved / loadedPixelTomsen2012-10-211-5/+20
* Add a skeleton for a name value storage associated with regionsMelanie2012-08-151-0/+12
* Environment Module - allows Environment settings for Viewer3 warning: include...PixelTomsen2012-05-231-1/+100
* Use correct casing of RegionSettings.Sandbox in the various database modules.Justin Clark-Casey (justincc)2012-02-291-1/+1
* Add 64 bit Windows sqlite3.dll and use this if running a 64-bit windows process.Justin Clark-Casey (justincc)2012-02-211-0/+3
* Parcel sales support to SQLiteBlueWall2012-02-171-0/+3
* Fillin missing SQLite support for TelehubsBlueWall2012-02-171-0/+102
* Fix: Lightshare Module(Windlight)-Region settings are not applicable for data...PixelTomsen2012-02-141-305/+622
* Fix: Covenant changed time not set http://opensimulator.org/mantis/view.php?i...PixelTomsen2012-02-031-0/+3
* Replace ParcelAccessEntry with a new struct, LandAccessEntry, which moreMelanie2012-02-021-6/+6
* refactor: Pull up Assembly of the SQLite classes as a protected property, so ...Marck2011-07-161-2/+6
* In SQLiteSimulationData.RemoveLandObject(), don't manually remove the row fro...Justin Clark-Casey (justincc)2011-02-111-6/+0
* Fix joining land parcels not being stored correctly in SQLite. Thank you to g...Marck2010-11-231-0/+3
* Added creator info across the board -- TaskInventoryItems and InventoryItems ...Diva Canto2010-11-211-2/+2
* Updated SQLite/SQLiteSimulationData to use SOP.CreatorInformation instead of ...Diva Canto2010-11-211-2/+2
* Add lsClearWindlightScene() to the lightshare module to remove WL settingsMelanie2010-11-031-0/+3
* * Add CSharpSqlite to prebuildTeravus Ovares (Dan Olivares)2010-09-231-1/+5
* Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA...John Hurliman2010-09-161-1/+1
* MergedJohn Hurliman2010-09-121-30/+27
|\
| * Formatting cleanup.Jeff Ames2010-09-121-30/+27
* | * Added ISimulationDataService and IEstateDataServiceJohn Hurliman2010-09-121-0/+9
|/
* Changed all string references of "IRegionDataStore" to "ISimulationDataStore"John Hurliman2010-09-111-2/+0
* Fixed the naming mess around data connectors for simulation dataJohn Hurliman2010-09-111-0/+2355