Commit Graph

50 Commits

Author SHA1 Message Date
NoM0Re 83c8ebe861 5.20.7
(cherry picked from commit 384e558df3ea25bab143ccc4043b91b5e7454e62)
2026-02-16 08:28:24 -07:00
NoM0Re 205567502a 5.20.6
(cherry picked from commit eab1d48d6c69b02d61644eaaa837cbb2c4b021e8)
2026-02-16 08:20:31 -07:00
andrew6180 64d20262db link to ascension discord. Move support link 2025-10-20 13:08:08 -07:00
NoM0Re 7c7fafe5a8 5.20.5 2025-10-09 21:17:44 +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 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 32cab1aa27 5.20.2 2025-08-15 22:05:16 +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 dce683db43 (fix/spec) Elemental locale being overwritten 2025-07-23 18:07:17 +02:00
NoM0Re d6ae3e020b 5.20.0 2025-07-22 16:49:18 +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 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 96639cbaa2 Revisit Faction Reputation
this got dropped accidently by my good python script 😠
2025-06-14 01:46:27 +02:00
NoM0Re 430871de21 revisit Faction Reputation
Discovered and integrated the previously undocumented GetFactionInfoByID API call, allowing removal of a workaround table that was no longer needed. Also verified faction localizations across common client faction.dbc files and cleaned up Cataclysm factions that were incorrectly included in the 3.3.5a version of the LibBabble library.
2025-06-14 01:16:34 +02:00
NoM0Re 758dfdce86 5.19.11 2025-06-09 01:19:48 +02:00
NoM0Re 0c528b2607 5.19.10-10-g7ac7dc8 2025-06-08 22:27:10 +02:00
NoM0Re bda851552d 5.19.10 2025-05-31 22:54:39 +02:00
NoM0Re 709671d706 5.19.9
forgot locales
2025-04-25 19:46:09 +02:00
NoM0Re 1f289de84d 5.19.9 2025-04-25 19:28:09 +02:00
NoM0Re 53e99cc6cd (fix/libs) handle WoW API-shortened talent name for resto druid on deDE locale 2025-04-22 16:40:40 +02:00
NoM0Re 6fc121a17a (feature/Prototypes) add Faction Reputation trigger (#42) 2025-04-15 15:16:57 +02:00
NoM0Re 51bac56479 5.19.8 2025-04-13 16:03:55 +02:00
NoM0Re a595ef2a4a 5.19.7 2025-04-04 09:55:04 +02:00
NoM0Re 6cdfcac1b1 5.19.6 2025-04-03 21:03:11 +02:00
NoM0Re b2211d8689 (fix/spec) esES localisation 2025-04-02 10:19:48 +02:00
NoM0Re 3c574cb4a6 5.19.5
No new features this release, just fixes to some minor bugs.
2025-03-14 00:48:30 +01:00
NoM0Re 04233722ee 5.19.4 and fix #20 2025-02-27 07:49:48 +01:00
NoM0Re 0e0c49ec70 (fix/Prototypes) fix specs not localised, ruRU localisation
Special Thanks to 𒆜𝕲𝖔𝖔𝖉𝕲𝖚𝖞𒆜
2025-02-24 11:19:23 +01:00
NoM0Re ac56d8816a Version Bump to 5.19.2, Introduce Talent Widget in Load, Rework Talent Known Trigger 2025-02-23 01:21:25 +01:00
NoM0Re 75eb0fd437 port all time formats from retail
i may restruct this in future, or even make a lib, because i dont like to have custom locales mixed in here
2025-02-09 20:46:36 +01:00
NoM0Re d3c8a9bf3e Make LibGroupTalents work now, but still requires regressions
Arguments might still shut be shared from the original call for custom auras.
More functions need to be added to prototypes.
Documentation is needed soon.
2025-02-06 21:31:45 +01:00
NoM0Re dcd0f833ac from retail 2025-01-26 12:33:16 +01:00
NoM0Re 8375cfa0a7 from retail 2025-01-06 12:53:01 +01:00
NoM0Re 13f734038d Multientry (#7)
* from retail

* from retail

* from retail

* from retail

* from retail

* from retail

* remove new threat functions as they are not well implemented for now
2024-11-27 12:09:02 +01:00
NoM0Re 0d29781570 add not Item Equipped, not Spell Known, Race load options 2024-07-12 19:54:09 +02:00
NoM0Re b7dac42f5a add lead/assist and maintank/mainassist load options 2024-07-07 05:34:25 +02:00
NoM0Re 1bf07b7fea fix of 048a400 location localisation in wrong addon 2024-07-06 18:12:27 +02:00
NoM0Re 048a400c34 adding location trigger/load options 2024-07-06 18:05:30 +02:00
NoM0Re 9bc27cada2 add handling for non awesome_wotlk user 2024-07-01 19:37:29 +02:00
Bunny67 e7e789686a from retail 2022-05-19 22:04:17 +03:00
Zidras 9176e1e643 Update in-game Discord and Github links
Discord and Bug Report now points to relevant backport sites
2021-12-30 15:15:10 +03:00
Zidras f8e554193d Revert "Update in-game links"
This reverts commit 12545ef7d15a924afd2ec6ef2204b03040748cf3.
2021-12-30 15:15:10 +03:00
Zidras ca047a7c1b Update in-game links 2021-12-30 15:15:10 +03:00
Bunny67 6e530142d3 from retail 2021-03-07 19:42:16 +03:00
Bunny67 7cbc40c959 beta 2020-11-15 23:43:10 +03:00
Bunny67 f2e1a0928d init 2020-06-02 23:40:06 +03:00