..
Art
Fonts
lang
Decided creating packages for each locale was going to be a huge PITA for uploading. Trying to set this up so that the locale specific stuff is load on demand. QuestHelper depends on QHData-base, which in turn loads the appropriate locale specific QHData addon. Note: NONE OF THIS HAS BEEN TESTED! There are so many changes that it makes more sense to commit first and ask questions later.
2011-07-05 22:15:17 +00:00
libs
FACEPALM! Bad variable name, so it is gonna be nil. #%$@ case sensitivity.
2011-02-05 04:48:47 +00:00
arrow.lua
Adding version check back in. Updated files, putting in the version place holder and updated build script to streamline overall process and replace the version place holder in the lua files.
2010-11-08 13:28:59 +00:00
arrow_image.blp
arrow_image_down.blp
bst_astrolabe.lua
Adding version check back in. Updated files, putting in the version place holder and updated build script to streamline overall process and replace the version place holder in the lua files.
2010-11-08 13:28:59 +00:00
bst_ctl.lua
Adding version check back in. Updated files, putting in the version place holder and updated build script to streamline overall process and replace the version place holder in the lua files.
2010-11-08 13:28:59 +00:00
bst_libaboutpanel.lua
Adding version check back in. Updated files, putting in the version place holder and updated build script to streamline overall process and replace the version place holder in the lua files.
2010-11-08 13:28:59 +00:00
bst_post.lua
Adding version check back in. Updated files, putting in the version place holder and updated build script to streamline overall process and replace the version place holder in the lua files.
2010-11-08 13:28:59 +00:00
bst_pre.lua
Adding version check back in. Updated files, putting in the version place holder and updated build script to streamline overall process and replace the version place holder in the lua files.
2010-11-08 13:28:59 +00:00
bst_range.lua
Adding version check back in. Updated files, putting in the version place holder and updated build script to streamline overall process and replace the version place holder in the lua files.
2010-11-08 13:28:59 +00:00
cartographer.lua
Adding version check back in. Updated files, putting in the version place holder and updated build script to streamline overall process and replace the version place holder in the lua files.
2010-11-08 13:28:59 +00:00
cartographer_is_terrible.lua
Not related to the current testing. Took first step at removing Cartographer and was nice enough to warn people, removed connections to Changes command as the log hasn't been updated and I'm not going to right now, and attempted to address Issue 50.
2011-02-05 13:59:20 +00:00
changes.lua
collect.lua
Fixed an issue where the faction name wasn't being used in the collector. This does not affect collection enough to warrant purging.
2011-07-01 16:14:15 +00:00
collect_achievement.lua
Commented out the offensive code that was causing issue 448 (not sure why it was being offensive, but it was). Made some data collection adjustments to further streamline parsing in the future.
2011-06-19 04:05:19 +00:00
collect_bitstream.lua
Adding version check back in. Updated files, putting in the version place holder and updated build script to streamline overall process and replace the version place holder in the lua files.
2010-11-08 13:28:59 +00:00
collect_equip.lua
Fixed issue 267.
2011-01-23 20:41:55 +00:00
collect_flight.lua
Commented out the offensive code that was causing issue 448 (not sure why it was being offensive, but it was). Made some data collection adjustments to further streamline parsing in the future.
2011-06-19 04:05:19 +00:00
collect_hearth.lua
Fixed an issue where the landing coordinates were being put in the wrong location. It was putting the landing coordinates outside of the appropriate home subtable, resulting in only one set of coordinates.
2011-06-19 02:33:02 +00:00
collect_item.lua
More structural changes to the data collection. Some changes to the spec bolus to ensure we get the key on game exit
2011-01-21 11:33:43 +00:00
collect_location.lua
Fixed an issue where numbers in Europe are saved using European notation and causing the parser to return really large numbers for x and y coordinates when converting from a string to a number.
2011-06-19 16:28:27 +00:00
collect_loot.lua
Altered the collection structure for worldloot and fishing.
2011-06-19 11:26:58 +00:00
collect_lzw.lua
Adding version check back in. Updated files, putting in the version place holder and updated build script to streamline overall process and replace the version place holder in the lua files.
2010-11-08 13:28:59 +00:00
collect_merchant.lua
Altered merchant collector to put data into a table format.
2011-06-16 03:38:32 +00:00
collect_merger.lua
Adding version check back in. Updated files, putting in the version place holder and updated build script to streamline overall process and replace the version place holder in the lua files.
2010-11-08 13:28:59 +00:00
collect_monster.lua
Commented out the offensive code that was causing issue 448 (not sure why it was being offensive, but it was). Made some data collection adjustments to further streamline parsing in the future.
2011-06-19 04:05:19 +00:00
collect_notifier.lua
Adding version check back in. Updated files, putting in the version place holder and updated build script to streamline overall process and replace the version place holder in the lua files.
2010-11-08 13:28:59 +00:00
collect_object.lua
Fixed a 'compile' error.
2011-01-21 01:34:25 +00:00
collect_patterns.lua
Adding version check back in. Updated files, putting in the version place holder and updated build script to streamline overall process and replace the version place holder in the lua files.
2010-11-08 13:28:59 +00:00
collect_quest.lua
Fixed both of the problems in issue 457. Ironically, the error reported was not generally reachable except through the reporting of an error. The error that was trying to be reported was a failed assertion, due to the resolution of issue 427. As it turns out, the guid position was moved and a number really was being returned. This was introduced in the 4.1 patch and further changed with the 4.2 patch, possibly making all 4.1 data useless (examination of some sample data shall ensue).
2011-07-06 11:46:30 +00:00
collect_spec.lua
Fixed an issue where a talent was returning nil.
2011-07-06 18:56:10 +00:00
collect_traveled.lua
Fixed LostIsles coord issue. Restructured collectors to output tables only.
2011-01-21 01:06:11 +00:00
collect_upgrade.lua
Adding version check back in. Updated files, putting in the version place holder and updated build script to streamline overall process and replace the version place holder in the lua files.
2010-11-08 13:28:59 +00:00
collect_util.lua
Applied strlen fix for issue 427 suggested by jisonpoo in comment 10 ( http://code.google.com/p/questhelperredux/issues/detail?id=427#c10 )
2011-06-14 12:29:34 +00:00
collect_warp.lua
Fixed LostIsles coord issue. Restructured collectors to output tables only.
2011-01-21 01:06:11 +00:00
collect_zone.lua
Reverted collect_zone back to original... collect_hearth was based on collect_zone. Fixed the init in collect_hearth to make sure it would actually init when called.
2011-01-28 02:29:12 +00:00
comm.lua
Adding version check back in. Updated files, putting in the version place holder and updated build script to streamline overall process and replace the version place holder in the lua files.
2010-11-08 13:28:59 +00:00
config.lua
Not related to the current testing. Took first step at removing Cartographer and was nice enough to warn people, removed connections to Changes command as the log hasn't been updated and I'm not going to right now, and attempted to address Issue 50.
2011-02-05 13:59:20 +00:00
core.lua
Adding version check back in. Updated files, putting in the version place holder and updated build script to streamline overall process and replace the version place holder in the lua files.
2010-11-08 13:28:59 +00:00
custom.lua
Named Wintergrasp wrong. Revision 100 YAY\!
2011-01-24 01:45:40 +00:00
db_get.lua
Realized that I would get an error the first time I did the data export with the current method.
2011-07-06 12:22:43 +00:00
director_achievement.lua
Applying the same patching for Stranglethorn as Alterac.
2011-03-04 23:26:38 +00:00
director_find.lua
Applying the same patching for Stranglethorn as Alterac.
2011-03-04 23:26:38 +00:00
director_quest.lua
Applying the same patching for Stranglethorn as Alterac.
2011-03-04 23:26:38 +00:00
dodads.lua
Should resolve issue 323. Apparently SetObjective is being called explicitly with nil on line 259. Resolution is to check to see if we're getting nil or not. If something comes in, we then assert.
2011-02-12 13:09:54 +00:00
dodads_triangles.lua
Adding version check back in. Updated files, putting in the version place holder and updated build script to streamline overall process and replace the version place holder in the lua files.
2010-11-08 13:28:59 +00:00
error.lua
Fixed both of the problems in issue 457. Ironically, the error reported was not generally reachable except through the reporting of an error. The error that was trying to be reported was a failed assertion, due to the resolution of issue 427. As it turns out, the guid position was moved and a number really was being returned. This was introduced in the 4.1 patch and further changed with the 4.2 patch, possibly making all 4.1 data useless (examination of some sample data shall ensue).
2011-07-06 11:46:30 +00:00
filter_base.lua
Adding version check back in. Updated files, putting in the version place holder and updated build script to streamline overall process and replace the version place holder in the lua files.
2010-11-08 13:28:59 +00:00
filter_core.lua
Adding version check back in. Updated files, putting in the version place holder and updated build script to streamline overall process and replace the version place holder in the lua files.
2010-11-08 13:28:59 +00:00
flightpath.lua
Updated toc version to 40100 to bring QH up to date for the 4.1 patch. 'Fixed' the flight timer resize issue (issue 426) by setting the size during each cycle.
2011-04-28 01:40:23 +00:00
graph_core.lua
Applying the same patching for Stranglethorn as Alterac.
2011-03-04 23:26:38 +00:00
graph_flightpath.lua
Added lonadar's fix for EK, Kalimdor and Maelstrom flying
2010-12-13 03:17:57 +00:00
help.lua
Working on updating pathfinding.lua (think I left it in a usable state), made some changes to help.lua but by now I don't remember what, and updated the web addresses in the /lang directory.
2011-02-10 22:48:02 +00:00
lang.lua
Decided creating packages for each locale was going to be a huge PITA for uploading. Trying to set this up so that the locale specific stuff is load on demand. QuestHelper depends on QHData-base, which in turn loads the appropriate locale specific QHData addon. Note: NONE OF THIS HAS BEEN TESTED! There are so many changes that it makes more sense to commit first and ask questions later.
2011-07-05 22:15:17 +00:00
line.tga
main.lua
Apparently I didn't commit the correct versions of the static files. I have also updated the toc files to display the name "QuestHelper Data (locale)." I also removed lang.lua from the expected files list, since it is in the data addon.
2011-07-03 13:44:55 +00:00
manager_achievement.lua
Adding version check back in. Updated files, putting in the version place holder and updated build script to streamline overall process and replace the version place holder in the lua files.
2010-11-08 13:28:59 +00:00
manager_blizzobjective.lua
manager_completed.lua
Adding version check back in. Updated files, putting in the version place holder and updated build script to streamline overall process and replace the version place holder in the lua files.
2010-11-08 13:28:59 +00:00
manager_event.lua
Added an assertion to help diagnose the repeated rearing of the 'Coord[1] = 181' error. Created a collector for hearthing.
2011-01-28 02:12:26 +00:00
mapbutton.lua
Not related to the current testing. Took first step at removing Cartographer and was nice enough to warn people, removed connections to Changes command as the log hasn't been updated and I'm not going to right now, and attempted to address Issue 50.
2011-02-05 13:59:20 +00:00
menu.lua
Adding version check back in. Updated files, putting in the version place holder and updated build script to streamline overall process and replace the version place holder in the lua files.
2010-11-08 13:28:59 +00:00
MinimapArrow.tga
nag.lua
Adding version check back in. Updated files, putting in the version place holder and updated build script to streamline overall process and replace the version place holder in the lua files.
2010-11-08 13:28:59 +00:00
objective.lua
Applying the same patching for Stranglethorn as Alterac.
2011-03-04 23:26:38 +00:00
objtips.lua
Adding version check back in. Updated files, putting in the version place holder and updated build script to streamline overall process and replace the version place holder in the lua files.
2010-11-08 13:28:59 +00:00
pathfinding.lua
This should resolve issue 458.
2011-07-06 18:22:45 +00:00
pattern.lua
Adding version check back in. Updated files, putting in the version place holder and updated build script to streamline overall process and replace the version place holder in the lua files.
2010-11-08 13:28:59 +00:00
quest.lua
Adding version check back in. Updated files, putting in the version place holder and updated build script to streamline overall process and replace the version place holder in the lua files.
2010-11-08 13:28:59 +00:00
QuestHelper.toc
Changed data export method to be a bit more streamlined. Not all data will be exported and a purge will not clear the data. This is for my use only, so I will have no pity on the fool who sets export to true and then complains about the memory usage.
2011-07-06 12:10:56 +00:00
radar.lua
Adding version check back in. Updated files, putting in the version place holder and updated build script to streamline overall process and replace the version place holder in the lua files.
2010-11-08 13:28:59 +00:00
recycle.lua
Adding version check back in. Updated files, putting in the version place holder and updated build script to streamline overall process and replace the version place holder in the lua files.
2010-11-08 13:28:59 +00:00
routing.lua
Removed a chunk of never executed code ('if false' will always fail, since false is false and if statements will only execute their blocks if their tests are true). Added an assert where I think issue 315 might have its roots.
2011-02-04 03:23:59 +00:00
routing_controller.lua
Ok, last revision had a bug in the code that I rectified in the "production" test locally. This version has another forced fail, so it will not be released for testing by anyone else.
2011-02-05 22:05:57 +00:00
routing_core.lua
Applying the same patching for Stranglethorn as Alterac.
2011-03-04 23:26:38 +00:00
routing_debug.lua
Adding version check back in. Updated files, putting in the version place holder and updated build script to streamline overall process and replace the version place holder in the lua files.
2010-11-08 13:28:59 +00:00
routing_hidden.lua
Adding version check back in. Updated files, putting in the version place holder and updated build script to streamline overall process and replace the version place holder in the lua files.
2010-11-08 13:28:59 +00:00
routing_loc.lua
Adding version check back in. Updated files, putting in the version place holder and updated build script to streamline overall process and replace the version place holder in the lua files.
2010-11-08 13:28:59 +00:00
routing_route.lua
Adding version check back in. Updated files, putting in the version place holder and updated build script to streamline overall process and replace the version place holder in the lua files.
2010-11-08 13:28:59 +00:00
sigil.tga
teleport.lua
Adding version check back in. Updated files, putting in the version place holder and updated build script to streamline overall process and replace the version place holder in the lua files.
2010-11-08 13:28:59 +00:00
textviewer.lua
Adding version check back in. Updated files, putting in the version place holder and updated build script to streamline overall process and replace the version place holder in the lua files.
2010-11-08 13:28:59 +00:00
timeslice.lua
Adding version check back in. Updated files, putting in the version place holder and updated build script to streamline overall process and replace the version place holder in the lua files.
2010-11-08 13:28:59 +00:00
tomtom.lua
Adding version check back in. Updated files, putting in the version place holder and updated build script to streamline overall process and replace the version place holder in the lua files.
2010-11-08 13:28:59 +00:00
tooltip.lua
Adding version check back in. Updated files, putting in the version place holder and updated build script to streamline overall process and replace the version place holder in the lua files.
2010-11-08 13:28:59 +00:00
tracker.lua
Special item icons now disappear when their quest is complete.
2011-02-14 14:53:06 +00:00
triangle.tga
upgrade.lua
IndexLookup issues in and of themselves will no longer throw errors... They'll just throw messages to the chat frame.
2011-03-02 01:47:01 +00:00
utility.lua
Created 'static' variables 'ALLIANCE' and 'HORDE' to eventually replace all references by number, thus enhancing readability.
2011-04-03 20:36:10 +00:00
warning.lua
Intial creation of warning messages. Just copies error.lua to warning.lua and changes any reference to 'err', 'Err', 'error' or 'Error' to 'warn', 'Warn', 'warning' or 'Warning', respectively. It is highly unlikely that QH will break if this file is loaded, so QuestHelper.toc has not yet been modified.
2011-02-08 13:12:14 +00:00