mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-11-15 07:41:28 +01:00
* 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> |
||
|---|---|---|
| .. | ||
| @types | ||
| configs/inputs | ||
| data | ||
| enums | ||
| events | ||
| field | ||
| interfaces | ||
| locales | ||
| modifier | ||
| pipelines | ||
| plugins | ||
| system | ||
| test | ||
| ui | ||
| account.ts | ||
| battle-scene.ts | ||
| battle.ts | ||
| debug.js | ||
| egg-hatch-phase.ts | ||
| evolution-phase.ts | ||
| form-change-phase.ts | ||
| game-mode.ts | ||
| inputs-controller.ts | ||
| loading-scene.ts | ||
| main.ts | ||
| messages.ts | ||
| overrides.ts | ||
| phase.ts | ||
| phases.ts | ||
| scene-base.ts | ||
| timed-event-manager.ts | ||
| touch-controls.ts | ||
| tutorial.ts | ||
| ui-inputs.ts | ||
| utils.test.ts | ||
| utils.ts | ||
| vite.env.d.ts | ||