Ce site Web nécessite JavaScript.
Explorateur
Aide
Connexion
Albirew
/
questhelperredux
Archivé
Suivre
1
Ajouter aux favoris
0
Bifurcation
Vous avez déjà forké questhelperredux
0
Code
Activité
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.
91d99b09f4
questhelperredux
/
QuestHelper
Historique
Nathanial.C.Jones
725ece19e3
Updated TOC version. Will be checking into zone lookup issues tomorrow sometime.
2011-12-02 02:06:05 +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
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
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
Collecting more info on location to help with dungeon quests.
2011-10-24 10:33:55 +00:00
collect_loot.lua
Collecting more info on location to help with dungeon quests.
2011-10-24 10:33:55 +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
core.lua
custom.lua
db_get.lua
Rewrote export code in hopes of a more readable export.
2011-07-19 10:12:29 +00:00
director_achievement.lua
Applying the same patching for Stranglethorn as Alterac.
2011-03-04 23:26:38 +00:00
director_find.lua
Minor fix to ensure that everything is clean if the user cancels the custom waypoint via the world map.
2011-07-17 01:30:37 +00:00
director_quest.lua
Applying the same patching for Stranglethorn as Alterac.
2011-03-04 23:26:38 +00:00
dodads.lua
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
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
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
Updated TOC version. Will be checking into zone lookup issues tomorrow sometime.
2011-12-02 02:06:05 +00:00
radar.lua
recycle.lua
routing.lua
routing_controller.lua
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
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