Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-02-17 | remove all the very old create and upgrade sql files, these were | Sean Dague | 1 | -42/+0 | |
outdated by migrations 6 months ago. | |||||
2008-05-21 | this removes use of the mapper for wearables, and I can confirm things | Sean Dague | 1 | -30/+33 | |
get saved to the database. There are still issues on wearing things after a cleared cache that I'm looking at now. | |||||
2008-05-19 | autocreate appearance table if it isn't there | Sean Dague | 1 | -0/+0 | |
2008-05-19 | prep for changes need to create the appearance tables | Sean Dague | 1 | -4/+1 | |
by default | |||||
2008-04-02 | whole lot more moving | Sean Dague | 1 | -0/+0 | |
2008-02-13 | Clean up more unnecessary String.Format calls | Jeff Ames | 1 | -42/+42 | |
2008-02-11 | Moved share/sql/mysql-AvatarAppearance.sql to ↵ | Tedd Hansen | 1 | -42/+42 | |
OpenSim/Framework/Data.MySQL/Resources/AvatarAppearance.sql as described in share/sql/mysql_README.txt Thanks dmiles_afk | |||||
2008-02-05 | Updated svn properties. | Jeff Ames | 1 | -42/+42 | |
2008-02-04 | First part of avatar persistence, currently only really works in standalone ↵ | MW | 1 | -0/+42 | |
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. |