aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite/SQLiteRegionData.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-11-18Fixed MySQL and SQLite so they will save theSean Dague1-0/+11
2008-11-15Mantis#2552: Thanks idb, for a patch that fixes persistence of physical prims.Homer Horwitz1-2/+1
2008-11-10* refactor: Expose SOG.SetRootPart for outsiders to use rather than setting R...Justin Clarke Casey1-4/+3
2008-10-30- Includes consistency test for new and updated objects, asSean Dague1-13/+4
2008-10-30Mid-work, trying to fix region part insertion and retrievalSean Dague1-8/+34
2008-10-18Megapatch. :) Fix skull attachment editing. Streamline Object terse updates.Melanie Thielker1-0/+7
2008-10-03fix the sqlite break. There were two issue here:Sean Dague1-1/+2
2008-10-03Add database persistence for material settingMelanie Thielker1-0/+6
2008-10-01add delete prim tests. Found and fixed bugs where regionSean Dague1-1/+1
2008-09-29add a test for updating region settings and fix a bug in uuidSean Dague1-1/+1
2008-09-26* Patch from JHurlimanTeravus Ovares1-5/+5
2008-09-24remove a bunch of out of date inline ALTER table commands that would onlySean Dague1-84/+17
2008-09-19Small formatting cleanup, before chi11ken notices. Me bad.Homer Horwitz1-10/+19
2008-09-18- Add Dispose method to IRegionDataStoreHomer Horwitz1-0/+40
2008-09-18* Updates the SQLite region database to support the same properties that the ...Teravus Ovares1-0/+152
2008-09-16Added some terrain tests, and found a fun race condition in the sqliteSean Dague1-15/+15
2008-09-13* Adds regiondata and estatedata persistence in Sqlite. This commit is actu...Teravus Ovares1-0/+3
2008-09-13Formatting cleanup.Jeff Ames1-1/+1
2008-09-13* Fixes SQLite load crash. Teravus Ovares1-2/+3
2008-09-13Add region settings support to SQLite (untested!)Melanie Thielker1-1/+183
2008-09-12* Patch http://opensimulator.org/mantis/view.php?id=2163Justin Clarke Casey1-0/+7
2008-09-10added the first couple of sqlite tests. we'll see how bambooSean Dague1-1/+1
2008-09-10Update svn properties, minor formatting cleanup.Jeff Ames1-2/+2
2008-09-09* Fixes Sqlite crash bug when saving a prim.Teravus Ovares1-1/+6
2008-09-09possible fix for EARTH SHATTERING KABOOM! when trying to save a primSean Dague1-1/+1
2008-09-09fix an automatically stripped out UUID from SQLiteManagerSean Dague1-6/+6
2008-09-09hopefully fix embedded inventory for sqliteSean Dague1-3/+3
2008-09-08Implement proper persistence of the following prim properties:Melanie Thielker1-0/+9
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-64/+64
2008-08-27we are now past change 6000, so getting rid of pre-Migration cruftSean Dague1-222/+0
2008-08-18Formatting cleanup.Jeff Ames1-25/+25
2008-07-25* Remove dumb bug I put in which meant that an archive save would never compl...Justin Clarke Casey1-1/+1
2008-07-23refactor TaskInventoryItem Mask -> Permissions to be consistant with how thingsSean Dague1-10/+10
2008-07-23refactored LandData to use properties, and cleaned up the naming onSean Dague1-69/+69
2008-07-18Introduce a separate connection string for estates, which defaults to the one giMelanie Thielker1-24/+1
2008-07-18Patch #9151Melanie Thielker1-114/+0
2008-07-07change SitTarget calls from functions to propertiesSean Dague1-14/+15
2008-06-29patch and files from mantis #1630, Thanks MelanieMW1-0/+9
2008-06-27last round of warning squashing. calling it a day now.Dr Scofield1-48/+48
2008-06-26Apply patch from bug #1605 -- Documentation for Data/SQLite. Thanks kerunix_...Jeff Ames1-18/+245
2008-06-26Mantis#1595. Thank you, Melanie for a patch that:Charles Krinke1-0/+3
2008-06-21* Persists region banlists across reboots for the sqlite datastore also now.Teravus Ovares1-3/+82
2008-06-21* Adds Region ban capability to Regions. You access this by going to World->...Teravus Ovares1-0/+17
2008-06-20* Handle parcel telehub location corruption gracefully. DBNullTeravus Ovares1-1/+2
2008-06-20* Handle parcel telehub location corruption gracefully. DBNullTeravus Ovares1-6/+15
2008-06-12* minor: Remove and tidy duplicate 'storing object to scene' messages in logJustin Clarke Casey1-1/+1
2008-06-11check in working migration code fore SQLite. This Sean Dague1-136/+150
2008-05-16Formatting cleanup.Jeff Ames1-58/+58
2008-05-07* Fixed some compiler warningsAdam Frisby1-1/+1
2008-05-04* Implemented DIE_AT_EDGE and Temporary objects don't save to the database.Teravus Ovares1-1/+3