pokerogue/src
sirzento 01de9b9b58
[Feature] Added pokemon nicknames/renaming (#2570)
* Added basic temp renaming

* Made nickname persistant after reloading

* Localization and cancel button

* Fixed instant rename on active pokemon

* Small bugfix to prevent console errors

* Changed logic to use the new nickname field. Replaced most .name with getNameToRender() for display.

* Changed evolution message. Removed log messagesc

* Added localization keys for other languages

* Removed empty lines

* French translation

Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>

* Chinese translation

Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com>

* Portuguese (Brazil) translation

Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>

* Korean translation

Co-authored-by: Enoch <enoch.jwsong@gmail.com>

* Update menu.ts

* Update menu.ts [Localization(it)]

* Changed most .getNameToRender() instance to getPokemonNameWithAffix()

* Changed wild encounter messages back to just use the name without affix.

* Added localization for the party ui rename selection

* Escaping nickname characters to support all characters

* Better Error handling

* Update src/field/pokemon.ts

Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>

---------

Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com>
Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
Co-authored-by: Enoch <enoch.jwsong@gmail.com>
Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com>
Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>
2024-07-22 12:46:52 -04:00
..
@types [UI] UI Small Adjustments (#2525) 2024-06-23 12:09:23 -04:00
configs/inputs [QoL] Reorganize Enum Locations (#2185) 2024-06-13 18:44:23 -04:00
data [Feature] Added pokemon nicknames/renaming (#2570) 2024-07-22 12:46:52 -04:00
enums [Move] Finish implementation of Glaive Rush (#2720) 2024-07-22 11:16:59 -04:00
events [Feature] Add number of arena trap layers in menu flyout (#2059) 2024-06-18 23:29:56 -05:00
field [Feature] Added pokemon nicknames/renaming (#2570) 2024-07-22 12:46:52 -04:00
interfaces [Localization] localized status-effect.ts and translate. (#2528) 2024-07-02 10:22:46 -04:00
locales [Feature] Added pokemon nicknames/renaming (#2570) 2024-07-22 12:46:52 -04:00
modifier [Feature] Added pokemon nicknames/renaming (#2570) 2024-07-22 12:46:52 -04:00
pipelines added rule no-trailing-spaces (#1307) 2024-05-23 18:45:04 -05:00
plugins make i18n debugging an optional env setting 2024-06-28 12:59:54 -07:00
system [Feature] Added pokemon nicknames/renaming (#2570) 2024-07-22 12:46:52 -04:00
test [Move] Finish implementation of Glaive Rush (#2720) 2024-07-22 11:16:59 -04:00
ui [Feature] Added pokemon nicknames/renaming (#2570) 2024-07-22 12:46:52 -04:00
account.ts refactor: Add missing properties to initLoggedInUser function 2024-06-19 17:37:11 +01:00
battle-scene.ts [BUG] Uturn faint switch bug fix (#2980) 2024-07-19 00:03:57 +01:00
battle.ts [Bug] Making FormChangeItems Untransferrable (#2695) 2024-07-13 19:09:01 +01:00
debug.js ESLint - The Essential Linter and Formatter for JavaScript and TypeScript (#1224) 2024-05-23 11:03:10 -04:00
egg-hatch-phase.ts [Feature] Added pokemon nicknames/renaming (#2570) 2024-07-22 12:46:52 -04:00
evolution-phase.ts [Feature] Added pokemon nicknames/renaming (#2570) 2024-07-22 12:46:52 -04:00
form-change-phase.ts [Feature] Added pokemon nicknames/renaming (#2570) 2024-07-22 12:46:52 -04:00
game-mode.ts [QoL] Create default overrides class and export that with custom overrides (#2999) 2024-07-12 21:18:52 +01:00
inputs-controller.ts [QoL] Reorganize Enum Locations (#2185) 2024-06-13 18:44:23 -04:00
loading-scene.ts stop loading pride-update banner (#3057) 2024-07-17 19:20:59 -05:00
main.ts more specific font unicode ranges and add unifont to existing families (#2459) 2024-06-20 11:28:47 -04:00
messages.ts [Feature] Added pokemon nicknames/renaming (#2570) 2024-07-22 12:46:52 -04:00
overrides.ts [QoL] Create default overrides class and export that with custom overrides (#2999) 2024-07-12 21:18:52 +01:00
phase.ts ESLint - The Essential Linter and Formatter for JavaScript and TypeScript (#1224) 2024-05-23 11:03:10 -04:00
phases.ts [Feature] Added pokemon nicknames/renaming (#2570) 2024-07-22 12:46:52 -04:00
scene-base.ts [UI] Update Challenge UI (#2393) 2024-06-19 20:40:08 +01:00
timed-event-manager.ts [UI] UI Small Adjustments (#2525) 2024-06-23 12:09:23 -04:00
touch-controls.ts [QoL] Reorganize Enum Locations (#2185) 2024-06-13 18:44:23 -04:00
tutorial.ts [Refactor] I18n Cleaning (#2348) 2024-06-17 17:05:33 -04:00
ui-inputs.ts Fix game speed (#2375) 2024-06-18 15:07:36 +01:00
utils.test.ts [Testing] Flexible Testing Wrapper for Phaser-Based Battle-Scenes (#1908) 2024-06-07 18:33:45 -04:00
utils.ts feat: Delete duplicate cookies with the same name in getCookie function 2024-07-21 16:30:53 +01:00
vite.env.d.ts [Bug] vite port (for development) (#3003) 2024-07-13 02:20:22 +01:00