Commit Graph

4 Commits

Author SHA1 Message Date
florian.berthold 2863bd7e85 fix(minimap-icon): ship BLP, point icon at .blp not .tga
WoW's texture engine only loads .blp — `SetTexture` (and LibDBIcon)
strips any extension and looks for foo.blp. The addon previously passed
`minimapicon.tga` and only shipped a .tga, so the engine fell back to
the green placeholder icon on the minimap button.

Convert assets/minimapicon.tga to a DXT3/BLP2 (alpha-encoding 1, the
format proven to decode on the CoA 3.3.5 client — DXT5 doesn't), ship
it alongside the .tga, and update the LibDBIcon NewDataObject 'icon'
field to reference the .blp.

Also normalises the path casing (Interface\\AddOns\\… instead of
\\addons\\…) to match every other path in the file.
2026-05-24 19:52:28 +02:00
Sattva c72d507e5b New - Hide Minimap POI Arrows 2025-01-08 02:08:48 +03:00
Sattva d169206b5b ConfigPanel & EnhanceQuestLog - visual
Many visual texture improvements for buttons, panels, dropdown menus & more!
2023-06-06 19:55:13 +03:00
Sattva cd8866e2a2 fix minimap button 2023-05-20 18:30:38 +03:00