Commit Graph

510 Commits

Author SHA1 Message Date
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
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 fec17c0f2f small improvements 2025-06-28 16:13:24 +02:00
NoM0Re 92627b1407 (fix/Cast) inverse not applied correctly 2025-06-20 00:05:03 +02:00
NoM0Re 6286e86931 5.19.12 2025-06-18 20:06:36 +02:00
NoM0Re c7fadad5b6 Revisit Creature Types/Families
Removed a small number of localizations that can be extracted via GetFactionInfoByID(id).
There are more that could be cleaned up using regex, but that might make things look a bit odd, for now, I’m happy with this.
This approach is preferable to remove unnecessary variables saved.
2025-06-15 17:42:01 +02:00
NoM0Re bccf9f11fd Revisit Faction Reputation
GetFactionInfoByID(id) now provides localized faction names directly from the client, making external localization or libraries like LibBabble-Faction unnecessary.

This is the first implementation that i ever saw to fully eliminate LibBabble-Faction dependency, simplifying the codebase by a ton.

It seems that Creature Type and Familys are saved also inside that function, making this function really powerful, im going to take a look at that too for sure.

Race Localisation we also take already out of this function.
2025-06-15 16:40:56 +02:00
NoM0Re 32d479b6f1 fix typo and wrap extraction logic in do block instead 2025-06-14 02:33:32 +02:00
NoM0Re 62e1e27ef7 Don't trigger partyX unit event with the filter :group when in raid 2025-06-14 01:56:59 +02:00