WoWInterface SVN EFM-KharthusUpdates

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 8 to Rev 7
    Reverse comparison

Rev 8 → Rev 7

trunk/EnhancedFlightMap/Map.lua
213,7 → 213,7
local destX = tonumber(endNode["wmLoc"]["x"]);
local destY = tonumber(endNode["wmLoc"]["y"]);
if ((destX ~= nil) and (destY ~= nil)) then
DrawLine(line, "WorldMapDetailFrame", mapX * w, (h - (mapY * h)), destX * w, (h - (destY * h)), 32, TAXIROUTE_LINEFACTOR);
DrawRouteLine(line, "WorldMapDetailFrame", mapX * w, (h - (mapY * h)), destX * w, (h - (destY * h)), 32);
line:SetAlpha(0.5);
line:Show();
end
trunk/EnhancedFlightMap/globals.lua
9,7 → 9,7
]]
 
-- Global define
EFM_Version = "2.3.0";
EFM_Version = "2.2.9";
 
-- Define some stuff here to handle global stuff...
EFM_Global_Faction = UnitFactionGroup("player");
trunk/EnhancedFlightMap/changelog.txt
1,8 → 1,3
2016-07-30 Version 2.3.0
-------------------------
- Updated to work with Legion (7.0.3)
 
 
2014-11-19 Version 2.2.9
-------------------------
- Updated to work with Warlords of Draenor (6.0.2)
trunk/EnhancedFlightMap/FlightMaster.lua
158,7 → 158,7
end
 
-- Original Blizzard Stuff
-- TaxiNodeSetCurrent(index);
TaxiNodeSetCurrent(index);
 
for i=1, numRoutes do
local sX = EFM_SF_ValueToPrecision(TaxiGetSrcX(index, i), 2);
trunk/EnhancedFlightMap/MapWindow.lua
133,7 → 133,7
 
dX = w * tonumber(endNode["fmLoc"]["x"]);
dY = h * tonumber(endNode["fmLoc"]["y"]);
DrawLine(line, "EFM_MapWindowNew_Map", sX, sY, dX, dY, 32, TAXIROUTE_LINEFACTOR);
DrawRouteLine(line, "EFM_MapWindowNew_Map", sX, sY, dX, dY, 32);
line:Show();
end
end
trunk/EnhancedFlightMap/EnhancedFlightMap.toc
1,7 → 1,7
## Interface: 70000
## Interface: 60200
## Title: Enhanced Flight Map
## Author: Lysidia of Feathermoon
## Version: 2.3.0
## Version: 2.2.9
## Notes: Adds enhancements to the flight system!
## URL: http://lysaddons.game-host.org
## Website: http://lysaddons.game-host.org