| Commit message (Expand) | Author | Files | Lines |
2009-04-08 | SQLite doesn't work on ppc64, so ignore these tests if we are | Sean Dague | 5 | -0/+30 |
2009-04-08 | * Make it possible to store creator strings in user inventory items as well a... | Justin Clarke Casey | 5 | -27/+26 |
2009-04-05 | Thanks StrawberryFride for a MSSQL patch to mirror r9011. | Homer Horwitz | 1 | -0/+1 |
2009-04-05 | Adding migrations for MySQL and SQLite for removing the "old" cloud image. | Homer Horwitz | 2 | -0/+2 |
2009-04-01 | * Upped trunk version number to 0.6.4 as we just tagged 0.6.4-release | lbsa71 | 5 | -5/+5 |
2009-04-01 | * Removes some hard-coded magic numbers relating to RegionSize. We now use Co... | Adam Frisby | 2 | -11/+11 |
2009-03-31 | Thank you, StrawberryFride, for a patch that adds offline inventory | Melanie Thielker | 1 | -2/+15 |
2009-03-27 | * This updates LibOMV to the current release 0.6.0 on March 19 2009 | Teravus Ovares | 3 | -4/+4 |
2009-03-23 | Committing partial work on passing folders across instances. This may crash. | Melanie Thielker | 5 | -0/+26 |
2009-03-22 | Make offline gives work in SQLite standalones | Melanie Thielker | 1 | -0/+8 |
2009-03-22 | MYSQL Only: Make items given while offline appear in inventory without | Melanie Thielker | 1 | -0/+9 |
2009-03-21 | Add a QueryItem method to the inventory subsystem. Currently implemented for | Melanie Thielker | 5 | -0/+26 |
2009-03-12 | Update svn properties, formatting cleanup. | Jeff Ames | 1 | -7/+7 |
2009-03-12 | * Another stab at refactoring up the CustomiseResponse function. Two fixes: | lbsa71 | 1 | -1/+14 |
2009-03-11 | * Reverted r8750 to do another round of debugging on mantis #3287 | lbsa71 | 1 | -8/+0 |
2009-03-11 | Remove chained tests in BasicGridTest.cs. | Mike Mazur | 1 | -118/+88 |
2009-03-10 | *** POTENTIAL BREAKAGE *** | lbsa71 | 1 | -0/+8 |
2009-03-10 | * Refactored out Create() methods to ensure proper transformation between Reg... | lbsa71 | 2 | -15/+36 |
2009-03-09 | * Apply http://opensimulator.org/mantis/view.php?id=3280 | Justin Clarke Casey | 2 | -43/+44 |
2009-03-09 | Implemented FetchAssetMetadataSet in DB backends. | Mike Mazur | 6 | -0/+157 |
2009-02-26 | * Got rid of concrete GridDBService references | lbsa71 | 1 | -0/+5 |
2009-02-26 | * renamed IRegionProfileService to IRegionProfileRouter to better reflect use... | lbsa71 | 2 | -1/+25 |
2009-02-25 | * minor: Remove most mono compiler warnings | Justin Clarke Casey | 5 | -5/+5 |
2009-02-25 | * Refactored SOP.FolderID weirdness by removing calls to empty setter. YEs, I... | lbsa71 | 3 | -15/+1 |
2009-02-22 | Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that: | Charles Krinke | 38 | -56/+163 |
2009-02-21 | * Applied a patch that: Added estate ban table to migration scripts and nhibe... | lbsa71 | 9 | -16/+66 |
2009-02-20 | * Apply http://opensimulator.org/mantis/view.php?id=3185 | idb | 6 | -2/+8 |
2009-02-20 | * Upped VersionInfo to 0.6.3 and in the process, changed assemblyinfo to 0.6.... | lbsa71 | 5 | -15/+15 |
2009-02-20 | * Apply http://opensimulator.org/mantis/view.php?id=3195 | Justin Clarke Casey | 30 | -30/+73 |
2009-02-20 | Update svn properties, add copyright headers, minor formatting cleanup. | Jeff Ames | 2 | -4/+56 |
2009-02-19 | * Reverted the AssetServer fix, apparently something was dependent on IAssetD... | lbsa71 | 1 | -0/+9 |
2009-02-19 | * Extracted IAssetData and moved it to OpenSim.Framework to prepare to get ri... | lbsa71 | 1 | -9/+0 |
2009-02-19 | * Apply http://opensimulator.org/mantis/view.php?id=3151 | Justin Clarke Casey | 12 | -28/+37 |
2009-02-19 | * Apply http://opensimulator.org/mantis/view.php?id=3142 | Justin Clarke Casey | 30 | -180/+1125 |
2009-02-18 | Fix estate ban list persistence in MySQL and reenable tests | Melanie Thielker | 2 | -16/+1 |
2009-02-18 | remove legacy pre-migration code for mysql grid adapter, who knew this | Sean Dague | 1 | -55/+0 |
2009-02-17 | remove all the very old create and upgrade sql files, these were | Sean Dague | 17 | -288/+0 |
2009-02-17 | * Moved the nifty MySQLEstateData connectionstring password-stripper out into... | lbsa71 | 1 | -31/+15 |
2009-02-17 | - remove the Metadata property from AssetBase and return all previous | Mike Mazur | 6 | -79/+77 |
2009-02-16 | * Apply http://opensimulator.org/mantis/view.php?id=3166 | Justin Clarke Casey | 12 | -62/+280 |
2009-02-16 | line ending fixes and set native eol property | Sean Dague | 14 | -804/+804 |
2009-02-16 | - remove dependency on OpenSim.Grid.AssetServer.Plugins.Opensim in | Mike Mazur | 3 | -3/+0 |
2009-02-16 | AssetInventoryServer plugins can't be a dependency for the OpenSim.Data.MySQL... | Mike Mazur | 1 | -1/+0 |
2009-02-16 | Rename NewAssetServer AssetInventoryServer and fully qualify with | Mike Mazur | 1 | -1/+1 |
2009-02-16 | - add OpenSim.Grid.AssetServer.Plugins.OpenSim as a dependency for OpenSim.Da... | Mike Mazur | 4 | -0/+4 |
2009-02-14 | Mantis 3164. Thank you kindly, TLaukkan (Tommil) for a patch that: | Charles Krinke | 3 | -88/+494 |
2009-02-14 | Remove the "?" that I inadvertently got into the first line | Charles Krinke | 1 | -1/+1 |
2009-02-14 | Thank you kindly, TLaukkan (Tommil) for a patch that: | Charles Krinke | 20 | -57/+803 |
2009-02-13 | Add copyright headers. Minor formatting cleanup. Fix some compiler warnings... | Jeff Ames | 2 | -2/+56 |
2009-02-13 | Remove extra ID field from asset DB mapping. Mantis #3122, fixes Mantis #3080. | Mike Mazur | 5 | -5/+0 |