Commit Graph

11 Commits

Author SHA1 Message Date
0ccb03c7e7 * Replaced the term "Player" with "Trainer" in variable names, dialog control names, and comments.
* Renamed the last dialog selected Pokémon from sLastSelected to sLastPokemon, and the last selected trainer level from sLastLevel to sLastTrainerLevel, for a consistent naming scheme.
* Advanced to version 0.8.4.
2017-11-30 23:11:03 +08:00
de7dbdd676 * Updated that the maximum power-up level of a Pokémon is the trainer level + 2. It was the trainer level + 1.5 before.
* Updated to remember the last selected player level.  Player level rarely changes when calculating a bunch of Pokémons.
2017-11-30 17:33:13 +08:00
a17ddfab0a * Updated to check and set the title in the DocumentProperties instead of the document title. This prevents error and preserves the document to be reuse even after saving to the disk. The title of the document itself should not be messed-up.
* Advanced to version 0.8.2.
2017-11-29 17:35:54 +08:00
cfefc23df1 * Fixed the error that the CP and IV% formulas were not referring to the correct IV cells for the following Pokémons on the same sheet.
* Advanced to version 0.8.1
2017-11-29 12:49:43 +08:00
787acb12bf * When calculating the IVs of several Pokémons, now the calculator will reuse a same spreadsheet document, even the same spreadsheet when there is already a spreadsheet for that Pokémon. Previously it will start a new spreadsheet document for each calculation. This helps when calculating a bunch of Pokémons at the same time.
* Advanced to version 0.8.0.
2017-11-29 00:42:20 +08:00
b3df7ae1d2 Fixed the problem with localized formula function names, for Deutsch translation. 2017-06-10 09:10:12 +08:00
0d1c2ea2b2 Fixed to deal with the localized formula names. 2017-06-09 17:42:36 +08:00
ac842298f7 Adjusted the widths of the columns of predicted CPs. 2017-06-09 14:35:39 +08:00
798dc52517 Fixed the report headers that the column index did not increase with the last evolve forms. 2017-06-08 23:43:48 +08:00
b1a1553ef4 Fixed the error when sorting the result IVs. 2017-06-08 21:32:41 +08:00
1e9835372f * 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.
2017-06-08 17:13:28 +08:00