Commit Graph

128 Commits

Author SHA1 Message Date
imacat 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
imacat 6d87b2b454 Added the Pokémon image of Shuckle. 2017-06-02 20:55:29 +08:00
imacat 2b2c4c4c70 Added the Pokémon image icon of Unown. 2017-06-02 20:48:29 +08:00
imacat 82d166f356 Added the Pokémon image icon of Heracross. 2017-06-02 20:38:27 +08:00
imacat 2ef10f7415 Added the Pokémon image icon of Kangaskhan. 2017-06-02 10:49:08 +08:00
imacat b77935f3d0 Updated the missing Pokémon image icons list in TODO. 2017-06-02 10:19:20 +08:00
imacat 7a86d071c6 Updated the Pokémon image icon of Tauros. 2017-06-02 10:14:43 +08:00
imacat b43610baab Added the Pokémon image icons of Togetic. 2017-05-26 14:55:02 +08:00
imacat c0e83c5aa3 Updated the missing Pokémon image list in TODO. 2017-05-25 17:20:32 +08:00
imacat 1dee1deae1 Added the Pokémon image icons of Flaaffy and Ampharos. 2017-05-24 16:11:11 +08:00
imacat 89cbf0623e Added the Pokémon image icon of Piloswine. Updated the TODO missing Pokémon list. 2017-05-24 00:44:15 +08:00
imacat 048a7e3f64 Added the Pokémon image icon of Typhlosion. 2017-05-23 09:35:28 +08:00
imacat fc00258ddc Updated the missing Pokémon image list in TODO. 2017-05-22 19:46:50 +08:00
imacat c31018db47 Added the Pokémon image icon of Girafarig. 2017-05-22 19:43:32 +08:00
imacat a49e651933 Updated the missing Pokémon image list in TODO. 2017-05-22 15:03:03 +08:00
imacat 5498532eb7 Added the image icon of Wobbuffet. Updated the image icon of Ariados. 2017-05-21 23:21:23 +08:00
imacat 3e6b6d7470 Updated the missing Pokémon list in TODO. Updated the update information. 2017-05-19 16:28:24 +08:00
imacat 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
imacat 3912a62184 Added the image icon of Pupitar. 2017-05-19 11:13:56 +08:00
imacat 69e26dadb7 Updated the icon of Espeon. 2017-05-15 10:04:11 +08:00
imacat cd5d27f6be Added the image of Dunsparce. 2017-05-14 23:20:48 +08:00
imacat 8e28b4bf57 Added the image icons of Larvitar, Pupitar, and Tyranitar. 2017-05-11 17:36:56 +08:00
imacat 1958df336a Updated the update information. 2017-05-10 16:58:42 +08:00
imacat 53c908f3dd Advanced the version to 0.5. 2017-05-10 16:54:51 +08:00
imacat dc7a62beb6 Updated the Pokémon icons, and added icons to conver a large portions of the Johto Pokémons. 2017-05-10 11:08:40 +08:00
imacat 6b1e22d318 Fixed the location of the unknown icon. 2017-05-08 11:22:17 +08:00
imacat 6e487048ca Renamed the Pokémon icons so that it is easier to manage. 2017-05-07 22:25:49 +08:00
imacat fc29c2278b Added the Chinese dialog text widths. 2017-05-07 22:12:49 +08:00
imacat 34c397e276 Added the text-width tester into the development library. 2017-05-05 11:42:03 +08:00
imacat c503a08cb8 Updated the XBA file of the previous 2 commits. 2017-05-05 11:06:37 +08:00
imacat b8570253de Added subShowChinesePokemonNames to convert the Chinese names into resource properties. 2017-05-05 11:04:15 +08:00
imacat bf3bb31f05 Renamed subShowBasicData to subShowText. 2017-05-05 11:02:34 +08:00
imacat a463624c4d Finished the missing Chinese Pokémon names. 2017-05-05 10:59:44 +08:00
imacat 6a2574670e Localized team names, team leader names, team leader appraisals, and parts of the Pokémon names for Chinese. 2017-05-04 10:52:45 +08:00
imacat 7b344747e9 Limit the max level of Pokémons to 40. 2017-03-24 17:17:08 +08:00
imacat 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
imacat 035c455a84 Fixed the indent from 4 spaces to tabs. 2017-03-01 23:48:57 +08:00
imacat 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
imacat 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
imacat 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
imacat c6a1954932 Updated the update information. 2017-02-19 15:52:33 +08:00
imacat 92a091a886 Removed the debugging Xray. Advanced to 0.3.0. 2017-02-19 15:34:08 +08:00
imacat a506d876ba Merge branch 'deutsch' 2017-02-19 00:14:56 +08:00
imacat ce65d416a3 Prepared to merge the Deutsch localization.
Revert "Updated the copyright year."

This reverts commit 4664f6e90e.
2017-02-19 00:14:36 +08:00
imacat 28e7ef80c5 Prepared to merge the Deutsch localization.
Revert "Added the missing #240 Magby."

This reverts commit 27450f6ce0.
2017-02-19 00:14:32 +08:00
imacat 6346c8d57c Prepared to merge the Deutsch localization.
Revert "Fixed "star dust" to "stardust"."

This reverts commit 05b5502f0c.
2017-02-19 00:14:07 +08:00
imacat 42445bcd67 Updated the dialog for styling and text width for Deutsch. 2017-02-18 17:16:49 +08:00
Andreas Frisch 98d3149264 enlarge dialog, increase space for texts, increase dropdown lists' element counts 2017-02-18 15:50:00 +08:00
imacat 64079595be Reverted "Stardust" to "Stardust", for later cherry-pick. 2017-02-18 15:49:05 +08:00
imacat e2adf51449 Fixed the language id "de-DE" to "de". 2017-02-16 11:50:03 +08:00