let us put the slash in the right direction
[QuestHelper.git] / QuestHelper.toc
blob187c49dbdf4b18489ac0e794374ffa4fd42a64d0
1 ## Interface: 30000
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_Version QuestHelper_SaveVersion QuestHelper_Locale QuestHelper_Quests QuestHelper_Objectives QuestHelper_FlightInstructors QuestHelper_FlightRoutes QuestHelper_Pref QuestHelper_UID QuestHelper_SaveDate QuestHelper_SeenRealms 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
16 ## X-Donate: http://www.quest-helper.com/donate
18 # That is a pile of saved variables. Let me try to explain them better.
19
20 # Old data gathering:
21 # QuestHelper_Version: The version of Questhelper last used. Largely irrelevant.
22 # QuestHelper_SaveVersion: Save file data structure version number.
23 # QuestHelper_Locale: Locale last used to touch the file. Irrelevant and misleading and dangerous.
24 # QuestHelper_Quests: Quest database
25 # QuestHelper_Objectives: "Objectives". Eugh. I hate that catchall. Monsters, items, objects, and events, in one huge horrible pile.
26 # QuestHelper_FlightInstructors: List of known flight instructors.
27 # QuestHelper_FlightRoutes: List of known flight routes, with travel time.
28 # QuestHelper_SeenRealms: Realms that have been seen by the player (largely exists to catch private servers)
30 # New data gathering:
31 # QuestHelper_Collector: Most new data. In one huge horrible pile, but a *properly categorized* huge horrible pile
32 # QuestHelper_Collector_Version: Version ID, will probably always be 1 (who am I kidding, seriously, I think it's already 2)
34 # Misc:
35 # QuestHelper_Pref: User preferences
36 # QuestHelper_UID: User unique ID
37 # QuestHelper_SaveDate: Date of last shutdown
38 # QuestHelper_Errors: List of errors seen
40 # Everything under "Old data gathering" will go away once the new data gathering is in place.
42 # 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
45 bst_pre.lua
47 error.lua
49 bst_libaboutpanel.lua
50 LibAboutPanel\lib.xml
52 bst_astrolabe.lua
53 AstrolabeQH\Load.xml
55 bst_ctl.lua
56 ChatThrottleLib\ChatThrottleLib.xml
58 static_deDE.lua
59 static_enUS.lua
60 static_esES.lua
61 static_esMX.lua
62 static_frFR.lua
63 static_koKR.lua
64 static_ruRU.lua
65 static_zhCN.lua
66 static_zhTW.lua
68 static.lua
69 changes.lua
71 lang.lua
72 lang\dadk.lua
73 lang\dede.lua
74 lang\elel.lua
75 lang\enus.lua
76 lang\eses.lua
77 lang\esmx.lua
78 lang\frfr.lua
79 lang\huhu.lua
80 lang\itit.lua
81 lang\kokr.lua
82 lang\nlnl.lua
83 lang\plpl.lua
84 lang\ptbr.lua
85 lang\ptpt.lua
86 lang\ruru.lua
87 lang\svse.lua
88 lang\trtr.lua
89 lang\zhtw.lua
91 upgrade.lua
92 main.lua
93 recycle.lua
94 objective.lua
95 quest.lua
96 questlog.lua
97 utility.lua
98 dodads.lua
99 graph.lua
100 teleport.lua
101 pathfinding.lua
102 routing.lua
103 custom.lua
104 menu.lua
105 hidden.lua
106 nag.lua
107 comm.lua
108 mapbutton.lua
109 pattern.lua
110 flightpath.lua
111 tracker.lua
112 objtips.lua
113 textviewer.lua
114 help.lua
116 timeslice.lua
118 collect.lua
119 collect_achievement.lua
120 collect_lzw.lua
121 collect_traveled.lua
122 collect_location.lua
123 collect_zone.lua
124 collect_merger.lua
125 collect_monster.lua
126 collect_item.lua
127 collect_object.lua
128 collect_loot.lua
129 collect_patterns.lua
130 collect_flight.lua
131 collect_util.lua
132 collect_quest.lua
133 collect_notifier.lua
134 collect_equip.lua
135 collect_spec.lua
136 collect_bitstream.lua
138 cartographer.lua
139 tomtom.lua
141 bst_post.lua