Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-05-18 | Converted MySQL migration history to the new format | AlexRa | 1 | -15/+0 | |
Replaced all NNN_StoreName.sql migration resources with a more readable, single-file-per-store | |||||
2010-05-16 | Converted MySQL migration history to the new format | AlexRa | 1 | -15/+0 | |
Replaced all NNN_StoreName.sql migration resources with a more readable, single-file-per-store | |||||
2008-06-12 | Fix mysql migrations. This is tested with an existing up to date schema, | Sean Dague | 1 | -1/+5 | |
and no schema. It should also work with a non up to date schema as well. Btw, meetings in which I can get code done are the right kind of meetings. | |||||
2008-06-12 | check in migration files for mysql | Sean Dague | 1 | -0/+0 | |
2008-04-02 | whole lot more moving | Sean Dague | 1 | -0/+0 | |
2007-12-20 | Extended svn:eol-style to check some other file types. | Jeff Ames | 1 | -10/+10 | |
2007-10-13 | OpenSimMain now respects the asset_plugin paramter, and storing of assets ↵ | Tleiades Hax | 1 | -2/+2 | |
will *not* throw an exception | |||||
2007-10-13 | Added capbility to use MySQL as the database backend in stand alone mode for ↵ | Tleiades Hax | 1 | -2/+2 | |
assets and inventory. Added asset_plugin key to "StandAlone" section of OpenSim.ini | |||||
2007-10-13 | (no commit message) | Tleiades Hax | 1 | -2/+2 | |
2007-10-13 | Asset server implementation. Again one of these "plumbing" releases, where ↵ | Tleiades Hax | 1 | -0/+11 | |
no real functionality has been introduced, but ground work has been made, enabling the asset server, and preparing the sim server to query the asset server. Introduced an "IPlugin" interface, which plugins can inherit from. |