Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | checking that these two files are commented out | MW | 2008-03-25 | 1 | -2/+3 |
| | |||||
* | Moved Avatar appearance Factory to its own project so that the reference to ↵ | MW | 2008-03-25 | 1 | -3/+4 |
| | | | | | | | MySQLDatabaseMapper could be removed from Region.Environment. Added a using OpenSim.Framework.Data statement to MySQLDatabaseMapper , to try to fix the build problem that has been reported on the mailing list. | ||||
* | Formatting cleanup. | Jeff Ames | 2008-03-18 | 1 | -27/+25 |
| | |||||
* | * Renamed the Data Framework namespaces | lbsa71 | 2008-03-03 | 1 | -1/+1 |
| | |||||
* | Added copyright statements. | Jeff Ames | 2008-02-05 | 1 | -1/+29 |
| | |||||
* | First part of avatar persistence, currently only really works in standalone ↵ | MW | 2008-02-04 | 1 | -0/+216 |
mode (with accounts_authenticate set to true), it also only currently has a mysql database connector. (sqlite one will follow soon). It also uses the tribalmedia database system, so this needs checking to see if the old problems with mono have been fixed. To use, see the appearance section in opensim.ini.example, set "persist = true", then add the correct connection string for your database.(see mysql-AvatarAppearance.sql in share folder for a example of the table mysql table structure). This could possible be used in a very small grid, but would mean each region server would need to connect to the same mysql database. But the work to move the code to one of the grid servers shouldn't be too much. |