Commit Graph

60 Commits

Author SHA1 Message Date
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
2c5c0909e0 * Updated the dialog to remember the last selected Pokémon. This helps when checking with a bunch of Pokémons of the same type. Selecting Pokémon was a challenge with Chinese where keyboard finding does not work with the drop-down menu.
* Advanced to version 0.8.3.
2017-11-29 21:32:29 +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
d2b3d26dca * Updated the base stats of Ho-Oh. 2017-11-29 00:22:16 +08:00
依瑪貓
40fe1a0107 * Added the Pokémon image icon of Raikou.
* Added Sableye, Shuppet, Banette, Duskull, and Dusclops from the Hoenn Region.
* Advanced to version 0.7.7.
2017-10-25 16:38:43 +08:00
26957f3106 Updated the base stats of Lapras. 2017-07-20 22:55:02 +08:00
cdc89ffcde Updated the base stats data loading macro for my new Chinese-based data sheet. 2017-06-12 21:42:47 +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
bc2313ec53 Updated the Pokémon database for the complex evolvement paths of Oddish, Gloom, Slowpoke, Tyrogue, and Eevee. 2017-06-08 23:54:51 +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
720376544c Fixed the estimated max CP where the level should be double, not integer. Advanced to version 0.5.1. 2017-05-19 16:20:25 +08:00
fc29c2278b Added the Chinese dialog text widths. 2017-05-07 22:12:49 +08:00
34c397e276 Added the text-width tester into the development library. 2017-05-05 11:42:03 +08:00
b8570253de Added subShowChinesePokemonNames to convert the Chinese names into resource properties. 2017-05-05 11:04:15 +08:00
bf3bb31f05 Renamed subShowBasicData to subShowText. 2017-05-05 11:02:34 +08:00
7b344747e9 Limit the max level of Pokémons to 40. 2017-03-24 17:17:08 +08:00
15e2d5012e Moved fnAskParam from 0Main to 1Dialog, to move all UI to 1Dialog and keep only algorithm in 0Main. 2017-03-24 16:51:32 +08:00
035c455a84 Fixed the indent from 4 spaces to tabs. 2017-03-01 23:48:57 +08:00
f0c756b917 * Added Pokémons from Johto region (generation 2), whose ID are from 152 to 251, without images yet.
* Moved fnMapPokemonNameToId from 0Main to 9Load, because it is only used in 9Load.
* Separated sPokemonId from sPokemonName in the data structure, to fix the confusion for Farfetch'd, Nidoran♀, Nidoran♂, and Mr. Mime.
* Advanced to 0.4.0.
* Updated the update information.
2017-03-01 23:11:17 +08:00
98069f942c Moved the dialog UI control from 0Main to 1Dialog, to keep the code clean. 0Main processes mostly the algorithm itself now. 2017-02-24 18:12:57 +08:00
5c4cf83c12 Fixed to use a pre-recorded width for each part of the best stat appraisal. Fixed the copyright year of the Chinese description. 2017-02-24 17:15:27 +08:00
92a091a886 Removed the debugging Xray. Advanced to 0.3.0. 2017-02-19 15:34:08 +08:00
42445bcd67 Updated the dialog for styling and text width for Deutsch. 2017-02-18 17:16:49 +08:00
95fc3c85f0 Fixed "star dust" to "stardust". 2017-02-16 11:40:07 +08:00
b8259303fa Updated the copyright year. 2017-02-15 17:04:32 +08:00
97a8aceaf6 Localized the best stat appraisal. 2017-02-15 15:01:10 +08:00
ab16ff0d9c Moved Pokémon names list to properties. Localized the total, the max and the "best, too" appraisals. 2017-02-15 01:40:43 +08:00
af0234ba97 Updated to show the Pokémon image based on the selected index instead of the selected text, for Pokémon name localization. 2017-02-14 22:07:18 +08:00
403885d6cb Updates the dialog so that the Pokémon list is created at run time, for the localization of Pokémon names. 2017-02-14 22:00:46 +08:00
8b80db44fc Changed Pokémon names to Pokémon IDs in the database. Put Pokémon names to AddonConfiguration.xcu for localization. 2017-02-14 19:50:46 +08:00
dd10c4264d Added the image of Elekid, and updated the images of all the Generation 2 Pokémons. Fixed the base defense of Metapod. Advanced to version 0.2.7. 2017-01-03 17:19:30 +08:00
a30b7d73ba Added the images of Pichu, Togepi, Smoochum, and Magby. Added Togetic, without its image yet. 2016-12-23 15:36:30 +08:00
23a783a342 Added Pichu, Cleffa, Togepi, Smoochum, Elekid, and Magby. 2016-12-16 15:50:36 +08:00
ccb0b62b98 Added No.174 Igglybuff. Fixed the legal range of HP from 10 to 500 (was from 0 to 200). Fixed the error when the Pokémon has no evolution form. Advanced the version number to 0.2.5. 2016-12-15 16:56:47 +08:00
6965883232 Renamed the Appraisal1 field to Total, and the Appraisal2 field to Max. 2016-12-12 17:13:09 +08:00
a3752fac44 Code cleaness. 2016-12-12 00:55:02 +08:00
0bf95af153 Added the minimal HP of 10. 2016-12-09 15:30:34 +08:00
99a8ffd672 Renamed Team Red, Team Blue and Team Yeallow to Team Valor, Team Mystic and Team Instinct in the keywords of the source code. 2016-12-09 13:43:34 +08:00
ba39b7dc46 Changed the way to show the best stat appraisal so that it works on MacOSX and MS-Windows, too. Advanced to version 0.2.1. 2016-12-08 11:21:50 +08:00
a6dcb77760 Added the lower limit (10) of CP. 2016-12-08 07:39:31 +08:00
11c87528a0 Cleaned-up old hand-made dialog event handlers. Fixed the "apprase" and "apprasal" typos. Fixed to update the placeholder [Pokémon] with the currently selected Pokémon at the first appraisal. 2016-12-08 00:25:57 +08:00
8c2cb726f7 Added images of the team leaders, and redesigned the dialog layout. 2016-12-07 22:50:17 +08:00
cd7954c32f Localized the error message. 2016-12-07 16:37:48 +08:00
8caef506b4 Added code to display the Pokémon image when choosing the Pokémon, and the team log when choosing the team. The Pokémon images are not fully-processed yet. 2016-12-07 15:08:08 +08:00