aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data (unfollow)
Commit message (Expand)AuthorFilesLines
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
2009-03-11* Reverted r8750 to do another round of debugging on mantis #3287lbsa711-8/+0
2009-03-11Remove chained tests in BasicGridTest.cs.Mike Mazur1-118/+88
2009-03-10*** POTENTIAL BREAKAGE ***lbsa711-0/+8
2009-03-10* Refactored out Create() methods to ensure proper transformation between Reg...lbsa712-15/+36
2009-03-09* Apply http://opensimulator.org/mantis/view.php?id=3280Justin Clarke Casey2-43/+44
2009-03-09Implemented FetchAssetMetadataSet in DB backends.Mike Mazur6-0/+157
2009-02-26* Got rid of concrete GridDBService referenceslbsa711-0/+5
2009-02-26* renamed IRegionProfileService to IRegionProfileRouter to better reflect use...lbsa712-1/+25
2009-02-25* minor: Remove most mono compiler warningsJustin Clarke Casey5-5/+5
2009-02-25* Refactored SOP.FolderID weirdness by removing calls to empty setter. YEs, I...lbsa713-15/+1
2009-02-22Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke38-56/+163
2009-02-21* Applied a patch that: Added estate ban table to migration scripts and nhibe...lbsa719-16/+66
2009-02-20* Apply http://opensimulator.org/mantis/view.php?id=3185idb6-2/+8
2009-02-20* Upped VersionInfo to 0.6.3 and in the process, changed assemblyinfo to 0.6....lbsa715-15/+15
2009-02-20* Apply http://opensimulator.org/mantis/view.php?id=3195Justin Clarke Casey30-30/+73
2009-02-20Update svn properties, add copyright headers, minor formatting cleanup.Jeff Ames2-4/+56
2009-02-19* Reverted the AssetServer fix, apparently something was dependent on IAssetD...lbsa711-0/+9
2009-02-19* Extracted IAssetData and moved it to OpenSim.Framework to prepare to get ri...lbsa711-9/+0
2009-02-19* Apply http://opensimulator.org/mantis/view.php?id=3151Justin Clarke Casey12-28/+37
2009-02-19* Apply http://opensimulator.org/mantis/view.php?id=3142Justin Clarke Casey30-180/+1125
2009-02-18Fix estate ban list persistence in MySQL and reenable testsMelanie Thielker2-16/+1
2009-02-18remove legacy pre-migration code for mysql grid adapter, who knew thisSean Dague1-55/+0
2009-02-17remove all the very old create and upgrade sql files, these wereSean Dague17-288/+0
2009-02-17* Moved the nifty MySQLEstateData connectionstring password-stripper out into...lbsa711-31/+15
2009-02-17- remove the Metadata property from AssetBase and return all previousMike Mazur6-79/+77
2009-02-16* Apply http://opensimulator.org/mantis/view.php?id=3166Justin Clarke Casey12-62/+280