r158
Details
-
FilenamesimpleMinimap-r158.zip
-
Uploaded by
-
UploadedJan 1, 2009
-
Size150.86 KB
-
Downloads186
-
MD50e0f80c6f4764383240e3302a82dc3ce
Supported WoW Retail Versions
- 3.0.3
Changelog
------------------------------------------------------------------------
r158 | kunda | 2009-01-01 14:36:32 +0000 (Thu, 01 Jan 2009) | 5 lines
Changed paths:
M /trunk/bindings.xml
M /trunk/simpleMinimap.lua
M /trunk/simpleMinimap.toc
simpleMinimap:
- fix toggle
Works now as intended:
Only the simpleMinimap toggle keybinding will hide the MinimapCluster frame for clickthrough.
Any other minimap toggle works like the default blizz minimap, which means NO clickthrough!
------------------------------------------------------------------------
r156 | kunda | 2008-12-12 12:30:40 +0000 (Fri, 12 Dec 2008) | 1 line
Changed paths:
M /trunk/simpleMinimap.toc
toc update
------------------------------------------------------------------------
r155 | kunda | 2008-12-12 12:18:44 +0000 (Fri, 12 Dec 2008) | 16 lines
Changed paths:
M /trunk/modules/movers.lua
M /trunk/simpleMinimap.lua
simpleMinimap:
- added VehicleSeatIndicator frame to the 'movers module'
- 'movers' QuestWatchFrame: fix frame width to avoid text hopping
NOTE:
The default Blizzard code anchors the text in QuestWatchFrame to the TopLeft,
but the frame width changed too (depends on QuestText lenght): Results is
ugly text hopping. A fix frame width fixes this issue.
Hope this has no sideeffects on other things. If so please tell.
- Minimap toggle hides the MinimapCluster frame now. This allows 'click-through'
the area where the Minimap was after hiding the Minimap.
NOTE:
The default Blizzard Minimap toggle DOES NOT hide the MinimapCluster frame.
Previous smm versions worked exactly like the default Blizzard Minimap worked.
Hope this has no sideeffects on other things. If so please tell.
------------------------------------------------------------------------