1
0
Bifurcation 0
copy of google code archive of the project https://code.google.com/archive/p/questhelperredux/
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.
Aller au fichier
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
Development Updated version output to 5.1.0a. 2013-01-03 00:29:46 +00:00
QHData-base Updated interface versions for remaining toc files. 2013-01-03 00:58:18 +00:00
QHData-deDE Updated interface versions for remaining toc files. 2013-01-03 00:58:18 +00:00
QHData-enUS Updated interface versions for remaining toc files. 2013-01-03 00:58:18 +00:00
QHData-esES Updated interface versions for remaining toc files. 2013-01-03 00:58:18 +00:00
QHData-esMX Updated interface versions for remaining toc files. 2013-01-03 00:58:18 +00:00
QHData-frFR Updated interface versions for remaining toc files. 2013-01-03 00:58:18 +00:00
QHData-koKR Updated interface versions for remaining toc files. 2013-01-03 00:58:18 +00:00
QHData-ruRU Updated interface versions for remaining toc files. 2013-01-03 00:58:18 +00:00
QHData-zhCN Updated interface versions for remaining toc files. 2013-01-03 00:58:18 +00:00
QHData-zhTW Updated interface versions for remaining toc files. 2013-01-03 00:58:18 +00:00
QuestHelper Modified collect.lua 2013-01-31 01:27:10 +00:00