WoWInterface SVN PocketPlot

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 80 to Rev 81
    Reverse comparison

Rev 80 → Rev 81

trunk/PocketPlot/pocketplot.lua
250,11 → 250,11
end
 
--MINIMAP ICONS/BLIPS
if db.blips == "default" then
--if db.blips == "default" then
Minimap:SetBlipTexture("Interface\\Minimap\\OBJECTICONSATLAS")
else
Minimap:SetBlipTexture("Interface\\AddOns\\PocketPlot\\media\\"..db.blips)
end
--else
-- Minimap:SetBlipTexture("Interface\\AddOns\\PocketPlot\\media\\"..db.blips)
--end
 
--MAKE THE MINIMAP SQUARE WITH A THIN BORDER
MinimapBorder:Hide()
380,7 → 380,11
throttle = throttle + elapsed
if throttle >= .3 then
coordx,coordy = GetPlayerMapPosition("player")
coords:SetFormattedText("%.1f/%.1f", coordx*100, coordy*100)
if coordx then
coords:SetFormattedText("%.1f/%.1f", coordx*100, coordy*100)
else
coords:SetText("--/--")
end
throttle = 0
end
end)
trunk/PocketPlot/PocketPlot.toc
1,8 → 1,8
## Interface: 70000
## Interface: 70100
## Title: PocketPlot
## Author: Seerah
## Notes: Minimap customization
## Version: 2.18.1
## Version: 2.18.2
## X-Category: Minimap
## OptionalDeps: Ace3, LibSharedMedia-3.0, AceGUI-3.0-SharedMediaWidgets
## SavedVariables: PocketPlotDB