| Commit message (Expand) | Author | Age | Files | Lines |
* | Update svn properties. | Jeff Ames | 2009-05-20 | 1 | -5/+5 |
* | Thank you kindly, StrawberryFride, for a patch that: | Charles Krinke | 2009-05-17 | 5 | -155/+168 |
* | Update svn properties. | Jeff Ames | 2009-05-17 | 1 | -5/+5 |
* | * Change default sqlite asset db back to Asset.db instead of AssetStorage.db | Justin Clarke Casey | 2009-05-15 | 1 | -2/+2 |
* | Thank you kindly, Patnad, for a patch that: | Charles Krinke | 2009-05-12 | 4 | -5/+30 |
* | WARNING: contains migration | Sean Dague | 2009-05-08 | 1 | -0/+7 |
* | now that creatorID is no longer a strict UUID, and the column can still be NULL, | Sean Dague | 2009-05-08 | 1 | -1/+10 |
* | * Consistently used dashed uuid format for mysql region data, as is done for ... | Justin Clarke Casey | 2009-05-07 | 2 | -29/+105 |
* | * Consistently use dashed uuid format for sqlite region data, as was previous... | Justin Clarke Casey | 2009-05-07 | 2 | -38/+114 |
* | * minor: remove some mono compiler warnings | Justin Clarke Casey | 2009-04-29 | 1 | -5/+0 |
* | Thanks, Ewe Loon for a patch that | Homer Horwitz | 2009-04-25 | 2 | -15/+278 |
* | silly C# not letting me use a File.Exists test for a directory. Don't | Sean Dague | 2009-04-24 | 5 | -5/+5 |
* | change power linux detection method, the previous method only worked | Sean Dague | 2009-04-24 | 5 | -10/+10 |
* | * Allow interested user data plugins to store temporary user profiles | Justin Clarke Casey | 2009-04-23 | 2 | -2/+15 |
* | * Resolve http://opensimulator.org/mantis/view.php?id=3509 by putting some se... | Justin Clarke Casey | 2009-04-22 | 1 | -1/+2 |
* | * Allow plugins to play nicely in UserManagerBase | Justin Clarke Casey | 2009-04-22 | 1 | -1/+1 |
* | add if exists to the drop table | Sean Dague | 2009-04-22 | 2 | -30/+30 |
* | add cleardb to estate tests | Sean Dague | 2009-04-22 | 1 | -16/+24 |
* | ensure we've got a clean data environment prior to running the region | Sean Dague | 2009-04-22 | 1 | -17/+24 |
* | * Fission OGS1UserServices into user service and OGS1 user data plugin compon... | Justin Clarke Casey | 2009-04-22 | 2 | -2/+12 |
* | make the asserts spit out messages about their test names | Sean Dague | 2009-04-13 | 5 | -378/+378 |
* | * Some more experimental work on distributed assets. Nothing hotwired yet. | lbsa71 | 2009-04-13 | 5 | -59/+70 |
* | * Apply http://opensimulator.org/mantis/view.php?id=3439 | Justin Clarke Casey | 2009-04-10 | 3 | -11/+11 |
* | * minor: correct some documentation in SQLiteAssetData.cs | Justin Clarke Casey | 2009-04-09 | 1 | -8/+2 |
* | * Change SQLite asset UUID to dashed format to be consistent | Justin Clarke Casey | 2009-04-09 | 2 | -6/+13 |
* | * Change UUIDs in SQLite user db to dashed format to match representations el... | Justin Clarke Casey | 2009-04-09 | 3 | -11/+22 |
* | * Improve inventory uuid conversions to make sure that we aren't converting a... | Justin Clarke Casey | 2009-04-09 | 2 | -9/+30 |
* | * Migrate UUID representations in SQLite inventory store to dashed format | Justin Clarke Casey | 2009-04-09 | 2 | -28/+42 |
* | * Moved the DatabaseTestAttribute to Test.Common, and thus included ref to th... | lbsa71 | 2009-04-09 | 36 | -17/+35 |
* | * Thank you, mpallari for a patch that updates NHibernate inventory base mapp... | lbsa71 | 2009-04-09 | 1 | -1/+1 |
* | * tagged some more database tests as such | lbsa71 | 2009-04-09 | 5 | -5/+5 |
* | * Added custom DatabaseTestAttribute to help separating unit tests from compo... | lbsa71 | 2009-04-09 | 31 | -30/+47 |
* | SQLite doesn't work on ppc64, so ignore these tests if we are | Sean Dague | 2009-04-08 | 5 | -0/+30 |
* | * Make it possible to store creator strings in user inventory items as well a... | Justin Clarke Casey | 2009-04-08 | 5 | -27/+26 |
* | Thanks StrawberryFride for a MSSQL patch to mirror r9011. | Homer Horwitz | 2009-04-05 | 1 | -0/+1 |
* | Adding migrations for MySQL and SQLite for removing the "old" cloud image. | Homer Horwitz | 2009-04-05 | 2 | -0/+2 |
* | * Upped trunk version number to 0.6.4 as we just tagged 0.6.4-release | lbsa71 | 2009-04-01 | 5 | -5/+5 |
* | * Removes some hard-coded magic numbers relating to RegionSize. We now use Co... | Adam Frisby | 2009-04-01 | 2 | -11/+11 |
* | Thank you, StrawberryFride, for a patch that adds offline inventory | Melanie Thielker | 2009-03-31 | 1 | -2/+15 |
* | * This updates LibOMV to the current release 0.6.0 on March 19 2009 | Teravus Ovares | 2009-03-27 | 3 | -4/+4 |
* | Committing partial work on passing folders across instances. This may crash. | Melanie Thielker | 2009-03-23 | 5 | -0/+26 |
* | Make offline gives work in SQLite standalones | Melanie Thielker | 2009-03-22 | 1 | -0/+8 |
* | MYSQL Only: Make items given while offline appear in inventory without | Melanie Thielker | 2009-03-22 | 1 | -0/+9 |
* | Add a QueryItem method to the inventory subsystem. Currently implemented for | Melanie Thielker | 2009-03-21 | 5 | -0/+26 |
* | Update svn properties, formatting cleanup. | Jeff Ames | 2009-03-12 | 1 | -7/+7 |
* | * Another stab at refactoring up the CustomiseResponse function. Two fixes: | lbsa71 | 2009-03-12 | 1 | -1/+14 |
* | * Reverted r8750 to do another round of debugging on mantis #3287 | lbsa71 | 2009-03-11 | 1 | -8/+0 |
* | Remove chained tests in BasicGridTest.cs. | Mike Mazur | 2009-03-11 | 1 | -118/+88 |
* | *** POTENTIAL BREAKAGE *** | lbsa71 | 2009-03-10 | 1 | -0/+8 |
* | * Refactored out Create() methods to ensure proper transformation between Reg... | lbsa71 | 2009-03-10 | 2 | -15/+36 |