Skip to content

Tags: timhul/ClassicSim

Tags

v0.5-alpha-1

Toggle v0.5-alpha-1's commit message
Compile without console for host builds.

v0.4

Toggle v0.4's commit message
Data-drive template characters instead of hardcode.

These characters are defined in Raid/template_characters.json.

This file has a similar format as the saves file, with some extensions.
The attribute "setup" for each JSON object (template character) is the
same format as found in the saves file. On top of this "setup" attribute
are minor GUI attributes "title", "class", "color".

v0.4-alpha-27

Toggle v0.4-alpha-27's commit message
Fix various compilation warnings.

- constructor re-ordering
- deprecated QString::SkipEmptyParts
- deprecated QTimer methods
- unused method args
- missing handling enum value

v0.4-alpha-26

Toggle v0.4-alpha-26's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix Hunter base stats

Fixes #342.

v0.4-alpha-25

Toggle v0.4-alpha-25's commit message
Set unique trinkets as unique.

v0.4-alpha-24

Toggle v0.4-alpha-24's commit message
Update QML Connections syntax to Qt 5.15.

v0.4-alpha-23

Toggle v0.4-alpha-23's commit message
Add missing image.

v0.4-alpha-22

Toggle v0.4-alpha-22's commit message
Fix Druid forms not castable as <pre_combat> actions.

The cast previously was cancelled because it was on form cooldown. This
was because the engine timestamp was negative (due to being pre-combat).
By setting the initial form cooldown timestamp to a value that is
expected to be less than the pre-combat action timestamp the cast
succeeds.

v0.4-alpha-21

Toggle v0.4-alpha-21's commit message
Add contact information in README.

v0.4-alpha-20

Toggle v0.4-alpha-20's commit message
Fix initialize re-ordering warning.