1
0
Bifurcation 0
Ce dépôt a été archivé le 2020-03-15. Vous pouvez voir ses fichiers ou le cloner, mais pas ouvrir de ticket ou de demandes d'ajout, ni soumettre de changements.
questhelperredux/QuestHelper
2011-07-16 21:46:53 +00:00
..
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
arrow_image.blp
arrow_image_down.blp
bst_astrolabe.lua
bst_ctl.lua
bst_libaboutpanel.lua
bst_post.lua
bst_pre.lua
bst_range.lua
cartographer.lua
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
collect_equip.lua
collect_flight.lua Fixed the flight collector. 2011-07-06 19:01:59 +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
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
collect_merchant.lua This should deal with issue 461. 2011-07-07 13:06:01 +00:00
collect_merger.lua
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
collect_object.lua
collect_patterns.lua
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
collect_upgrade.lua
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
collect_zone.lua
comm.lua
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
custom.lua
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 Fixed the issue that was causing issue 350... Without reverting to pre-elders code. :D 2011-07-16 21:46:53 +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
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
filter_core.lua
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
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
manager_blizzobjective.lua
manager_completed.lua
manager_event.lua
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
MinimapArrow.tga
nag.lua
objective.lua Applying the same patching for Stranglethorn as Alterac. 2011-03-04 23:26:38 +00:00
objtips.lua
pathfinding.lua Temporarily removed the level restriction for the Dalaran <--> Crystalsong Forest path. 2011-07-16 00:57:09 +00:00
pattern.lua
quest.lua
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
recycle.lua
routing.lua
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
routing_hidden.lua
routing_loc.lua
routing_route.lua
sigil.tga
teleport.lua
textviewer.lua
timeslice.lua
tomtom.lua
tooltip.lua
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 Adjuste lua error call to include the message. 2011-07-14 10:03:20 +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