* Restructured the code and moved the report creation to an independent module. Moved the IV sorting to the report module. The main module is now only doing IV finding.

* Changed the reported estimated CPs from values to formulas.
* Moved the localized Pokémon names from the DialogStrings to AddonConfiguration, so that they can also be used in the report, too.
* Changed the report logic to report the estimated maximum CPs of the last evolution forms, instead of several special rules.
* Localized the report headers.
This commit is contained in:
2017-06-08 17:13:28 +08:00
parent 4a663f7449
commit 1e9835372f
17 changed files with 2743 additions and 1824 deletions

View File

@ -2,9 +2,10 @@
<!DOCTYPE library:library PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "library.dtd">
<library:library xmlns:library="http://openoffice.org/2000/library" library:name="PokemonGoIV" library:readonly="false" library:passwordprotected="false">
<library:element library:name="0Main"/>
<library:element library:name="2Data"/>
<library:element library:name="3Data"/>
<library:element library:name="9Load"/>
<library:element library:name="8Width"/>
<library:element library:name="1Dialog"/>
<library:element library:name="7Registry"/>
<library:element library:name="2Report"/>
</library:library>