1
0
Bifurcation 0

Set revision to 101025a.

Cette révision appartient à :
Nathanial.C.Jones 2010-10-25 00:33:32 +00:00
Parent 44753d02a7
révision 9bda429970
2 fichiers modifiés avec 2 ajouts et 2 suppressions

Voir le fichier

@ -1,7 +1,7 @@
## Interface: 40000
## Title: QuestHelper
## Author: zorbathut, smariot, vipersniper, nesher, nconantj
## Notes: Calculates an optimal route for you to follow while questing. True version is 4.0.1.101024a. Due to internal versioning issues, QuestHelper will not load properly if the version line below is altered. This will be fixed after all other bugs.
## Notes: Calculates an optimal route for you to follow while questing. True version is 4.0.1.101025a. Due to internal versioning issues, QuestHelper will not load properly if the version line below is altered. This will be fixed after all other bugs.
## Notes: TODO (In no particular order): Fix internal versioning to work with new version numbering system. Add carbonite support (for those who don't like carb's quest tracking, but likes carb's maximized map). Pull Libraries from libs folder and put them at the top level. Use Wowhead database. Modularize internal components. Use lang folder for ALL localization files. Determine locale and load only that locale's localization files (load English and create non-critical error if localization files for locale do not exist). Integrate enhancement addons that may exist (ask authors to merge and become developers). Rename variables and improve comments.
## Notes-deDE: Berechnet eine optimale Route für dich, der du während dem Questen folgen kannst.
## Notes-frFR: Calcule un itinéraire optimal pour vous de suivre.

Voir le fichier

@ -1,5 +1,5 @@
QuestHelper_ChangeLog="\
|cffffff00 Version 4.0.1.101024a-2 10/24/2010|r\
|cffffff00 Version 4.0.1.101025a 10/25/2010|r\
\
Handled case of ltype having a nil value in function collect_quest.Loot, by simply returning. Seems to only occur on item rolls. We continue to throw an error if ltype is not nil and has a non-number type.\
Added an error to determine what we're receiving when ltype is not nil and is not a number in collect_quest.Looted. The error will tell us the lua type and the value of ltype.\