Commit graph

581 commits

Author SHA1 Message Date
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
517f15c7bd
(feat/API) replace Blizzard_APIDocumentation with Wrath Private Data (#72) 2025-10-01 22:24:58 +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
5b7b20c376 Change awesome_wotlk button to new distribution for now 2025-08-25 22:46:42 +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
d78f74aa5f
Update bug_report.yml 2025-08-19 00:22:49 +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
NoM0Re
a749a08e94 Remove unused parameter again
gains performance
2025-07-09 22:30:49 +02:00
NoM0Re
0a04322b5a (fix/BT2) better Boss detection pattern 2025-07-09 22:28:56 +02:00
NoM0Re
78feb37c38 (fix/nameplates) Achoring, doing lazy stuff, when anchored to a hidden frame
Refines the logic in GetUnitNameplate to check if health bars are shown before returning them for various nameplate addons.
2025-07-09 22:13:20 +02:00
NoM0Re
254917c0c7
Add Cast by Player, Is Boss Debuff and Rework BT2 some more (#58) 2025-07-08 22:02:30 +02:00
NoM0Re
0971189346
Include Blizzard_APIDocumentation and Search API Button to Code Editor with Wrath Classic Data (#57) 2025-07-05 19:08:53 +02:00
NoM0Re
ad68aa2f97 (fix/Prototypes): update Group Leader/Assist load option correctly 2025-07-03 20:50:53 +02:00
NoM0Re
d9539b53d1
Update README.md 2025-06-30 22:57:12 +02:00
NoM0Re
58784de372
Update README.md 2025-06-30 22:55:37 +02:00
NoM0Re
30ad444acd Update README.md 2025-06-30 22:53:12 +02:00
NoM0Re
fec17c0f2f small improvements 2025-06-28 16:13:24 +02:00
NoM0Re
3bdc6512b7 (fix/Templates) toc version 2025-06-20 01:10:51 +02:00
NoM0Re
92627b1407 (fix/Cast) inverse not applied correctly 2025-06-20 00:05:03 +02:00
NoM0Re
d91f78e927
(feat/Templates) Include WeakAuras Templates (#56) 2025-06-19 14:14:49 +02:00