aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-03Add the missing bits for the new region-search:Homer Horwitz5-0/+97
2008-10-03* minor: remove warnings (the code cleaners strike again)Justin Clarke Casey1-9/+9
2008-10-03fix the sqlite break. There were two issue here:Sean Dague1-1/+2
2008-10-03Add database persistence for material settingMelanie Thielker4-0/+22
2008-10-01stick a TODO in here about land tests, which really can't be done inSean Dague1-1/+7
2008-10-01enhance boundary tests for no terrain. Put in a null loadSean Dague1-3/+22
2008-10-01remove tests for inventorySean Dague1-0/+19
2008-10-01add basic store retrieve prim inventory test. the primSean Dague1-3/+60
2008-10-01add delete prim tests. Found and fixed bugs where regionSean Dague3-8/+47
2008-09-29add a test for updating region settings and fix a bug in uuidSean Dague2-1/+21
2008-09-29* Add missing mssql migration files from http://opensimulator.org/mantis/view...Justin Clarke Casey3-0/+76
2008-09-29* Apply http://opensimulator.org/mantis/view.php?id=2295Justin Clarke Casey4-72/+103
2008-09-28Mantis#2291. Thank you kindly, StrawberryFride for a patch that solves:Charles Krinke3-53/+0
2008-09-28Update svn properties. Minor formatting cleanup. Fix a compiler warning. F...Jeff Ames1-2/+2
2008-09-26* Patch from JHurlimanTeravus Ovares5-17/+17
2008-09-26* minor: remove warningsJustin Clarke Casey4-4/+4
2008-09-25removal of more dead alter table codeSean Dague1-39/+2
2008-09-24light mysql user testsSean Dague1-0/+88
2008-09-24expose it for real, missed the public keywordSean Dague1-1/+1
2008-09-24expose MySQLUserData class so that it can be testedSean Dague1-1/+1
2008-09-24remove configurable table names from the mysql user driver. ThatSean Dague1-24/+3
2008-09-24Add persistence of active gestures. This needs an UGAIM update to work.Homer Horwitz4-0/+65
2008-09-24light the mysql region testsSean Dague1-0/+97
2008-09-24let the asset tests run on MySQL. Interesting difference here, theSean Dague4-4/+102
2008-09-24remove a bunch of out of date inline ALTER table commands that would onlySean Dague1-84/+17
2008-09-23couple of minor test cleanups to see if this gets us past the bamboo humpSean Dague5-12/+4
2008-09-23create the first attempted mysql test. This only runs locally if youSean Dague1-8/+19
2008-09-23remove log4net references, see if that helps fix bambooSean Dague1-9/+1
2008-09-23check in stubbing for mysql tests. This is ignored withSean Dague1-0/+74
2008-09-21* minor: warnings removalJustin Clarke Casey1-1/+1
2008-09-20remove some extraneous debug messages from migrationsSean Dague1-2/+0
2008-09-19Small formatting cleanup, before chi11ken notices. Me bad.Homer Horwitz3-20/+39
2008-09-19add in bits to attempt to enable log4net on these tests to help when debuggingSean Dague3-0/+27
2008-09-19add a region settings testSean Dague1-0/+13
2008-09-19convert to using proper .net tempfiles, should have done thisSean Dague4-4/+13
2008-09-18Add a db.Dispose before calling Delete on the SQLite database.Homer Horwitz4-1/+5
2008-09-18- Add Dispose method to IRegionDataStoreHomer Horwitz8-10/+110
2008-09-18* Updates the SQLite region database to support the same properties that the ...Teravus Ovares3-1/+190
2008-09-18adds support to delete a region completely and offers thatDr Scofield1-1/+0
2008-09-18add some comments and some try blocks around object storageSean Dague1-3/+26
2008-09-17Adding currentLookAt to useragents table in SQLite. This complements theHomer Horwitz2-0/+15
2008-09-16Added some terrain tests, and found a fun race condition in the sqliteSean Dague3-26/+97
2008-09-16we can use equals on strings because they are comparible, andSean Dague1-3/+3
2008-09-16Mantis #904: Thanks jonc, for a patch that adds "useragents" table toHomer Horwitz2-67/+84
2008-09-16add an inventory change test.Sean Dague1-0/+19
2008-09-15Update svn properties, minor formatting cleanup, fix a compiler warning.Jeff Ames1-3/+6
2008-09-14Mantis #2124Melanie Thielker24-1717/+2573
2008-09-14Thank you kindly, CMickeyb for a patch that:Charles Krinke1-0/+6
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