Commit Graph

523 Commits

Author SHA1 Message Date
NoM0Re 205567502a 5.20.6
(cherry picked from commit eab1d48d6c69b02d61644eaaa837cbb2c4b021e8)
2026-02-16 08:20:31 -07:00
andrew6180 3eea13ff9e fix missing load events 2025-10-20 13:21:46 -07:00
andrew6180 7c2caecc19 manastorm -> tristate 2025-10-20 13:19:16 -07:00
andrew6180 64d20262db link to ascension discord. Move support link 2025-10-20 13:08:08 -07:00
andrew6180 d0340b4cef add X-IconTexture 2025-10-20 12:45:33 -07:00
andrew6180 7b731540c1 absorb tracking 2025-10-20 11:06:04 -07:00
andrew6180 2afe270091 fix ranged enchant 2025-10-17 13:07:16 -07:00
andrew6180 290fb39f87 add manastorm load condition 2025-10-17 13:05:19 -07:00
andrew6180 0f04c2ba3b Add talent, spec, risk, and instance type load conditions 2025-10-17 12:20:04 -07:00
andrew6180 72b01063bc implement ascension charges 2025-10-17 10:36:29 -07:00
andrew6180 82fc7a582d remove awesomewotlk ref 2025-10-17 09:41:39 -07:00
andrew6180 836089bbdc drop ascension defined globals in Compatibility.lua 2025-10-17 08:35:24 -07:00
andrew6180 6d91ad89c2 drop ascension embeded libraries 2025-10-17 08:35:11 -07:00
NoM0Re 8d60d96440 (fix/Templates) Set FontObject correctly 2025-10-15 22:49:42 +02:00
NoM0Re 4648208df0 (fix/Prototypes) Ignore selected but non-existent talents in the check
Closes #75
Refines the logic for handling missing talents in WeakAuras.CheckTalentByIndex.
Now returns true if a specific talent doesn't exist, but talents are selected.
More a band-aid, but the cleanup function and handling when switching tabs doesn't exist.
2025-10-13 08:45:35 +02:00
NoM0Re 7c7fafe5a8 5.20.5 2025-10-09 21:17:44 +02:00
NoM0Re ad6a8b3cab (refactor/BossMods) small refactor and code check 2025-10-09 21:05:18 +02:00
NoM0Re de1d05b2b2 (refactor/encounter) refactor and fire DBM callbacks after load 2025-10-07 00:02:38 +02:00
NoM0Re 6c6cb73fdd (feat/Encounter): Implement Encounter Trigger/Load Options via DBM, also fire ENCOUNTER_START/END and DBM Callback Events for Custom Triggers (#73) 2025-10-04 23:39:33 +02:00
NoM0Re 29e6f62f54 (fix/TimeUtil): fix non localised TIME_UNIT_DELIMITER 2025-09-14 20:46:58 +02:00
NoM0Re 6b4787d32b 5.20.4 2025-09-14 20:42:51 +02:00
NoM0Re 348bcce594 5.20.3 2025-09-13 18:02:26 +02:00
NoM0Re 3c8ed9f073 remove print 2025-09-10 00:09:48 +02:00
NoM0Re 9149ec1f75 (upgrade/Transmission): bring transmission logic up to date 2025-09-10 00:08:32 +02:00
NoM0Re 4b6a3e6ba0 (fix/libs) LibDeflate: codec delimiter 2025-09-10 00:03:01 +02:00
NoM0Re 6595063156 (fix/libs) Epoch: Fix Error with Pools 2025-09-08 19:36:09 +02:00
NoM0Re 113cafa805 Revert "(fix/Pools) Epoch: Force override even if ObjectPoolMixin is provided by then to quick fix"
This reverts commit fd20ecacd3.
2025-09-08 19:36:05 +02:00
NoM0Re fd20ecacd3 (fix/Pools) Epoch: Force override even if ObjectPoolMixin is provided by then to quick fix 2025-09-08 19:00:58 +02:00
NoM0Re a9c7f01830 (fix/TTS) fix error for awesome_wotlk users without C_VoiceChat 2025-08-25 22:45:30 +02:00
NoM0Re 2752f0a53c (feat/TTS) Add Text-to-speech via awesome_wotlk 2025-08-25 21:41:59 +02:00
NoM0Re 2257d236a5 (fix/Modernize): Add 'Item Type Equipped' for aura migration
to properly mitigate old auras
2025-08-24 17:31:41 +02:00
NoM0Re 3247c6112a (feat/Prototypes): Add 'Item Type Equipped' Trigger and Load Trigger 2025-08-24 17:05:59 +02:00
NoM0Re 01c878e33f (fix/Conditions) ProgressSource condition formatter
Removes an extra argument from the string.format call in formatValueForAssignment
2025-08-23 05:03:01 +02:00
NoM0Re 2a10494603 (fix/Prototypes): fix stances for epoch 2025-08-23 01:56:14 +02:00
NoM0Re 1dbea4dc29 (fix/load): wrap all zone-change events to ensure reliable aura loading 2025-08-19 16:43:14 +02:00
NoM0Re d5548f5d17 update races for epoch 2025-08-19 00:15:29 +02:00
NoM0Re 21b2c002fc update talentData for epoch 2025-08-19 00:11:54 +02:00
NoM0Re 9fadfef883 add another epoch realm pt2 2025-08-19 00:11:40 +02:00
NoM0Re 32cab1aa27 5.20.2 2025-08-15 22:05:16 +02:00
NoM0Re c44c7be9eb (fix/SpellDetails) handle Stealth and Prowl correctly
Reported in #65
2025-08-10 17:08:20 +02:00
NoM0Re a07e57ec0b add another epog realm to ClassicPlus flavor 2025-08-09 06:17:58 +02:00
NoM0Re 727747ad1d 5.20.1 2025-08-06 01:44:29 +02:00
NoM0Re 78d681a06c (fix/locale): Enhancement spec for deDE as it is returned in abbreviated form 2025-08-01 21:35:34 +02:00
NoM0Re 9d0cc562b9 Port XML templates to Lua, update AceGUI/AceConfig, fix $parent nil frame issues on our game version 2025-07-29 18:02:22 +02:00
NoM0Re dce683db43 (fix/spec) Elemental locale being overwritten 2025-07-23 18:07:17 +02:00
NoM0Re 1369ed42d5 (fix/Lib) Remove LibBabble: TalentTree, as it is not needed? 2025-07-23 18:06:11 +02:00
NoM0Re 97dd09f47b small changes 2025-07-22 17:08:22 +02:00
NoM0Re d6ae3e020b 5.20.0 2025-07-22 16:49:18 +02:00
NoM0Re d2b59a3f88 Revert "(fix/DBM): wipe and kill callback registration for older DBM versions"
This reverts commit e0d0579d29.
2025-07-09 23:49:47 +02:00
NoM0Re e0d0579d29 (fix/DBM): wipe and kill callback registration for older DBM versions
Corrects the callback names from 'wipe' and 'kill' to 'DBM_Wipe' and 'DBM_Kill' to ensure proper event handling with DBM.
2025-07-09 23:16:40 +02:00