Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
1e79618
fix: Ignore hooking missing functions
juemrami Apr 17, 2024
c067cd3
minor: add TOC file for classic clients
juemrami Apr 17, 2024
68ca676
minor: remove unnecessary file
juemrami Apr 17, 2024
f8d58e6
fix: remove classes unused by game version
juemrami Apr 17, 2024
e5cdfae
fix: `PaperDollFrame_SetLevel` hook erroring in classic.
juemrami Apr 17, 2024
8ffba80
fix: ColorPickerFrame game version compatibility
juemrami Apr 18, 2024
592b3d2
feat: support `CommunitiesFrame.MemberList` coloring
juemrami Apr 18, 2024
39bd15b
fix: respect new override CVar for chat colors
juemrami Apr 18, 2024
b268041
fix: `RaidGroupButton`'s `subframes.class` handled as a `Button` in c…
juemrami Apr 18, 2024
8037e7c
major: allow for pre-exisitng `CUSTOM_CLASS_COLORS`
juemrami Apr 18, 2024
3197ccf
fix: `RaidGroupFrame_UpdateHealth` classic support
juemrami Apr 18, 2024
b1a4c28
minor: use `IsAddonLoaded` under the new namespace
juemrami Apr 18, 2024
cb8a95f
fix: `alreadyLoaded` flag being set before `ClassColorsBlizz` ran.
juemrami Apr 19, 2024
5b243cb
fix: `TradeSkillFrame.DetailsFrame.GuildFrame` not available in classic
juemrami Apr 19, 2024
81453f8
fix: `PaperDollFrame_SetLevel` support for cata classic.
juemrami Apr 19, 2024
833c2e9
fix: `Blizzard_HeirloomCollection` update to new api for `GetClassIn…
juemrami Apr 19, 2024
b356af3
minor: use `CLASS_SORT_ORDER` to get valid classes
juemrami Apr 19, 2024
f2c62d2
feat: support for `ChatConfigFrame`
juemrami Apr 19, 2024
8bc6f7a
fix: update `FriendsFrame` for both retail and classic
juemrami Apr 19, 2024
fa3af60
minor: tweaks to `MasterLooterFrame_UpdatePlayers`
juemrami Apr 20, 2024
4905d4c
minor: remove support for `Blizzard_Commentator`
juemrami Apr 20, 2024
a308c9e
feat: support for `CommunitiesUtil.GetMemberRBG`
juemrami Apr 20, 2024
3979ce6
feat: more support for `CommunitiesFrame`
juemrami Apr 20, 2024
b3189cb
feat: Add Support for `ChannelRoster`
juemrami Apr 20, 2024
bc984d4
misc: comment updates
juemrami Apr 20, 2024
72fa2a5
feat: Support for `DUEL_TO_THE_DEATH_REQUESTED` popup dialogue
juemrami Apr 20, 2024
9931478
minor: comment updates
juemrami Apr 20, 2024
b74a4f7
minor: `IsVisible` check to `WhoList_Update`
juemrami Apr 20, 2024
35c0807
feat: support for coloring map pins
juemrami Apr 30, 2024
0ad2df3
fix: era `InspectPaperDollFrame_SetLevel` error
juemrami Apr 30, 2024
ef2ac68
minor: TOC update for multiple clients
juemrami Apr 30, 2024
7a9b912
fix: update API calls for retail client
juemrami Apr 30, 2024
5c47976
minor: use copy over reference for `RAID_CLASS_COLORS`
juemrami Apr 30, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion !ClassColors.toc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Interface: 80000
## Interface: 100207, 40400, 11502
## Version: @project-version@

## Title: Class Colors
Expand Down
Loading