aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite/SQLiteSimulationData.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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