Change Log:
--------------------
r4
* updated for Mists of Pandaria
* added code to style the battlefield minimap (Shift + M)
r3
* added an option to limit the number of addons shown in memory tooltip (default is: AddonNumb = 20)
* hide instance difficulty flag (might think about another way to show that information)
* changed default position to TOPRIGHT corner ...
r2
* some visual tweaks
* added an option to color the border by class
* added scale option...
r1
* square shape
* built in latency, fps and clock display - they can be disabled in dMinimap\dMinimap.lua
* calendar frame on right click or /cl, /calendar
* tracking on middle click
* hides unwanted minimap buttons
* LFD Tooltip will stay on the screen, no matter where you place the map
* mousewheel zoom
* changes position of the Quest tracker
* movable - Hold down Alt and left mouse button to move it around.
- Position is saved in your Account\ACCOUNTNAME\REALMNAME\CHARNAME\layout-local.txt
Note:
The configuration can be found in "dMinimap\dMinimap.lua".
HISTORY
2.9
* some tweaks
* stick LFG flag thingy to the map when moved, too
2.8
* stick the LFG thingy to the map when moved
2.7
* toc updated for 3.3
* fix for 3.3
2.6
* toc update ... err, finally ...
* north tag be gone!
* added 2 new round textures (Alien_RoundMap, Alien_RoundMapB)
* added 1 new square texture (Alien_SquareMap)
2.5b
* re-added the code the code that allows to change the position of the pvp tracker ... (it got lost ... somehow D'OH!)
2.5
* changed round3 and round4
* new default look
* option to change round glow texture
* option to hide glow for square shape
* option to hide glow for round shape
2.4
* removed the option "to enable/disable positioning of the quest tracker (feature disabled by default)" since it's now part of blizzards default interface
* added the option "to enable/disable positioning of the PvP tracker (feature disabled by default)"
2.3
* slight...
Description:
--------------------
Features:
* square shape
* options to change colours, font, scale, ...
* built in latency, fps and clock display - they can be disabled in dMinimap\dMinimap.lua
* calendar frame on right click or /cl, /calendar
* tracking on middle click
* hides unwanted minimap buttons
* LFD Tooltip will stay on the screen, no matter where you place the map
* mousewheel zoom
* changes position of the Quest tracker
* movable - Hold down Alt and left mouse button to move it around.
- Position is saved in your Account\ACCOUNTNAME\REALMNAME\CHARNAME\layout-local.txt
Note:
The configuration can be found in "dMinimap\dMinimap.lua".
-- minimap default position - you can move it ingame by holding down ALT!
position = "TOPRIGHT"
position_x = -35
position_y = -35
-- quest tracker position
qparent = UIParent
qanchor = "TOPRIGHT"
qposition_x = -60
qposition_y = -260
qheight = 400
local scale = 1.0
local useInfoPanel = true-- enable disable fps/latency and clock
local showclock = false-- ONLY show clock - makes sense to set useInfoPanel to false if you only want to show the clock ^^
local AddonNumb = 20-- maximum number of addons shown in tooltip (will always show set number of top memory usage addons)
local mediaFolder = "Interface\\AddOns\\dMinimap\\media\\"-- don't touch this ...
local texture = "Interface\\Buttons\\WHITE8x8"
local backdrop = {bgFile = texture, edgeFile = texture, edgeSize = 1, insets = { left = -1, right = -1, top = -1, bottom = -1}}
local mailicon = mediaFolder.."mail"
local font = mediaFolder.."Pixelway_Baseline.ttf"
local fontSize = 10
local fontFlag = "OUTLINE MONOCHROME"-- "THINOUTLINE", "OUTLINE MONOCHROME", "OUTLINE" or nil (no outline)
local backdropcolor = {26/255, 25/255, 31/255}-- backdrop color
local brdcolor = {65/255, 74...
--------------------
r4
* updated for Mists of Pandaria
* added code to style the battlefield minimap (Shift + M)
r3
* added an option to limit the number of addons shown in memory tooltip (default is: AddonNumb = 20)
* hide instance difficulty flag (might think about another way to show that information)
* changed default position to TOPRIGHT corner ...
r2
* some visual tweaks
* added an option to color the border by class
* added scale option...
r1
* square shape
* built in latency, fps and clock display - they can be disabled in dMinimap\dMinimap.lua
* calendar frame on right click or /cl, /calendar
* tracking on middle click
* hides unwanted minimap buttons
* LFD Tooltip will stay on the screen, no matter where you place the map
* mousewheel zoom
* changes position of the Quest tracker
* movable - Hold down Alt and left mouse button to move it around.
- Position is saved in your Account\ACCOUNTNAME\REALMNAME\CHARNAME\layout-local.txt
Note:
The configuration can be found in "dMinimap\dMinimap.lua".
HISTORY
2.9
* some tweaks
* stick LFG flag thingy to the map when moved, too
2.8
* stick the LFG thingy to the map when moved
2.7
* toc updated for 3.3
* fix for 3.3
2.6
* toc update ... err, finally ...
* north tag be gone!
* added 2 new round textures (Alien_RoundMap, Alien_RoundMapB)
* added 1 new square texture (Alien_SquareMap)
2.5b
* re-added the code the code that allows to change the position of the pvp tracker ... (it got lost ... somehow D'OH!)
2.5
* changed round3 and round4
* new default look
* option to change round glow texture
* option to hide glow for square shape
* option to hide glow for round shape
2.4
* removed the option "to enable/disable positioning of the quest tracker (feature disabled by default)" since it's now part of blizzards default interface
* added the option "to enable/disable positioning of the PvP tracker (feature disabled by default)"
2.3
* slight...
Description:
--------------------
Features:
* square shape
* options to change colours, font, scale, ...
* built in latency, fps and clock display - they can be disabled in dMinimap\dMinimap.lua
* calendar frame on right click or /cl, /calendar
* tracking on middle click
* hides unwanted minimap buttons
* LFD Tooltip will stay on the screen, no matter where you place the map
* mousewheel zoom
* changes position of the Quest tracker
* movable - Hold down Alt and left mouse button to move it around.
- Position is saved in your Account\ACCOUNTNAME\REALMNAME\CHARNAME\layout-local.txt
Note:
The configuration can be found in "dMinimap\dMinimap.lua".
-- minimap default position - you can move it ingame by holding down ALT!
position = "TOPRIGHT"
position_x = -35
position_y = -35
-- quest tracker position
qparent = UIParent
qanchor = "TOPRIGHT"
qposition_x = -60
qposition_y = -260
qheight = 400
local scale = 1.0
local useInfoPanel = true-- enable disable fps/latency and clock
local showclock = false-- ONLY show clock - makes sense to set useInfoPanel to false if you only want to show the clock ^^
local AddonNumb = 20-- maximum number of addons shown in tooltip (will always show set number of top memory usage addons)
local mediaFolder = "Interface\\AddOns\\dMinimap\\media\\"-- don't touch this ...
local texture = "Interface\\Buttons\\WHITE8x8"
local backdrop = {bgFile = texture, edgeFile = texture, edgeSize = 1, insets = { left = -1, right = -1, top = -1, bottom = -1}}
local mailicon = mediaFolder.."mail"
local font = mediaFolder.."Pixelway_Baseline.ttf"
local fontSize = 10
local fontFlag = "OUTLINE MONOCHROME"-- "THINOUTLINE", "OUTLINE MONOCHROME", "OUTLINE" or nil (no outline)
local backdropcolor = {26/255, 25/255, 31/255}-- backdrop color
local brdcolor = {65/255, 74...