| Commit message (Expand) | Author | Files | Lines |
2008-09-26 | * Patch from JHurliman | Teravus Ovares | 1 | -3/+3 |
2008-09-25 | removal of more dead alter table code | Sean Dague | 1 | -39/+2 |
2008-09-24 | light mysql user tests | Sean Dague | 1 | -0/+88 |
2008-09-24 | expose it for real, missed the public keyword | Sean Dague | 1 | -1/+1 |
2008-09-24 | expose MySQLUserData class so that it can be tested | Sean Dague | 1 | -1/+1 |
2008-09-24 | remove configurable table names from the mysql user driver. That | Sean Dague | 1 | -24/+3 |
2008-09-24 | Add persistence of active gestures. This needs an UGAIM update to work. | Homer Horwitz | 1 | -0/+36 |
2008-09-24 | light the mysql region tests | Sean Dague | 1 | -0/+97 |
2008-09-24 | let the asset tests run on MySQL. Interesting difference here, the | Sean Dague | 3 | -1/+92 |
2008-09-23 | create the first attempted mysql test. This only runs locally if you | Sean Dague | 1 | -8/+19 |
2008-09-23 | remove log4net references, see if that helps fix bamboo | Sean Dague | 1 | -9/+1 |
2008-09-23 | check in stubbing for mysql tests. This is ignored with | Sean Dague | 1 | -0/+74 |
2008-09-18 | - Add Dispose method to IRegionDataStore | Homer Horwitz | 1 | -0/+2 |
2008-09-14 | Mantis #2124 | Melanie Thielker | 1 | -1/+1 |
2008-09-14 | Thank you kindly, CMickeyb for a patch that: | Charles Krinke | 1 | -0/+6 |
2008-09-12 | * Add userstore sql upgrade I carelessly forgot to check in a couple of revis... | Justin Clarke Casey | 1 | -0/+5 |
2008-09-12 | * Check in first part of http://opensimulator.org/mantis/view.php?id=2073 | Justin Clarke Casey | 1 | -3/+6 |
2008-09-10 | Mantis #511 | Melanie Thielker | 1 | -1/+2 |
2008-09-10 | Thanks, nlin, for a patch implementing persistence for "When Left Clicked" | Mike Mazur | 2 | -0/+11 |
2008-09-09 | Update svn properties, formatting cleanup. | Jeff Ames | 2 | -2/+2 |
2008-09-08 | Implement proper persistence of the following prim properties: | Melanie Thielker | 2 | -3/+26 |
2008-09-06 | Mantis #2133 | Melanie Thielker | 2 | -2/+2 |
2008-09-06 | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 8 | -217/+217 |
2008-09-03 | Update svn properties. | Jeff Ames | 1 | -24/+24 |
2008-09-03 | Mantis #2099 | Melanie Thielker | 2 | -16/+38 |
2008-09-02 | apparently I missed one of the old version routines that could be | Sean Dague | 1 | -39/+0 |
2008-08-30 | * Added new MySQLSuperManager support for the grid servers. | Adam Frisby | 3 | -69/+140 |
2008-08-30 | * Fixed #2807 Again, Whoops. | Adam Frisby | 1 | -1/+1 |
2008-08-30 | * Fix for Mantis #2087, Standalone MySQL broken with threading improvements. ... | Adam Frisby | 1 | -0/+9 |
2008-08-30 | * Minor fix to previous threading patch, every nTH request would previously h... | Adam Frisby | 1 | -2/+10 |
2008-08-30 | * Added new "SuperManager" class for MySQL connections, for allowing multiple... | Adam Frisby | 2 | -236/+379 |
2008-08-27 | remove legacy pre-Migration database upgrade routines | Sean Dague | 1 | -120/+0 |
2008-08-27 | remove the legacy pre-Migration database upgrade paths | Sean Dague | 1 | -42/+0 |
2008-08-27 | remove pre-Migration upgrade paths | Sean Dague | 1 | -92/+0 |
2008-08-27 | we're past checkin 6000, so now cleaning up all the cruft of the pre | Sean Dague | 1 | -302/+3 |
2008-08-24 | Mantis#2027. Thank you kindly, HomerHorwitz for a patch that addresses: | Charles Krinke | 1 | -1/+1 |
2008-08-24 | Selling an object in-place (as original) now works. Builders can | Melanie Thielker | 1 | -2/+14 |
2008-08-24 | Plumb the data path for all those eye candy values. Saves texture | Melanie Thielker | 1 | -55/+139 |
2008-08-24 | Add the fields for the eye candy and sale featires to the prims table. | Melanie Thielker | 1 | -0/+27 |
2008-08-19 | Attachment persistence (Mantis #1711) | Melanie Thielker | 1 | -30/+9 |
2008-08-19 | Update svn properties, formatting cleanup. | Jeff Ames | 2 | -7/+7 |
2008-08-19 | Attachment persistence!!! Patch #9169 (Mantis #1171) | Melanie Thielker | 2 | -5/+9 |
2008-08-18 | * If two regions have configuration information that conflicts (save xy locat... | Justin Clarke Casey | 1 | -0/+1 |
2008-08-18 | * Properly dispose of the reader after readAttachments() has finished with it... | Justin Clarke Casey | 1 | -2/+3 |
2008-08-18 | Avatar Attachment persistence!! Patch #9168 (Mantis #1171) | Melanie Thielker | 3 | -0/+81 |
2008-08-18 | Formatting cleanup. | Jeff Ames | 7 | -120/+119 |
2008-08-16 | * Rename *DataStore classes to *RegionData to align with SQLite | Justin Clarke Casey | 1 | -0/+0 |
2008-08-15 | Plumb in the partner and the account title fields for profile info. | Melanie Thielker | 3 | -5/+30 |
2008-08-15 | Small fox in the database, god level was being overwritten with the user | Melanie Thielker | 1 | -1/+1 |
2008-08-14 | Adds UserFlags and GodLevel to the user data store and plumbs then in. | Melanie Thielker | 3 | -4/+19 |