WoWInterface SVN EFM-KharthusUpdates

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 5 to Rev 6
    Reverse comparison

Rev 5 → Rev 6

trunk/EnhancedFlightMap/globals.lua
9,7 → 9,7
]]
 
-- Global define
EFM_Version = "2.2.7";
EFM_Version = "2.2.8";
 
-- Define some stuff here to handle global stuff...
EFM_Global_Faction = UnitFactionGroup("player");
trunk/EnhancedFlightMap/changelog.txt
1,3 → 1,8
2012-10-23 Version 2.2.8
-------------------------
- Make new offline map window closable with the escape key (Google Code Issue# 19).
 
 
2012-10-22 Version 2.2.7
-------------------------
- Added code to fix issue where code was assuming a flight node a specific location could only occur in one continent, now we validate continent on node lookup.
trunk/EnhancedFlightMap/MapWindow.lua
223,6 → 223,9
-- Set special details of Frame
EFM_MapWindowNew:SetFrameStrata("DIALOG");
 
-- Add frame to the special frames so the "escape" key can close it.
tinsert(UISpecialFrames, EFM_MapWindowNew:GetName());
 
-- Start Hidden
EFM_MapWindowNew:Hide();
 
trunk/EnhancedFlightMap/EnhancedFlightMap.toc
1,7 → 1,7
## Interface: 50001
## Title: Enhanced Flight Map
## Author: Lysidia of Feathermoon
## Version: 2.2.7
## Version: 2.2.8
## Notes: Adds enhancements to the flight system!
## URL: http://lysaddons.game-host.org
## Website: http://lysaddons.game-host.org