aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite/SQLiteRegionData.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Add database persistence for material settingMelanie Thielker2008-10-031-0/+6
* add delete prim tests. Found and fixed bugs where regionSean Dague2008-10-011-1/+1
* add a test for updating region settings and fix a bug in uuidSean Dague2008-09-291-1/+1
* * Patch from JHurlimanTeravus Ovares2008-09-261-5/+5
* remove a bunch of out of date inline ALTER table commands that would onlySean Dague2008-09-241-84/+17
* Small formatting cleanup, before chi11ken notices. Me bad.Homer Horwitz2008-09-191-10/+19
* - Add Dispose method to IRegionDataStoreHomer Horwitz2008-09-181-0/+40
* * Updates the SQLite region database to support the same properties that the ...Teravus Ovares2008-09-181-0/+152
* Added some terrain tests, and found a fun race condition in the sqliteSean Dague2008-09-161-15/+15
* * Adds regiondata and estatedata persistence in Sqlite. This commit is actu...Teravus Ovares2008-09-131-0/+3
* Formatting cleanup.Jeff Ames2008-09-131-1/+1
* * Fixes SQLite load crash. Teravus Ovares2008-09-131-2/+3
* Add region settings support to SQLite (untested!)Melanie Thielker2008-09-131-1/+183
* * Patch http://opensimulator.org/mantis/view.php?id=2163Justin Clarke Casey2008-09-121-0/+7
* added the first couple of sqlite tests. we'll see how bambooSean Dague2008-09-101-1/+1
* Update svn properties, minor formatting cleanup.Jeff Ames2008-09-101-2/+2
* * Fixes Sqlite crash bug when saving a prim.Teravus Ovares2008-09-091-1/+6
* possible fix for EARTH SHATTERING KABOOM! when trying to save a primSean Dague2008-09-091-1/+1
* fix an automatically stripped out UUID from SQLiteManagerSean Dague2008-09-091-6/+6
* hopefully fix embedded inventory for sqliteSean Dague2008-09-091-3/+3
* Implement proper persistence of the following prim properties:Melanie Thielker2008-09-081-0/+9
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-64/+64
* we are now past change 6000, so getting rid of pre-Migration cruftSean Dague2008-08-271-222/+0
* Formatting cleanup.Jeff Ames2008-08-181-25/+25
* * Remove dumb bug I put in which meant that an archive save would never compl...Justin Clarke Casey2008-07-251-1/+1
* refactor TaskInventoryItem Mask -> Permissions to be consistant with how thingsSean Dague2008-07-231-10/+10
* refactored LandData to use properties, and cleaned up the naming onSean Dague2008-07-231-69/+69
* Introduce a separate connection string for estates, which defaults to the one giMelanie Thielker2008-07-181-24/+1
* Patch #9151Melanie Thielker2008-07-181-114/+0
* change SitTarget calls from functions to propertiesSean Dague2008-07-071-14/+15
* patch and files from mantis #1630, Thanks MelanieMW2008-06-291-0/+9
* last round of warning squashing. calling it a day now.Dr Scofield2008-06-271-48/+48
* Apply patch from bug #1605 -- Documentation for Data/SQLite. Thanks kerunix_...Jeff Ames2008-06-261-18/+245
* Mantis#1595. Thank you, Melanie for a patch that:Charles Krinke2008-06-261-0/+3
* * Persists region banlists across reboots for the sqlite datastore also now.Teravus Ovares2008-06-211-3/+82
* * Adds Region ban capability to Regions. You access this by going to World->...Teravus Ovares2008-06-211-0/+17
* * Handle parcel telehub location corruption gracefully. DBNullTeravus Ovares2008-06-201-1/+2
* * Handle parcel telehub location corruption gracefully. DBNullTeravus Ovares2008-06-201-6/+15
* * minor: Remove and tidy duplicate 'storing object to scene' messages in logJustin Clarke Casey2008-06-121-1/+1
* check in working migration code fore SQLite. This Sean Dague2008-06-111-136/+150
* Formatting cleanup.Jeff Ames2008-05-161-58/+58
* * Fixed some compiler warningsAdam Frisby2008-05-071-1/+1
* * Implemented DIE_AT_EDGE and Temporary objects don't save to the database.Teravus Ovares2008-05-041-1/+3
* * Thanks to Mic Bowman for inspiring me to look at that we are still using AS...Adam Frisby2008-05-011-16/+0
* * Breaking all the code, breaking all the code..!Adam Frisby2008-05-011-4/+4
* * In ur code. Making it static.Adam Frisby2008-05-011-17/+17
* * Assorted spring cleanings.Adam Frisby2008-05-011-2/+3
* * Align new fields upgrade sql to have the same 'not null' and default settin...Justin Clarke Casey2008-05-011-28/+28
* * Whoops, SQLite land data malfunction. Fixed. Teravus Ovares2008-05-011-1/+2
* * Adds the AuthbuyerID field to sqlite and makes use of it.Teravus Ovares2008-04-301-0/+34