Commit Graph

17 Commits

Author SHA1 Message Date
Meow 7c0e95a4d3 removed false code
removed false code
2026-02-25 18:30:44 +01:00
Meow fb36c67935 more mapreveal fixes
more mapreveal fixes
2026-02-25 18:17:04 +01:00
Meow 7f60933e15 2 bugfixes
- Fixed channeling spells not showing up the rank after a spell is queued.
- Memory leak fix in mapreveal.lua
2026-02-25 18:15:18 +01:00
Meow 34f5c3eb02 Version 6.1.0 - Raid/Party Frame Fixes
Bugfixes:
- Fixed 40-yard range check not working for raid/party frames
- Fixed aggro indicator not displaying properly on raid/party frames
- Improved aggro cache to only cache positive results for instant detection
- Fixed HP/Mana not updating with "Use Raid Frames for group" enabled
- Added SuperWoW nil-check for SpellInfo
- Added missing events: PARTY_MEMBER_ENABLE, PARTY_MEMBER_DISABLE, PLAYER_UPDATE_RESTING

UI Improvements:
- Share/Hoverbind buttons now show warning when module is disabled
2026-01-08 12:25:18 +01:00
Meow 5d0e195d1e performance update
performance update
2026-01-03 12:58:31 +01:00
shagu 6fa037a7b8 mapreveal: use world map tooltips 2024-12-08 13:33:50 +01:00
shagu c1b4b9ed8e mapreveal: improve exploration point tooltips 2024-12-08 13:17:55 +01:00
shagu 622e017228 mapreveal: keep all revealed zones by the gameclient
Only extend with missing unrevealed zones instead of overwriting
the entire map reveal logic of the game. This is required to not
break custom servers/clients that are shipping their own zones.
2023-12-19 13:36:15 +01:00
shagu 88eeaf57ab mapreveal: delay metadata creation until used
This delay will allow other modules to overwrite or extend the pfMapOverlayData table
2023-12-18 23:35:30 +01:00
shagu eb331f3372 mapreveal: remove markers from map if disabled 2022-08-22 16:51:57 +02:00
shagu 689aca82a1 mapreveal: add option to show exploration points 2021-02-24 17:41:56 +01:00
shagu 0c5fcf3117 mapreveal: enable and add mapdata for tbc
Thanks @Road-Block
2019-07-30 19:23:20 +02:00
shagu e9237b59b2 core: use concrete string based client checks 2019-06-10 17:06:31 +02:00
Artur Morozov b1a4f52f7c skin: add WorldMapFrame 2019-03-31 14:59:21 +02:00
shagu 5dfe5a4899 compat: initial layout of client abstraction api 2018-11-01 14:55:29 +01:00
shagu 838086ad90 mapreveal: fix recognition of explored areas 2018-06-26 01:32:01 +02:00
Road-block 9deab12144 mapreveal: add module to show unexplored areas 2018-06-25 21:57:56 +02:00