these tooltips are giving me fits
[QuestHelper.git] / QuestHelper.toc
blobb180afdcb8ab17f77256152e5a31d4a9f5a7f035
1 ## Interface: 30100
2 ## Title: QuestHelper
3 ## Author: zorbathut, smariot, vipersniper, nesher
4 ## Notes: Calculates an optimal route for you to follow while questing.
5 ## Notes-deDE: Berechnet eine optimale Route für dich, der du während dem Questen folgen kannst.
6 ## Notes-frFR: Calcule un itinéraire optimal pour vous de suivre.
7 ## Notes-esES: Calcula la mejor ruta a seguir para usted.
8 ## Notes-esMX: Calcula la mejor ruta a seguir para usted.
9 ## Notes-koKR: 노선에 대한 계산을 수행합니다.
10 ## Version: Development Version
11 ## OptionalDeps: Cartographer_Waypoints, TomTom, !Swatter
12 ## SavedVariables: QuestHelper_Pref QuestHelper_UID QuestHelper_SaveDate QuestHelper_Errors QuestHelper_Collector QuestHelper_Collector_Version
13 ## SavedVariablesPerCharacter: QuestHelper_KnownFlightRoutes QuestHelper_Home QuestHelper_CharVersion QuestHelper_Flight_Updates
14 ## X-Website: http://www.quest-helper.com/
15 ## X-Embeds: AstrolabeQH, ChatThrottleLib
17 # Explanation of optional deps:
18 # Cartographer and Tomtom are there so I can link with their arrows properly.
19 # Swatter really likes intercepting all error messages and not letting them through. Since I want to intercept my own messages, I go after Swatter so I can insert my hook earlier on.
21 # That is a pile of saved variables. Let me try to explain them better.
22
23 # Old data gathering:
24 # QuestHelper_SaveDate: Date of last shutdown.
25 # QuestHelper_Collector_Version: Originally part of the new system, now just hanging around until I believe it vanishing won't cause problems.
27 # New data gathering:
28 # QuestHelper_Collector: Most new data. In one huge horrible pile, but a *properly categorized* huge horrible pile
30 # Misc:
31 # QuestHelper_Pref: User preferences
32 # QuestHelper_UID: User unique ID
33 # QuestHelper_Errors: List of errors seen
35 # Everything under "Old data gathering" will go away once the new data gathering is in place.
37 # Per-character stuff needs to be consolidated as well, which will happen in some future version. I need to see how it handles *removing* variables. And yeah we're adding more per-character stuff already argharblrghab
39 # Exists just for load-profiling's sake
40 bst_pre.lua
42 # Loads before everything else so we can catch errors in everything else
43 error.lua
45 bst_libaboutpanel.lua
46 LibAboutPanel\lib.xml
48 bst_astrolabe.lua
49 AstrolabeQH\Load.xml
51 bst_ctl.lua
52 ChatThrottleLib\ChatThrottleLib.xml
54 changes.lua
56 lang.lua
57 lang\cscz.lua
58 lang\dadk.lua
59 lang\dede.lua
60 lang\elel.lua
61 lang\enus.lua
62 lang\eses.lua
63 lang\esmx.lua
64 lang\frfr.lua
65 lang\huhu.lua
66 lang\itit.lua
67 lang\kokr.lua
68 lang\nlnl.lua
69 lang\nono.lua
70 lang\plpl.lua
71 lang\ptbr.lua
72 lang\ptpt.lua
73 lang\roro.lua
74 lang\ruru.lua
75 lang\svse.lua
76 lang\trtr.lua
77 lang\zhcn.lua
78 lang\zhtw.lua
80 # Basic utilities used for miscellaneous things, also creates the QH frame
81 utility.lua
83 # This is kind of a lot of files.
84 static.lua
85 static_1.lua
86 static_2.lua
87 static_deDE.lua
88 static_deDE_1.lua
89 static_deDE_2.lua
90 static_enUS.lua
91 static_enUS_1.lua
92 static_enUS_2.lua
93 static_esES.lua
94 static_esES_1.lua
95 static_esES_2.lua
96 static_frFR.lua
97 static_frFR_1.lua
98 static_frFR_2.lua
99 static_koKR.lua
100 static_koKR_1.lua
101 static_koKR_2.lua
102 static_ruRU.lua
103 static_ruRU_1.lua
104 static_ruRU_2.lua
105 static_zhTW.lua
106 static_zhTW_1.lua
107 static_zhTW_2.lua
109 # oh shut up
110 collect_notifier.lua
112 # Memory management, depends on nothing, calls nothing. I don't mention when things depend on this - it's not as extensively used as it used to be, but it's still under basic-utilities.
113 recycle.lua
115 # Patterns for parsing the GlobalString patterns. Depends on nothing, calls nothing. Honestly, it's better than collect_pattern, I should probably be using it there. I need util_ or something.
116 pattern.lua
118 # Event manager module. Depends on nothing, calls no external functions.
119 manager_event.lua
121 # Database module. Depends on nothing, calls no external functions.
122 db_get.lua
124 # Timeslice module. Depends on nothing, calls no external functions besides a few basic system-API things.
125 timeslice.lua
127 # Graph module. Depends on nothing, calls no external functions.
128 graph_core.lua
129 graph_flightpath.lua
131 # Routing module. Depends on Timeslice and Filters, calls almost no external functions (handles its own get-player-position stuff via RetrieveRawLocation, but that's it.)
132 routing_debug.lua
133 routing_loc.lua
134 routing_route.lua
135 routing_core.lua
136 routing_controller.lua
137 # this segment uses the menu system as well
138 routing_hidden.lua
140 # Filters. Pays attention to QH_pref but not a lot more.
141 filter_core.lua
142 filter_base.lua
144 # New tooltip system. Depends on nothing, calls nothing besides WoW UI.
145 tooltip.lua
147 # Directors
148 # Quest module. Depends on Database, Routing, Patterns, Tooltip, and Event Manager, interfaces with WoW UI.
149 director_quest.lua
151 # Map and minimap dodads. Old code. Depends on nothing, interfaces with WoW UI.
152 dodads.lua
154 # New coordinator system. Depends on pretty much everything.
155 core.lua
158 upgrade.lua
159 main.lua
161 objective.lua
162 quest.lua
163 questlog.lua
164 graph.lua
165 teleport.lua
166 pathfinding.lua
167 routing.lua
168 custom.lua
169 menu.lua
170 hidden.lua
171 nag.lua
172 comm.lua
173 mapbutton.lua
174 flightpath.lua
175 tracker.lua
176 objtips.lua
177 textviewer.lua
178 help.lua
180 collect_achievement.lua
181 collect_lzw.lua
182 collect_traveled.lua
183 collect_location.lua
184 collect_zone.lua
185 collect_merger.lua
186 collect_monster.lua
187 collect_item.lua
188 collect_object.lua
189 collect_loot.lua
190 collect_patterns.lua
191 collect_flight.lua
192 collect_util.lua
193 collect_quest.lua
194 collect_equip.lua
195 collect_spec.lua
196 collect_bitstream.lua
197 collect_upgrade.lua
198 collect_merchant.lua
199 collect_warp.lua
200 collect.lua
202 cartographer.lua
203 tomtom.lua
204 arrow.lua
206 bst_post.lua