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-12-31 23:55:01 +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 Changed time function used to debugprofilestop. 2011-12-31 23:51:43 +00:00
arrow_image.blp
arrow_image_down.blp
bst_pre.lua
changes.lua
collect.lua Changed time function used to debugprofilestop. 2011-12-31 23:51:43 +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 Changed time function used to debugprofilestop. 2011-12-31 23:51:43 +00:00
collect_flight.lua Fixed the flight collector. 2011-07-06 19:01:59 +00:00
collect_hearth.lua Changed time function used to debugprofilestop. 2011-12-31 23:51:43 +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 Changed time function used to debugprofilestop. 2011-12-31 23:51:43 +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 Changed time function used to debugprofilestop. 2011-12-31 23:51:43 +00:00
collect_notifier.lua Changed time function used to debugprofilestop. 2011-12-31 23:51:43 +00:00
collect_object.lua
collect_patterns.lua
collect_quest.lua Changed time function used to debugprofilestop. 2011-12-31 23:51:43 +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 Changed time function used to debugprofilestop. 2011-12-31 23:51:43 +00:00
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 Changed time function used to debugprofilestop. 2011-12-31 23:51:43 +00:00
collect_zone.lua Changed time function used to debugprofilestop. 2011-12-31 23:51:43 +00:00
comm.lua
config.lua Changed time function used to debugprofilestop. 2011-12-31 23:51:43 +00:00
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 Changed time function used to debugprofilestop. 2011-12-31 23:51:43 +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 Removed all references to Cartographer. Cartographer support will not be included ever again. 2011-12-21 00:24:56 +00:00
filter_base.lua Changed time function used to debugprofilestop. 2011-12-31 23:51:43 +00:00
filter_core.lua
flightpath.lua Changed time function used to debugprofilestop. 2011-12-31 23:51:43 +00:00
graph_core.lua Replaced GetTime() with time() where it seemed appropriate to do so. In two cases, the precision of GetTime was actually in use and the desired difference was rounded up to the next second. 2011-12-03 00:36:48 +00:00
graph_flightpath.lua
help.lua Removed all references to Cartographer. Cartographer support will not be included ever again. 2011-12-21 00:24:56 +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 Changed time function used to debugprofilestop. 2011-12-31 23:51:43 +00:00
manager_achievement.lua
manager_blizzobjective.lua
manager_completed.lua Changed time function used to debugprofilestop. 2011-12-31 23:51:43 +00:00
manager_event.lua Changed time function used to debugprofilestop. 2011-12-31 23:51:43 +00:00
mapbutton.lua Removed all references to Cartographer. Cartographer support will not be included ever again. 2011-12-21 00:24:56 +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 Removed all references to Cartographer. Cartographer support will not be included ever again. 2011-12-21 00:24:56 +00:00
radar.lua Changed time function used to debugprofilestop. 2011-12-31 23:51:43 +00:00
recycle.lua
routing.lua Changed time function used to debugprofilestop. 2011-12-31 23:51:43 +00:00
routing_controller.lua Changed time function used to debugprofilestop. 2011-12-31 23:51:43 +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 Changed time function used to debugprofilestop. 2011-12-31 23:51:43 +00:00
textviewer.lua
timeslice.lua Changed time function used to debugprofilestop. 2011-12-31 23:55:01 +00:00
tomtom.lua
tooltip.lua Changed time function used to debugprofilestop. 2011-12-31 23:51:43 +00:00
tracker.lua Changed time function used to debugprofilestop. 2011-12-31 23:51:43 +00:00
triangle.tga
upgrade.lua Removed all references to Cartographer. Cartographer support will not be included ever again. 2011-12-21 00:24:56 +00:00
utility.lua Changed time function used to debugprofilestop. 2011-12-31 23:51:43 +00:00
warning.lua Removed all references to Cartographer. Cartographer support will not be included ever again. 2011-12-21 00:24:56 +00:00