Commit Graph

11 Commits

Author SHA1 Message Date
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 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 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 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