| Commit message (Expand) | Author | Files | Lines |
2008-10-03 | Add the missing bits for the new region-search: | Homer Horwitz | 5 | -0/+97 |
2008-10-03 | * minor: remove warnings (the code cleaners strike again) | Justin Clarke Casey | 1 | -9/+9 |
2008-10-03 | fix the sqlite break. There were two issue here: | Sean Dague | 1 | -1/+2 |
2008-10-03 | Add database persistence for material setting | Melanie Thielker | 4 | -0/+22 |
2008-10-01 | stick a TODO in here about land tests, which really can't be done in | Sean Dague | 1 | -1/+7 |
2008-10-01 | enhance boundary tests for no terrain. Put in a null load | Sean Dague | 1 | -3/+22 |
2008-10-01 | remove tests for inventory | Sean Dague | 1 | -0/+19 |
2008-10-01 | add basic store retrieve prim inventory test. the prim | Sean Dague | 1 | -3/+60 |
2008-10-01 | add delete prim tests. Found and fixed bugs where region | Sean Dague | 3 | -8/+47 |
2008-09-29 | add a test for updating region settings and fix a bug in uuid | Sean Dague | 2 | -1/+21 |
2008-09-29 | * Add missing mssql migration files from http://opensimulator.org/mantis/view... | Justin Clarke Casey | 3 | -0/+76 |
2008-09-29 | * Apply http://opensimulator.org/mantis/view.php?id=2295 | Justin Clarke Casey | 4 | -72/+103 |
2008-09-28 | Mantis#2291. Thank you kindly, StrawberryFride for a patch that solves: | Charles Krinke | 3 | -53/+0 |
2008-09-28 | Update svn properties. Minor formatting cleanup. Fix a compiler warning. F... | Jeff Ames | 1 | -2/+2 |
2008-09-26 | * Patch from JHurliman | Teravus Ovares | 5 | -17/+17 |
2008-09-26 | * minor: remove warnings | Justin Clarke Casey | 4 | -4/+4 |
2008-09-25 | removal of more dead alter table code | Sean Dague | 1 | -39/+2 |
2008-09-24 | light mysql user tests | Sean Dague | 1 | -0/+88 |
2008-09-24 | expose it for real, missed the public keyword | Sean Dague | 1 | -1/+1 |
2008-09-24 | expose MySQLUserData class so that it can be tested | Sean Dague | 1 | -1/+1 |
2008-09-24 | remove configurable table names from the mysql user driver. That | Sean Dague | 1 | -24/+3 |
2008-09-24 | Add persistence of active gestures. This needs an UGAIM update to work. | Homer Horwitz | 4 | -0/+65 |
2008-09-24 | light the mysql region tests | Sean Dague | 1 | -0/+97 |
2008-09-24 | let the asset tests run on MySQL. Interesting difference here, the | Sean Dague | 4 | -4/+102 |
2008-09-24 | remove a bunch of out of date inline ALTER table commands that would only | Sean Dague | 1 | -84/+17 |
2008-09-23 | couple of minor test cleanups to see if this gets us past the bamboo hump | Sean Dague | 5 | -12/+4 |
2008-09-23 | create the first attempted mysql test. This only runs locally if you | Sean Dague | 1 | -8/+19 |
2008-09-23 | remove log4net references, see if that helps fix bamboo | Sean Dague | 1 | -9/+1 |
2008-09-23 | check in stubbing for mysql tests. This is ignored with | Sean Dague | 1 | -0/+74 |
2008-09-21 | * minor: warnings removal | Justin Clarke Casey | 1 | -1/+1 |
2008-09-20 | remove some extraneous debug messages from migrations | Sean Dague | 1 | -2/+0 |
2008-09-19 | Small formatting cleanup, before chi11ken notices. Me bad. | Homer Horwitz | 3 | -20/+39 |
2008-09-19 | add in bits to attempt to enable log4net on these tests to help when debugging | Sean Dague | 3 | -0/+27 |
2008-09-19 | add a region settings test | Sean Dague | 1 | -0/+13 |
2008-09-19 | convert to using proper .net tempfiles, should have done this | Sean Dague | 4 | -4/+13 |
2008-09-18 | Add a db.Dispose before calling Delete on the SQLite database. | Homer Horwitz | 4 | -1/+5 |
2008-09-18 | - Add Dispose method to IRegionDataStore | Homer Horwitz | 8 | -10/+110 |
2008-09-18 | * Updates the SQLite region database to support the same properties that the ... | Teravus Ovares | 3 | -1/+190 |
2008-09-18 | adds support to delete a region completely and offers that | Dr Scofield | 1 | -1/+0 |
2008-09-18 | add some comments and some try blocks around object storage | Sean Dague | 1 | -3/+26 |
2008-09-17 | Adding currentLookAt to useragents table in SQLite. This complements the | Homer Horwitz | 2 | -0/+15 |
2008-09-16 | Added some terrain tests, and found a fun race condition in the sqlite | Sean Dague | 3 | -26/+97 |
2008-09-16 | we can use equals on strings because they are comparible, and | Sean Dague | 1 | -3/+3 |
2008-09-16 | Mantis #904: Thanks jonc, for a patch that adds "useragents" table to | Homer Horwitz | 2 | -67/+84 |
2008-09-16 | add an inventory change test. | Sean Dague | 1 | -0/+19 |
2008-09-15 | Update svn properties, minor formatting cleanup, fix a compiler warning. | Jeff Ames | 1 | -3/+6 |
2008-09-14 | Mantis #2124 | Melanie Thielker | 24 | -1717/+2573 |
2008-09-14 | Thank you kindly, CMickeyb for a patch that: | Charles Krinke | 1 | -0/+6 |
2008-09-13 | * Adds regiondata and estatedata persistence in Sqlite. This commit is actu... | Teravus Ovares | 1 | -0/+3 |
2008-09-13 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 |