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 63efdfe2a2 Modified collect.lua
Put all session info into a tab delimited string containing, in order, svnversion (QH build), realm, buildInfo (WoW version), locale and faction. This string is inserted into a sub-table of QuestHelper_Collector called sessions, with a key of session time.
	Put all data into a sub-table of QuestHelper_Collector called data.
	Creates session data table on the new data sub-table and sets the key to session time.
	QH_Collector_SetupData now returns QuestHelper_Collector.data[sessiontime]

	Changed Collector Current Version to 9... This might be useful for future changes to data layout.

Modified collect_location
	Made BolusizeLocation accept the right arguments.
	Calculated the distance from either Azeroth map center or Outland map center to the provided point for inclusion. (See comments in code for what is collected and why.)
	Converted the information into a string. If we couldn't compute a distance to either map center, we leave it out for now, since we are probably in an instance.
2013-01-31 01:27:10 +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 Removed AstrolabeQH (old, modified Astrolabe-0.4). 2013-01-03 02:52:41 +00:00
LibMapDataInit.lua QH Now queries the WoW client for quests, though it doesn't seem to update correctly when a quest is accepted (and though untested, probably doesn't update locations when the WoW poi changes). 2012-02-29 03:27:41 +00:00
MinimapArrow.tga Restructered repository. 2010-10-25 01:54:08 +00:00
QuestHelper.toc Beginnings of conversion from old, modified Astrolabe-0.4 to new, improved Astrolabe-1.0. 2013-01-03 02:50:16 +00:00
arrow.lua A bunch more changes dealing with the replacement of Astrolabe.lua. These make QH load. No other tests have been performed. 2013-01-11 22:00:06 +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_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
changes.lua Restructered repository. 2010-10-25 01:54:08 +00:00
collect.lua Modified collect.lua 2013-01-31 01:27:10 +00:00
collect_achievement.lua Fixed a typo. 2012-09-25 23:59:16 +00:00
collect_bitstream.lua Everything SEEMS to work, less of course the db. Something I did before screwed everything up. 2012-01-01 03:01:18 +00:00
collect_equip.lua Added functionality to detect when a Pandaren chooses his or her faction. 2012-09-25 23:52:08 +00:00
collect_flight.lua Added functionality to detect when a Pandaren chooses his or her faction. 2012-09-25 23:52:08 +00:00
collect_hearth.lua Added functionality to detect when a Pandaren chooses his or her faction. 2012-09-25 23:52:08 +00:00
collect_item.lua Added functionality to detect when a Pandaren chooses his or her faction. 2012-09-25 23:52:08 +00:00
collect_location.lua Modified collect.lua 2013-01-31 01:27:10 +00:00
collect_loot.lua Initial Pandaria commit. 2012-09-25 02:00:15 +00:00
collect_lzw.lua Everything SEEMS to work, less of course the db. Something I did before screwed everything up. 2012-01-01 03:01:18 +00:00
collect_merchant.lua Everything SEEMS to work, less of course the db. Something I did before screwed everything up. 2012-01-01 03:01:18 +00:00
collect_merger.lua Everything SEEMS to work, less of course the db. Something I did before screwed everything up. 2012-01-01 03:01:18 +00:00
collect_monster.lua Added functionality to detect when a Pandaren chooses his or her faction. 2012-09-25 23:52:08 +00:00
collect_notifier.lua Everything SEEMS to work, less of course the db. Something I did before screwed everything up. 2012-01-01 03:01:18 +00:00
collect_object.lua Added functionality to detect when a Pandaren chooses his or her faction. 2012-09-25 23:52:08 +00:00
collect_patterns.lua Everything SEEMS to work, less of course the db. Something I did before screwed everything up. 2012-01-01 03:01:18 +00:00
collect_quest.lua Added functionality to detect when a Pandaren chooses his or her faction. 2012-09-25 23:52:08 +00:00
collect_spec.lua Fixed a bug with talent collection. There is really no need to collect talent info. 2012-09-26 00:24:34 +00:00
collect_traveled.lua Added functionality to detect when a Pandaren chooses his or her faction. 2012-09-25 23:52:08 +00:00
collect_upgrade.lua Everything SEEMS to work, less of course the db. Something I did before screwed everything up. 2012-01-01 03:01:18 +00:00
collect_util.lua Everything SEEMS to work, less of course the db. Something I did before screwed everything up. 2012-01-01 03:01:18 +00:00
collect_warp.lua Added functionality to detect when a Pandaren chooses his or her faction. 2012-09-25 23:52:08 +00:00
collect_zone.lua Fixed issue reported at Curse in comments. Added in some functionality. 2012-09-26 15:44:24 +00:00
comm.lua Everything SEEMS to work, less of course the db. Something I did before screwed everything up. 2012-01-01 03:01:18 +00:00
config.lua This should deal with issue 551. 2012-10-01 22:36:13 +00:00
core.lua A bunch more changes dealing with the replacement of Astrolabe.lua. These make QH load. No other tests have been performed. 2013-01-11 22:00:06 +00:00
custom.lua Some more changes for using the WoW quest tracking API. 2012-02-08 03:41:53 +00:00
db_get.lua QH Now queries the WoW client for quests, though it doesn't seem to update correctly when a quest is accepted (and though untested, probably doesn't update locations when the WoW poi changes). 2012-02-29 03:27:41 +00:00
director_achievement.lua Some more changes for using the WoW quest tracking API. 2012-02-08 03:41:53 +00:00
director_find.lua A bunch of changes dealing with the replacement of Astrolabe.lua. 2013-01-04 01:03:20 +00:00
director_quest.lua QH Now queries the WoW client for quests, though it doesn't seem to update correctly when a quest is accepted (and though untested, probably doesn't update locations when the WoW poi changes). 2012-02-29 03:27:41 +00:00
dodads.lua A bunch more changes dealing with the replacement of Astrolabe.lua. These make QH load. No other tests have been performed. 2013-01-11 22:00:06 +00:00
dodads_triangles.lua Everything SEEMS to work, less of course the db. Something I did before screwed everything up. 2012-01-01 03:01:18 +00:00
error.lua Everything SEEMS to work, less of course the db. Something I did before screwed everything up. 2012-01-01 03:01:18 +00:00
filter_base.lua Everything SEEMS to work, less of course the db. Something I did before screwed everything up. 2012-01-01 03:01:18 +00:00
filter_core.lua Everything SEEMS to work, less of course the db. Something I did before screwed everything up. 2012-01-01 03:01:18 +00:00
flightpath.lua Beginnings of conversion from old, modified Astrolabe-0.4 to new, improved Astrolabe-1.0. 2013-01-03 02:50:16 +00:00
graph_core.lua Some more changes for using the WoW quest tracking API. 2012-02-08 03:41:53 +00:00
graph_flightpath.lua Everything SEEMS to work, less of course the db. Something I did before screwed everything up. 2012-01-01 03:01:18 +00:00
help.lua Everything SEEMS to work, less of course the db. Something I did before screwed everything up. 2012-01-01 03:01:18 +00:00
init_timeslice.lua Needed the local self hack. 2013-01-03 01:17:04 +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 A bunch more changes dealing with the replacement of Astrolabe.lua. These make QH load. No other tests have been performed. 2013-01-11 22:00:06 +00:00
manager_achievement.lua Everything SEEMS to work, less of course the db. Something I did before screwed everything up. 2012-01-01 03:01:18 +00:00
manager_blizzobjective.lua Restructered repository. 2010-10-25 01:54:08 +00:00
manager_completed.lua A bunch of changes dealing with the replacement of Astrolabe.lua. 2013-01-04 01:03:20 +00:00
manager_event.lua Everything SEEMS to work, less of course the db. Something I did before screwed everything up. 2012-01-01 03:01:18 +00:00
mapbutton.lua Everything SEEMS to work, less of course the db. Something I did before screwed everything up. 2012-01-01 03:01:18 +00:00
menu.lua Everything SEEMS to work, less of course the db. Something I did before screwed everything up. 2012-01-01 03:01:18 +00:00
nag.lua Everything SEEMS to work, less of course the db. Something I did before screwed everything up. 2012-01-01 03:01:18 +00:00
objective.lua A bunch of changes dealing with the replacement of Astrolabe.lua. 2013-01-04 01:03:20 +00:00
objtips.lua Everything SEEMS to work, less of course the db. Something I did before screwed everything up. 2012-01-01 03:01:18 +00:00
pathfinding.lua A bunch of changes dealing with the replacement of Astrolabe.lua. 2013-01-04 01:03:20 +00:00
pattern.lua Everything SEEMS to work, less of course the db. Something I did before screwed everything up. 2012-01-01 03:01:18 +00:00
pref.lua Updated interface versions for remaining toc files. 2013-01-03 00:58:18 +00:00
quest.lua Everything SEEMS to work, less of course the db. Something I did before screwed everything up. 2012-01-01 03:01:18 +00:00
radar.lua A bunch of changes dealing with the replacement of Astrolabe.lua. 2013-01-04 01:03:20 +00:00
recycle.lua Everything SEEMS to work, less of course the db. Something I did before screwed everything up. 2012-01-01 03:01:18 +00:00
routing.lua A bunch of changes dealing with the replacement of Astrolabe.lua. 2013-01-04 01:03:20 +00:00
routing_controller.lua QH Now queries the WoW client for quests, though it doesn't seem to update correctly when a quest is accepted (and though untested, probably doesn't update locations when the WoW poi changes). 2012-02-29 03:27:41 +00:00
routing_core.lua Some more changes for using the WoW quest tracking API. 2012-02-08 03:41:53 +00:00
routing_debug.lua Everything SEEMS to work, less of course the db. Something I did before screwed everything up. 2012-01-01 03:01:18 +00:00
routing_hidden.lua Everything SEEMS to work, less of course the db. Something I did before screwed everything up. 2012-01-01 03:01:18 +00:00
routing_loc.lua Everything SEEMS to work, less of course the db. Something I did before screwed everything up. 2012-01-01 03:01:18 +00:00
routing_route.lua Everything SEEMS to work, less of course the db. Something I did before screwed everything up. 2012-01-01 03:01:18 +00:00
sigil.tga Restructered repository. 2010-10-25 01:54:08 +00:00
teleport.lua Everything SEEMS to work, less of course the db. Something I did before screwed everything up. 2012-01-01 03:01:18 +00:00
textviewer.lua Everything SEEMS to work, less of course the db. Something I did before screwed everything up. 2012-01-01 03:01:18 +00:00
timeslice.lua QH Now queries the WoW client for quests, though it doesn't seem to update correctly when a quest is accepted (and though untested, probably doesn't update locations when the WoW poi changes). 2012-02-29 03:27:41 +00:00
tomtom.lua Everything SEEMS to work, less of course the db. Something I did before screwed everything up. 2012-01-01 03:01:18 +00:00
tooltip.lua Everything SEEMS to work, less of course the db. Something I did before screwed everything up. 2012-01-01 03:01:18 +00:00
tracker.lua Everything SEEMS to work, less of course the db. Something I did before screwed everything up. 2012-01-01 03:01:18 +00:00
triangle.tga Restructered repository. 2010-10-25 01:54:08 +00:00
upgrade.lua Initial Pandaria commit. 2012-09-25 02:00:15 +00:00
utility.lua A bunch of changes dealing with the replacement of Astrolabe.lua. 2013-01-04 01:03:20 +00:00
vars.lua Moved expected_version to vars.lua and made it global. 2013-01-03 01:11:02 +00:00
warning.lua Everything SEEMS to work, less of course the db. Something I did before screwed everything up. 2012-01-01 03:01:18 +00:00