Skip to content

Releases: sidsukana/QSpellWork

QSW v2.39

23 Feb 13:19
d25a769
Compare
Choose a tag to compare

Added coefficient support to all 3 branches

QSW v2.38

19 Jun 15:20
8f3f42d
Compare
Choose a tag to compare

Added new spell attribute enums

QSW v2.37

24 May 14:29
Compare
Choose a tag to compare

Added MaxAffectedTargets to all expansions
Added Rune Costs and Rune Power Gain to cmangos wotlk
Added Spell Difficulty readouts to cmangos wotlk
Added Spell Effect Bonus Coefficient readout to cmangos wotlk

QSW 2.36

23 May 20:11
Compare
Choose a tag to compare

Fixed all cmangos builds
Added all latest enums
Improved performance of DB load
Added shortcuts for classic, tbc and wotlk

QSW 2.35

14 Jun 18:12
Compare
Choose a tag to compare

Fixed cmangos plugins

QSW 2.34

29 May 11:30
Compare
Choose a tag to compare
QSW 2.34 Pre-release
Pre-release
  • Using thread pool for plugin loading
  • Fixed some output mistakes

QSW 2.33

28 Feb 17:52
Compare
Choose a tag to compare
QSW 2.33 Pre-release
Pre-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

QSW 2.0

28 Feb 17:59
Compare
Choose a tag to compare
QSW 2.0 Pre-release
Pre-release

Released Qt SpellWork version 2.0!
Main features:

  • Introduced plugin architecture
  • Plugin type "spellinfo", allow output custom spell information for different patches through a simple api interface
    Now i added some primary plugins for CMaNGOS (pre-tbc, tbc, wotlk, cata)
  • Added the ability to specify a custom path to the DBC files
  • Added the ability to use DBC files from MPQ directory
  • Added the ability to use function(){ /* code with boolean result */ } in script filter
  • Improve output parent spells in all plugins (now output all parent spells instead first founded)
  • [TESTED] Preview spell visual effect (button "wov" wow object viewer)

QSW Pre-TBC Build 131

28 May 15:39
Compare
Choose a tag to compare
  • Updated library to Qt 5.6
  • For build on Windows use QtCreator with Qt 5.6 MSVC2015 complects
  • Implemented data load from game client (dbc, icons etc.)
  • Implemented simple bookmarks for scripted filter
  • Implemented dynamic output html template (now user can edit data/template.html and data/style.css for customizing output information)
  • Add "Copy all" action for spell list widget

QSW

28 Feb 06:10
Compare
Choose a tag to compare
QSW

Installer with all versions