aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-11-031-0/+3
|\ \ | |/
| * Add lsClearWindlightScene() to the lightshare module to remove WL settingsMelanie2010-11-031-0/+3
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-09-2512-15/+72
|\ \ | |/
| * * One more item for CSharpSqliteTeravus Ovares (Dan Olivares)2010-09-231-3/+10
| * * Add CSharpSqlite to prebuildTeravus Ovares (Dan Olivares)2010-09-2312-12/+62
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-09-171-1/+1
|\ \ | |/
| * Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA...John Hurliman2010-09-161-1/+1
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-09-133-36/+49
|\ \ | |/
| * MergedJohn Hurliman2010-09-122-33/+30
| |\
| | * Formatting cleanup.Jeff Ames2010-09-122-33/+30
| * | * Added ISimulationDataService and IEstateDataServiceJohn Hurliman2010-09-122-0/+18
| |/
| * 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-1/+1
| * Remove "Dwell" support from core and replace it with calls to methodsMelanie Thielker2010-09-051-3/+0
* | Remove "Dwell" support from core and replace it with calls to methodsMelanie Thielker2010-09-051-3/+0
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-09-033-14/+14
|\ \ | |/
| * Fix sqlite migration problems by moving migrations in 019_RegionStore.sql and...Justin Clark-Casey (justincc)2010-09-013-14/+14
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-08-302-0/+16
|\ \ | |/
| * Fix a casting operation to use ToString()Melanie2010-08-301-1/+1
| * Implements parcel media setting persistence and packet / CAPS handlingJonathan Freedman2010-08-302-0/+16
| * Remove parts locking from data classes since these are using a copy of the sc...Justin Clark-Casey (justincc)2010-08-261-6/+3
| * Improve consistency of locking for SOG.m_parts in order to avoid race conditi...Justin Clark-Casey (justincc)2010-08-261-3/+6
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-08-181-1/+1
|\ \ | |/
| * Fix SQLite database plugin for UserAccountData queries with a single word.Marck2010-08-151-1/+1
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-08-062-4/+26
|\ \ | |/
| * get rid of PrimitiveBaseShape.MediaRaw staging postJustin Clark-Casey (justincc)2010-08-031-3/+5
| * relocate serialization code from SQLiteRegionData to MoapModule using load an...Justin Clark-Casey (justincc)2010-07-261-53/+2
| * Put a wrapper around the media texture region serializationJustin Clark-Casey (justincc)2010-07-261-15/+43
| * add missing regionstore migration file for new fields. D'oh!Justin Clark-Casey (justincc)2010-07-261-0/+6
| * fix bug where prim persistence would fail if media had never been setJustin Clark-Casey (justincc)2010-07-261-6/+9
| * fix problem persisting when only one face had a media textureJustin Clark-Casey (justincc)2010-07-261-2/+8
| * Implement media texture persistence over server restarts for sqliteJustin Clark-Casey (justincc)2010-07-261-4/+32
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-07-111-2/+2
|\ \ | |/
| * Hopefully fixes mantis #4852Diva Canto2010-07-081-2/+2
* | Provide the interface for StoreAsset to report success or failureTom Grimshaw2010-06-281-1/+3
|/
* Same patch as before but for SQLite.Diva Canto2010-06-271-0/+8
* * Changed CreatorIDs consistently to varchar(128)Diva Canto2010-06-085-52/+53
* remove estate stuff in sqlite region migrations since this also exists in est...Justin Clark-Casey (justincc)2010-06-041-54/+1
* add sqlite database back to database testsJustin Clark-Casey (justincc)2010-06-041-1/+1
* Fix bug where prim items were not loaded in the new sqlite database handlerJustin Clark-Casey (justincc)2010-06-041-27/+39
* Split migrations for RegionStore and EstateStore (see WARNING!)AlexRa2010-05-232-25/+88
* Removed MySql and SQLite-specific asset test filesAlexRa2010-05-231-64/+0
* All data tests made DBMS-independentAlexRa2010-05-233-195/+0
* Revert one of the previous patches' hunks. The new code looked better, butMelanie2010-05-201-3/+10
* SQLite: CreatorID added (and asset_flags moved) to the migration scriptAlexRa2010-05-191-0/+24
* Added CreatorID to SQLite asset dataAlexRa2010-05-191-15/+27
* A bit of harmless refactoring in SQLiteAssetData.csAlexRa2010-05-191-10/+3
* Migrations for SQLite converted to new formatAlexRa2010-05-1646-709/+828
* Yey for unit tests. The previous commit had a couple of bugs on SQL statement...Diva Canto2010-05-091-1/+1
* * Fixed spamming the assets table with map tiles. The tile image ID is now st...Diva Canto2010-05-094-3/+20