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
Nathanial.C.Jones e4873f0d6c Rollback
2012-01-01 02:22:56 +00:00
..
Art Restructered repository. 2010-10-25 01:54:08 +00:00
Fonts Restructered repository. 2010-10-25 01:54:08 +00:00
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 Rollback 2012-01-01 02:22:56 +00:00
arrow_image.blp Restructered repository. 2010-10-25 01:54:08 +00:00
arrow_image_down.blp Restructered repository. 2010-10-25 01:54:08 +00:00
bst_astrolabe.lua Rollback 2012-01-01 02:22:56 +00:00
bst_ctl.lua Rollback 2012-01-01 02:22:56 +00:00
bst_libaboutpanel.lua Rollback 2012-01-01 02:22:56 +00:00
bst_post.lua Rollback 2012-01-01 02:22:56 +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 Rollback 2012-01-01 02:22:56 +00:00
cartographer.lua Rollback 2012-01-01 02:22:56 +00:00
cartographer_is_terrible.lua Rollback 2012-01-01 02:22:56 +00:00
changes.lua Restructered repository. 2010-10-25 01:54:08 +00:00
collect.lua Rollback 2012-01-01 02:22:56 +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 Rollback 2012-01-01 02:22:56 +00:00
collect_flight.lua Fixed the flight collector. 2011-07-06 19:01:59 +00:00
collect_hearth.lua Rollback 2012-01-01 02:22:56 +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 Collecting more info on location to help with dungeon quests. 2011-10-24 10:33:55 +00:00
collect_loot.lua Rollback 2012-01-01 02:22:56 +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 This should deal with issue 461. 2011-07-07 13:06:01 +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 Rollback 2012-01-01 02:22:56 +00:00
collect_notifier.lua Rollback 2012-01-01 02:22:56 +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 Rollback 2012-01-01 02:22:56 +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 Rollback 2012-01-01 02:22:56 +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 Rollback 2012-01-01 02:22:56 +00:00
collect_zone.lua Rollback 2012-01-01 02:22:56 +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 Rollback 2012-01-01 02:22:56 +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 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 Rollback 2012-01-01 02:22:56 +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 Rollback 2012-01-01 02:22:56 +00:00
filter_base.lua Rollback 2012-01-01 02:22:56 +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 Rollback 2012-01-01 02:22:56 +00:00
graph_core.lua Rollback 2012-01-01 02:22:56 +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 Rollback 2012-01-01 02:22: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 Restructered repository. 2010-10-25 01:54:08 +00:00
main.lua Rollback 2012-01-01 02:22:56 +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 Restructered repository. 2010-10-25 01:54:08 +00:00
manager_completed.lua Rollback 2012-01-01 02:22:56 +00:00
manager_event.lua Rollback 2012-01-01 02:22:56 +00:00
mapbutton.lua Rollback 2012-01-01 02:22:56 +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 Restructered repository. 2010-10-25 01:54:08 +00:00
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 Temporarily removed the level restriction for the Dalaran <--> Crystalsong Forest path. 2011-07-16 00:57:09 +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 Rollback 2012-01-01 02:22:56 +00:00
radar.lua Rollback 2012-01-01 02:22:56 +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 Rollback 2012-01-01 02:22:56 +00:00
routing_controller.lua Rollback 2012-01-01 02:22:56 +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 Restructered repository. 2010-10-25 01:54:08 +00:00
teleport.lua Rollback 2012-01-01 02:22:56 +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 Rollback 2012-01-01 02:22:56 +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 Rollback 2012-01-01 02:22:56 +00:00
tracker.lua Rollback 2012-01-01 02:22:56 +00:00
triangle.tga Restructered repository. 2010-10-25 01:54:08 +00:00
upgrade.lua Rollback 2012-01-01 02:22:56 +00:00
utility.lua Rollback 2012-01-01 02:22:56 +00:00
warning.lua Rollback 2012-01-01 02:22:56 +00:00