vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1  
2 ----- Kwraz's Flight Path Tracker -----
3  
4 NOTE: I AM NO LONGER ACTIVELY SUPPORTING FLIGHTPATH FOR PUBLIC DISTRIBUTION.
5 I MAY UPDATE IT AS NECESSARY TO WORK WITH BLIZZARD API CHANGES, BUT
6 NO FURTHER ENHANCEMENTS ARE EXPECTED TO BE MADE. Kwraz 6/22/2006
7  
8 This World of Warcraft addon makes flying around the world of Azeroth a
9 little easier.
10  
11 It automatically learns flight paths as you talk to flight masters, including
12 any future flight paths Blizzard may add. It also comes with a list of flight
13 paths, zeppelin routes, and boat connections that you can load if you desire.
14  
15 FlightPath has the following features:
16  
17 o Known flight masters show up on your zone maps. Hovering your mouse over
18 the icon displays all the connections available from that flight master.
19  
20 o An on screen arrival time countdown is displayed while in flight once
21 FlightPath has learned the time it takes to make the trip.
22  
23 o When talking to flight masters, the time needed to make each trip is
24 shown in a tooltip as you hover over each destination.
25  
26 o You can bring up a dialog that allows you to query connections by typing
27 '/fp' at the WoW chat prompt (bindable to a key). You can then click on
28 the connections that are displayed in the dialog and the view switches
29 to the clicked location. If you right click on a connection, the map for
30 that zone will open with the flight master's location highlighted.
31  
32 o Many of the travel paths around Azeroth have been supplied. You can load
33 these with the '/fp load' command if you don't want to learn them all
34 yourself.
35  
36 There is no configuration needed. Just unzip the files into the WoW
37 Interface\Addons\FlightPath directory and log in.
38  
39 FlightPath learns new flight paths when you talk to a flight master. The
40 duration for each flight is not recorded (or known) until you actually fly
41 the route. You have to have either flown to a destination or talked to the
42 flight master there before FlightPath can learn that flight master's
43 location for display on the zone map.
44  
45 Every time you talk to a flight master, the prices are checked and updated
46 in the event you have achieved a faction discount.
47  
48 Enjoy!
49  
50  
51 Kwraz
52 60 Troll Mage
53 Black Lotus
54 Icecrown
55  
56 kwraz@kjware.net
57 (or in game mail to Kwraz if you play Horde on Icecrown)
58  
59  
60  
61 Updates to FlightPath can be found at the following places:
62  
63 http://ui.worldofwar.net/ui.php?id=594
64 http://www.curse-gaming.com/mod.php?addid=909
65  
66  
67 Version History:
68  
69 Date Rev Comments
70 -------- ---- --------------------------------------------------------------
71 9/13/05 1.14 - Fixed WorldMapButton:OnUpdate error, UI version set for 1.7
72  
73 6/27/05 1.13 - Update to WoW UI interface version 1.5
74 - Flight time remaining could be a bit off on slow computers. Fixed.
75 - Width of on screen destination increased to prevent truncation
76  
77 4/18/05 1.12 - Removed debug statement causing concatenate error.
78  
79 4/18/05 1.11 - I broke the /fp load command in 1.10. It has now been fixed.
80  
81 4/18/05 1.10 - Bound key now toggles dialog on/off correctly
82 - Alt-Z to hide UI now also hides the in-flight counter
83 - Aligned text on the zone map connection tooltip (cosmetic)
84 - Zone names with foreign characters in them (for non-English
85 clients) should now work correctly
86 - Other faction's flight paths were showing on the Booty Bay
87 zone map tooltip. Fixed.
88 - Changing zones with the FlightPath dialog open caused the
89 dropdown list to display zones instead of flight master
90 locations. Fixed.
91  
92 4/14/05 1.09 - Fixed incompatibility with VisibleFlightMap
93 - Zone map icons changed to the same as the flight master's map
94 - Undiscovered flight path locations show as grey on zone map
95 - Dialog drop down box scaled down to fit within dialog
96 - Many Alliance flight paths added (thanks Morphiasgnom!)
97  
98 4/13/05 1.08 - Added key binding support
99 - Undiscovered flight masters no longer show on zone map if
100 /fp hidegrey set
101 - Added more durations to Horde flight paths
102 - Added hideremaining and showremaining commands.
103 - Fixed problem with incorrect locations being stored for flight
104 masters
105  
106 4/12/05 1.07 - On screen 'flight time remaining' countdown added.
107 - Added the '/fp load' command to allow loading supplied flight
108 info.
109 - Flight duration now shown in map tooltip when talking to
110 flight master.
111 - Added confirmation dialog to /fp erase.
112 - Added myAddons support.
113 - Flight durations are now tracked separately for each direction.
114 (They initially start out the same).
115 - Fixed 32 location limit on dialog drop down
116 - Removed the obsolete HordePaths.lua and AlliancePaths.lua
117 file. All supplied paths are now in KnownPaths.lua
118  
119 4/8/05 1.06 - Fixed a problem with Stormwind, Ironforge, and Moonglade.
120 - Added the '/fp hidegrey' and '/fp showgrey' commands.
121 - Added the '/fp erase' command to erase your recorded flight
122 paths.
123 - Added the '/fp check' command to help users debug flight
124 master location mismatches.
125 - Fixed a problem with the KnownPaths.lua file that caused the
126 supplied preloads to be greyed out.
127 - Added a skeleton AlliancePaths.lua.
128  
129 4/7/05 1.05 - Fixed minor string error the first time FlightPath is
130 installed
131  
132 4/7/05 1.04 - Escape key now closes the FlightPath dialog.
133 - Whether or not to gray out a connection is now tracked by
134 character, since different characters will know different
135 routes. Note that the first character to log in after
136 installing this version will have all your existing flight
137 paths flagged as known (including preloads).
138  
139 4/7/05 1.03 - Unreachable routes are now greyed in map tooltip as well.
140  
141 4/7/05 1.02 - Removed some bad cost data in the HordePaths.lua file.
142 - Preloaded flights you cannot take are now shown in gray. (Note:
143 you have to clear your SavedVariables.lua data and reload if you
144 loaded preloaded flights with a previous version of FlightPath.)
145  
146 4/6/05 1.01 - Fixed a problem with the drop down listbox position when many
147 entries
148  
149 4/6/05 1.0 - Initial release