Commit Graph

539 Commits

Author SHA1 Message Date
NoM0Re 83c8ebe861 5.20.7
(cherry picked from commit 384e558df3ea25bab143ccc4043b91b5e7454e62)
2026-02-16 08:28:24 -07:00
NoM0Re 1879f360fa (fix/BossMods): Handle unsupported DBM state in Unified
This ensures proper fallback to BigWigs when DBM is not supported. So it can't fail.

(cherry picked from commit 8a70954db0a57217ab28badaae1e1d025f23bb01)
2026-02-16 08:26:28 -07:00
NoM0Re 345ed78b0d (fix/BossMods): prevent BossMods nil access when no BossMod is initialized and releafe all restrictions
Restores correct fallback behavior on 3.3.5 where BossMods.Generic
remained nil if no boss mod was present during initialization.
This caused errors when Boss Mod Timer or Stage triggers attempted
to call methods on Generic.

Outdated restriction logic was removed as it no longer applies and
was only warning users unnecessarily.

Fixes #82

(cherry picked from commit 12c007969cb28ab869ef8691bd72bdf7e59445e8)
2026-02-16 08:26:23 -07:00
NoM0Re 8384fc0926 add another special check for DBM-Frostmourne so newest version uses newest Methods
(cherry picked from commit 9a37172fa6cb4ecf3ce5af73264ccd8fcc797e2d)
2026-02-16 08:25:58 -07:00
NoM0Re a886634cce (fix/ProgressTexture): regression uninitialized inverse option caused progress to mirror or ignore inversion
(cherry picked from commit 19c75e2c3ceddc23340367f3a77357fb9c04968f)
2026-02-16 08:25:35 -07:00
NoM0Re a4764e7d48 (fix/GenericTrigger): change nameplate detection object from WatchNameplates
- Fixes #80
Replaces the nameplate overlay texture with the border texture in nameplate detection logic to improve compatibility.

(cherry picked from commit a39f956b11a624da84d802871b7476b8bad55d8d)
2026-02-16 08:25:11 -07:00
NoM0Re 8f17b7f3c1 add special check for DBM-Frostmourne so it works properly
(cherry picked from commit 69d029a7f55a5f2818db654f88c1372cb2da5814)
2026-02-16 08:24:36 -07:00
NoM0Re 8e19bd2546 (feat/Prototypes) Add prefix negation also to zoneId and encounterId load checks
(cherry picked from commit 666d59ccc86b7f2c34fe032e4f6a57c3689fdf9f)
2026-02-16 08:23:23 -07:00
NoM0Re 2a85906a75 (fix/WeakAuras) encounterid load option checking wrong variable
(cherry picked from commit 9fb568d1f6465eed585c5661a93f67cf62f01227)
2026-02-16 08:22:58 -07:00
NoM0Re aaef2a5227 encounter drop inCombat check for now
(cherry picked from commit 8d4d397c6273f5d7b5088bd89a0cc3606f0e0a3c)
2026-02-16 08:22:45 -07:00
NoM0Re 97a26222d0 (feat/MoverSizer): Rework Magnetic Edit
(cherry picked from commit 49badc3c83d222d6fa2bb8b0c13c861163e0e25d)
2026-02-16 08:22:22 -07:00
NoM0Re a43a6f1fae fix scope of QueueResize
(cherry picked from commit 3311c44376fbd920f41a3a2423d4d2da9a421833)
2026-02-16 08:21:59 -07:00
NoM0Re c260d4033e (fix/DynamicGroup): delay Resize to next frame to fix child positioning
(cherry picked from commit 01121291e8a486bd74568e71e4aebe8442e54de4)
2026-02-16 08:21:28 -07:00
NoM0Re 909a0e97f9 (fix/Prototypes) Add inRange trigger properly to Prototypes too
(cherry picked from commit ade6cb124a76fbb5ebd1a91936f1cb188d70789f)
2026-02-16 08:21:25 -07:00
NoM0Re be4564b8a0 rename profiling event
(cherry picked from commit fcaed3c4a23e6396a1c0db8aa8f75bffc2e56024)
2026-02-16 08:21:21 -07:00
NoM0Re a1a6c76992 (feat/BT2): Introduce inRange trigger and fix missing polling for ignoreInvisible (#78)
(cherry picked from commit 67057d6fddb444dc8c205dc99163e9a1e4056326)
2026-02-16 08:20:36 -07:00
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