| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the missing bits for the new region-search: | Homer Horwitz | 2008-10-03 | 1 | -0/+12 |
* | fix the sqlite break. There were two issue here: | Sean Dague | 2008-10-03 | 1 | -1/+2 |
* | Add database persistence for material setting | Melanie Thielker | 2008-10-03 | 2 | -0/+11 |
* | add delete prim tests. Found and fixed bugs where region | Sean Dague | 2008-10-01 | 1 | -1/+1 |
* | add a test for updating region settings and fix a bug in uuid | Sean Dague | 2008-09-29 | 1 | -1/+1 |
* | * Patch from JHurliman | Teravus Ovares | 2008-09-26 | 2 | -11/+11 |
* | Add persistence of active gestures. This needs an UGAIM update to work. | Homer Horwitz | 2008-09-24 | 1 | -0/+19 |
* | remove a bunch of out of date inline ALTER table commands that would only | Sean Dague | 2008-09-24 | 1 | -84/+17 |
* | couple of minor test cleanups to see if this gets us past the bamboo hump | Sean Dague | 2008-09-23 | 1 | -8/+0 |
* | Small formatting cleanup, before chi11ken notices. Me bad. | Homer Horwitz | 2008-09-19 | 3 | -20/+39 |
* | convert to using proper .net tempfiles, should have done this | Sean Dague | 2008-09-19 | 4 | -4/+13 |
* | Add a db.Dispose before calling Delete on the SQLite database. | Homer Horwitz | 2008-09-18 | 4 | -1/+5 |
* | - Add Dispose method to IRegionDataStore | Homer Horwitz | 2008-09-18 | 4 | -10/+97 |
* | * Updates the SQLite region database to support the same properties that the ... | Teravus Ovares | 2008-09-18 | 2 | -0/+180 |
* | Adding currentLookAt to useragents table in SQLite. This complements the | Homer Horwitz | 2008-09-17 | 2 | -0/+15 |
* | Added some terrain tests, and found a fun race condition in the sqlite | Sean Dague | 2008-09-16 | 2 | -16/+16 |
* | Mantis #904: Thanks jonc, for a patch that adds "useragents" table to | Homer Horwitz | 2008-09-16 | 2 | -67/+84 |
* | Update svn properties, minor formatting cleanup, fix a compiler warning. | Jeff Ames | 2008-09-15 | 1 | -3/+6 |
* | Mantis #2124 | Melanie Thielker | 2008-09-14 | 1 | -0/+19 |
* | * Adds regiondata and estatedata persistence in Sqlite. This commit is actu... | Teravus Ovares | 2008-09-13 | 1 | -0/+3 |
* | Formatting cleanup. | Jeff Ames | 2008-09-13 | 1 | -1/+1 |
* | * Fixes SQLite load crash. | Teravus Ovares | 2008-09-13 | 1 | -2/+3 |
* | Add region settings support to SQLite (untested!) | Melanie Thielker | 2008-09-13 | 1 | -1/+183 |
* | wrap log4net configure in try block so that it will run if you don't have a | Sean Dague | 2008-09-13 | 1 | -1/+5 |
* | 2 more InventoryItem tests, plus see if I can leave the log4net | Sean Dague | 2008-09-13 | 1 | -0/+2 |
* | * Patch http://opensimulator.org/mantis/view.php?id=2163 | Justin Clarke Casey | 2008-09-12 | 2 | -0/+12 |
* | move the actual [Test] methods for databases to OpenSim.Data.Tests | Sean Dague | 2008-09-12 | 3 | -167/+9 |
* | be more clever and move the bulk of the db tests for inventory into | Sean Dague | 2008-09-12 | 1 | -140/+3 |
* | more inventory folder tests | Sean Dague | 2008-09-11 | 1 | -10/+55 |
* | add some folder create and list tests | Sean Dague | 2008-09-11 | 1 | -1/+40 |
* | added simple add / exists folder check | Sean Dague | 2008-09-11 | 1 | -0/+41 |
* | add a few more SQLite Asset tests. | Sean Dague | 2008-09-11 | 1 | -3/+31 |
* | added very basic stubs for User and Inventory db creates and empty | Sean Dague | 2008-09-10 | 2 | -0/+146 |
* | fix typo in name of test db | Sean Dague | 2008-09-10 | 1 | -1/+1 |
* | add basic sniff tests for SQLite Asset store. Initializes a db, | Sean Dague | 2008-09-10 | 1 | -0/+91 |
* | add a simple update attribute test for SOG & SQLite | Sean Dague | 2008-09-10 | 1 | -2/+22 |
* | added in a few more tests | Sean Dague | 2008-09-10 | 1 | -6/+40 |
* | the explicit log4net configure attempt was maybe breaking bamboo, get | Sean Dague | 2008-09-10 | 1 | -4/+0 |
* | added the first couple of sqlite tests. we'll see how bamboo | Sean Dague | 2008-09-10 | 2 | -2/+53 |
* | add shell for SQLite testing. No tests yet. | Sean Dague | 2008-09-10 | 1 | -0/+49 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-09-10 | 1 | -2/+2 |
* | * Fixes Sqlite crash bug when saving a prim. | Teravus Ovares | 2008-09-09 | 1 | -1/+6 |
* | possible fix for EARTH SHATTERING KABOOM! when trying to save a prim | Sean Dague | 2008-09-09 | 1 | -1/+1 |
* | fix an automatically stripped out UUID from SQLiteManager | Sean Dague | 2008-09-09 | 2 | -7/+7 |
* | hopefully fix embedded inventory for sqlite | Sean Dague | 2008-09-09 | 1 | -3/+3 |
* | Update svn properties, formatting cleanup. | Jeff Ames | 2008-09-09 | 1 | -1/+1 |
* | Implement proper persistence of the following prim properties: | Melanie Thielker | 2008-09-08 | 2 | -0/+17 |
* | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 2008-09-06 | 7 | -163/+163 |
* | Fix for Bug #2065: New check out crashes on sqlite migration | Sean Dague | 2008-08-28 | 1 | -0/+1 |
* | cleaning out cruft from pre-Migration days | Sean Dague | 2008-08-27 | 1 | -103/+1 |