Commit Graph

33 Commits

Author SHA1 Message Date
7b23e59f76 * Advanced to version 0.9.1. 2018-02-08 00:21:27 +08:00
依瑪貓
a85f732b70 * Advanced to version 0.9.0. 2017-12-29 15:09:13 +08:00
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
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
依瑪貓
783140195b * Added the Pokémon image icon of Entei.
* Advanced to version 0.7.8.
* Added the presentations to the Git tree.
2017-11-02 16:01:23 +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
1dbad4df3b Added the Pokémon image icon of Suicune. Advanced to version 0.7.6. 2017-09-01 23:22:11 +08:00
7d3e6bd578 Updated the Chinese Pokémon name of Koffing (from 「瓦斯蛋」 to 「瓦斯彈」). Advanced to version 0.7.5. 2017-08-15 14:36:34 +08:00
4d94fc190a Updated the Pokémon image icon of Zapdos. Advanced to version 0.7.4. 2017-08-08 14:52:00 +08:00
f44b81961e Advanced to version 0.7.3. 2017-08-03 12:16:39 +08:00
3f1ebe1b27 Added the Pokémon image icon of Lugia. Advanced to version 0.7.2. 2017-07-27 10:29:34 +08:00
505d154341 Advanced to version 0.7.1. 2017-06-10 09:20:36 +08:00
bffea4d4b8 Updated the update information. 2017-06-09 14:58:35 +08:00
9e0f2d383b Added the Pokémon image icon of Hitmonlee. Now all the image icons of available Pokémons were added. Only the image icons of 13 unreleased, legendary Pokémons are missing. Advanced to version 0.6.0. 2017-06-02 22:16:00 +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
53c908f3dd Advanced the version to 0.5. 2017-05-10 16:54:51 +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
92a091a886 Removed the debugging Xray. Advanced to 0.3.0. 2017-02-19 15:34:08 +08:00
b18f14bbfe Updated the Pokémon images, for better image quality. Added the shadow replacement image for Togetic. Advanced to version 0.2.8. 2017-01-04 15:58:05 +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
bd1878bd68 Advanced to 0.2.6. 2016-12-16 15:51:13 +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
685772830e Fixed a regression message error. Advanced to version 0.2.4. 2016-12-08 23:34:07 +08:00
da1ac7e69e Advanced the version number to 0.2.3. 2016-12-08 22:56:22 +08:00
e4c378c100 Advanced to version 0.2.2. 2016-12-08 16:24:26 +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
f405a85a60 Advanced the version number to 0.2.0. 2016-12-08 00:28:44 +08:00
e3b81af025 Fixed to load the dialog library before creating the dialog. Advanced the version number to 0.1.1. 2016-12-06 07:34:41 +08:00
54af6ff74e Renamed from "Pokémon Go" To "Pokémon GO". Changed to the dynamic full appraisal text selection instead of the keywords selection. 2016-12-05 16:44:04 +08:00
059e239bab Changed to an OpenOffice extension project. 2016-11-29 00:53:04 +08:00