Skip to content

QSW 2.33

Pre-release
Pre-release
Compare
Choose a tag to compare
@sidsukana sidsukana released this 28 Feb 17:52
· 19 commits to qsw-2.0 since this release
  • Implemented MySQL database connection

  • Implemented 2 spellinfo API functions:

    • QStringList getModifiedSqlDataQueries() - get list of SQL queries for execute
    • void setModifiedSqlDataResult(quint8 queryIndex, QSqlQuery& query) - result from getModifiedSqlDataQueries(). Called per each query in list.
  • Change plugins storage. Now each plugin has own subdirectory

  • Changed settings format from xml to json

  • Changed enums format from xml to json

  • Added saving last active plugin

  • Added 3 plugins by default for the CMaNGOS project, using the new API functions. (pre-tbc, tbc, wotlk)

  • A lot of minor fixes