aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | More on HG Friends. Added Delete(string, string) across the board. Added secu...Diva Canto2011-05-221-0/+5
* | | | | | | | | | | | | | | | | | Fixed permissions bug related to friends in PermissionsModule. Added FriendsD...Diva Canto2011-05-211-1/+6
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Allow item links to be deleted even when other deletes and purges are disabled.Justin Clark-Casey (justincc)2011-05-192-6/+32
* | | | | | | | | | | | | | | | | Accidentally committed too earlyJustin Clark-Casey (justincc)2011-05-182-32/+6
* | | | | | | | | | | | | | | | | Allow item links to be deleted even when other deletes and purges are disabled.Justin Clark-Casey (justincc)2011-05-172-6/+32
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | minor: remove mono compiler warningsJustin Clark-Casey (justincc)2011-05-062-4/+2
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Make the "All Estates" option work from the client (this makes chosen changes...Justin Clark-Casey (justincc)2011-04-051-0/+22
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | On initial region registration, if the user chooses the option to make the re...Justin Clark-Casey (justincc)2011-03-211-0/+32
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | 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-212-4/+4
* | | | | | | | | | | 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
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | * 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
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA...John Hurliman2010-09-161-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | 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
| |_|_|_|_|/ |/| | | | |
* | | | | | Fix sqlite migration problems by moving migrations in 019_RegionStore.sql and...Justin Clark-Casey (justincc)2010-09-013-14/+14
| |_|_|_|/ |/| | | |
* | | | | 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
| |_|_|/ |/| | |
* | | | Fix SQLite database plugin for UserAccountData queries with a single word.Marck2010-08-151-1/+1
| |_|/ |/| |
* | | 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
| |/ |/|
* | Hopefully fixes mantis #4852Diva Canto2010-07-081-2/+2
|/
* 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