-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fix issues related to new API changes in 11.0.0 - Fixes for GetSpellInfo & GetSpellName changes - Fix InterfaceOptionsFrame_OpenToCategory deprecation issue - Fix nil error in tooltip initialization of .xml - Add option to display over healing - Add support for Evoker's secondary power (Essence) - Add support for Dragonriding's power (Vigor) - Get PLAYER_MAX_LEVEL using Lua API - Use the timestamp from Blizz combat log first, and then revert to our own if not available - Adjust limits of heal/dmg filtering based on expansion version - Quickly ignore events that are not related to player or his pet - Fix division by zero in rare cases where combat duration is zero due to mobs evading - Update ACE lib - Use same xml files for both classic & retail (Only useo 2 toc files: Mainline and Cata)
- Loading branch information
Showing
20 changed files
with
419 additions
and
1,216 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ on: | |
branches: | ||
- main | ||
- dragon | ||
- tww-beta | ||
tags: | ||
- "*" | ||
- "!**-alpha**" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.