Skip to content

Commit

Permalink
- fixed widened embedded tooltips (like in WorldQuestTracker)
Browse files Browse the repository at this point in the history
- fixed flickering border color of compare item tooltips
- fixed sometimes displaying 2 borders simultaneously (some items, especially azerite/corrupted items or torghast AreaPOIPin)
- added styling of battle pet and battle pet ability tooltips
- changes regarding config option "Special->Enable ChatFrame Hover Hyperlinks":
  - fixed hooking/unhooking of chatframe if toggling option
  - added mouseover for guild/community->chat, battle pets, battle pet abilities and illusions (from Wardrobe)
- added class border color for member list in guild/community->chat and guild/community->guild roster if config option "Colors->Color Tip Border by Class Color" is checked
- changes regarding (added) config options under "ItemRef":
  - added border color for spells, tradeskills, currencies (in chatframe), achievements, guild challenges (in guild/community->info) and pvp enlistment bonus (in pvp->quick match)
  - added border color and infos for battle pet, battle pet abilities, (world) quests in worldmap/questlog/questtracker, trade skill reagents (in TradeSkillUI), toys (in ToyBox), items and illusions (in Wardrobe), currencies, achievements in guild/community->info->news, rewards in quest(log)/LFG-browser, runeforge power (in adventure journal), conduits
  - fixed "Smart Icon Appearance" for mounts and mount equipment (in mount journal), items (in adventure journal), spells and items (in guild/community->perks)
- added scroll frame to config options. the scroll bar appears automatically, if content doesn't fit completely on the page.
  • Loading branch information
frozn committed Jan 3, 2022
1 parent 62b451a commit ccf7043
Show file tree
Hide file tree
Showing 29 changed files with 3,390 additions and 310 deletions.
3 changes: 2 additions & 1 deletion TipTac/TipTac-BCC.toc
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
## Interface: 20502
## Version: 21.12.22
## Version: 22.01.03
## Title: TipTac
## Author: Aezay (Earthen Ring EU)
## Notes: Highly Customizable Tooltip Enhancement Addon
## SavedVariables: TipTac_Config
embeds.xml
ttCore.lua
ttStyle.lua
ttBars.lua
Expand Down
3 changes: 2 additions & 1 deletion TipTac/TipTac-Classic.toc
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
## Interface: 11401
## Version: 21.12.22
## Version: 22.01.03
## Title: TipTac
## Author: Aezay (Earthen Ring EU)
## Notes: Highly Customizable Tooltip Enhancement Addon
## SavedVariables: TipTac_Config
embeds.xml
ttCore.lua
ttStyle.lua
ttBars.lua
Expand Down
3 changes: 2 additions & 1 deletion TipTac/TipTac.toc
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
## Interface: 90105
## Version: 21.12.22
## Version: 22.01.03
## Title: TipTac
## Author: Aezay (Earthen Ring EU)
## Notes: Highly Customizable Tooltip Enhancement Addon
## SavedVariables: TipTac_Config
embeds.xml
ttCore.lua
ttStyle.lua
ttBars.lua
Expand Down
6 changes: 6 additions & 0 deletions TipTac/embeds.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/">

<Script file="libs\LibStub\LibStub.lua"/>
<Include file="libs\AceHook-3.0\AceHook-3.0.xml"/>

</Ui>
Loading

0 comments on commit ccf7043

Please sign in to comment.