aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data (unfollow)
Commit message (Expand)AuthorFilesLines
2009-05-27From: Chris Yeoh <cyeoh@au1.ibm.com>Dr Scofield2-2/+17
2009-05-25* Upped version number to 0.6.5lbsa715-10/+10
2009-05-25Revert "From: Chris Yeoh <cyeoh@au1.ibm.com>"Dr Scofield1-12/+2
2009-05-25From: Chris Yeoh <cyeoh@au1.ibm.com>Dr Scofield1-2/+12
2009-05-20Update svn properties.Jeff Ames1-5/+5
2009-05-17Thank you kindly, StrawberryFride, for a patch that:Charles Krinke5-155/+168
2009-05-17Update svn properties.Jeff Ames1-5/+5
2009-05-15* Change default sqlite asset db back to Asset.db instead of AssetStorage.dbJustin Clarke Casey1-2/+2
2009-05-12Thank you kindly, Patnad, for a patch that:Charles Krinke4-5/+30
2009-05-08WARNING: contains migrationSean Dague1-0/+7
2009-05-08now that creatorID is no longer a strict UUID, and the column can still be NULL,Sean Dague1-1/+10
2009-05-07* Consistently used dashed uuid format for mysql region data, as is done for ...Justin Clarke Casey2-29/+105
2009-05-07* Consistently use dashed uuid format for sqlite region data, as was previous...Justin Clarke Casey2-38/+114
2009-04-29* minor: remove some mono compiler warningsJustin Clarke Casey1-5/+0
2009-04-25Thanks, Ewe Loon for a patch thatHomer Horwitz2-15/+278
2009-04-24silly C# not letting me use a File.Exists test for a directory. Don'tSean Dague5-5/+5
2009-04-24change power linux detection method, the previous method only workedSean Dague5-10/+10
2009-04-23* Allow interested user data plugins to store temporary user profilesJustin Clarke Casey2-2/+15
2009-04-22* Resolve http://opensimulator.org/mantis/view.php?id=3509 by putting some se...Justin Clarke Casey1-1/+2
2009-04-22* Allow plugins to play nicely in UserManagerBaseJustin Clarke Casey1-1/+1
2009-04-22add if exists to the drop tableSean Dague2-30/+30
2009-04-22add cleardb to estate testsSean Dague1-16/+24
2009-04-22ensure we've got a clean data environment prior to running the regionSean Dague1-17/+24
2009-04-22* Fission OGS1UserServices into user service and OGS1 user data plugin compon...Justin Clarke Casey2-2/+12
2009-04-13make the asserts spit out messages about their test namesSean Dague5-378/+378
2009-04-13* Some more experimental work on distributed assets. Nothing hotwired yet.lbsa715-59/+70
2009-04-10* Apply http://opensimulator.org/mantis/view.php?id=3439Justin Clarke Casey3-11/+11
2009-04-09* minor: correct some documentation in SQLiteAssetData.csJustin Clarke Casey1-8/+2
2009-04-09* Change SQLite asset UUID to dashed format to be consistentJustin Clarke Casey2-6/+13
2009-04-09* Change UUIDs in SQLite user db to dashed format to match representations el...Justin Clarke Casey3-11/+22
2009-04-09* Improve inventory uuid conversions to make sure that we aren't converting a...Justin Clarke Casey2-9/+30
2009-04-09* Migrate UUID representations in SQLite inventory store to dashed formatJustin Clarke Casey2-28/+42
2009-04-09* Moved the DatabaseTestAttribute to Test.Common, and thus included ref to th...lbsa7136-17/+35
2009-04-09* Thank you, mpallari for a patch that updates NHibernate inventory base mapp...lbsa711-1/+1
2009-04-09* tagged some more database tests as suchlbsa715-5/+5
2009-04-09* Added custom DatabaseTestAttribute to help separating unit tests from compo...lbsa7131-30/+47
2009-04-08SQLite doesn't work on ppc64, so ignore these tests if we areSean Dague5-0/+30
2009-04-08* Make it possible to store creator strings in user inventory items as well a...Justin Clarke Casey5-27/+26
2009-04-05Thanks StrawberryFride for a MSSQL patch to mirror r9011.Homer Horwitz1-0/+1
2009-04-05Adding migrations for MySQL and SQLite for removing the "old" cloud image.Homer Horwitz2-0/+2
2009-04-01* Upped trunk version number to 0.6.4 as we just tagged 0.6.4-releaselbsa715-5/+5
2009-04-01* Removes some hard-coded magic numbers relating to RegionSize. We now use Co...Adam Frisby2-11/+11
2009-03-31Thank you, StrawberryFride, for a patch that adds offline inventoryMelanie Thielker1-2/+15
2009-03-27* This updates LibOMV to the current release 0.6.0 on March 19 2009Teravus Ovares3-4/+4
2009-03-23Committing partial work on passing folders across instances. This may crash.Melanie Thielker5-0/+26
2009-03-22Make offline gives work in SQLite standalonesMelanie Thielker1-0/+8
2009-03-22MYSQL Only: Make items given while offline appear in inventory withoutMelanie Thielker1-0/+9
2009-03-21Add a QueryItem method to the inventory subsystem. Currently implemented forMelanie Thielker5-0/+26
2009-03-12Update svn properties, formatting cleanup.Jeff Ames1-7/+7
2009-03-12* Another stab at refactoring up the CustomiseResponse function. Two fixes:lbsa711-1/+14