aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLiteLegacy/SQLiteSimulationData.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the SQLite legacy adaptor. This is no longer needed now that the ↵Justin Clark-Casey (justincc)2011-04-071-2274/+0
| | | | | | main adaptor works on Mac OS X. The SQLite legacy adapator was also not at all well maintained, even worse than the mainline sqlite adapator.
* Fix joining land parcels not being stored correctly in SQLite. Thank you to ↵Marck2010-11-231-0/+3
| | | | goetz for the initial patch in Mantis #5230.
* Added creator info across the board -- TaskInventoryItems and InventoryItems ↵Diva Canto2010-11-211-2/+2
| | | | | | themselves. Tested. Seems to be working, main tests pass. Nothing done for IARs or HG transfers yet -- this only works for OARs for the time being. New migration in inventory table in order to make CreatorID varchar(255).
* Updated SQLiteLegacy/SQLiteSimulationData with the same. Is this crap still ↵Diva Canto2010-11-211-2/+2
| | | | used?!?
* Add lsClearWindlightScene() to the lightshare module to remove WL settingsMelanie2010-11-031-0/+3
| | | | from a region and allow normal day cycles to be reestablished
* Changed SceneObjectGroup to store parts with the fast and thread-safe ↵John Hurliman2010-09-161-1/+1
| | | | MapAndArray collection
* * Added ISimulationDataService and IEstateDataServiceJohn Hurliman2010-09-121-0/+9
| | | | | * 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
* 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/+2261