pokerogue/src/ui
Mumble 933cfcbad3
[Refactor][QoL] Game Audio + New Settings (#3527)
* Changed how non-BGM are loaded into the game + moved into directories

* some leftovers

* Apply suggestions from code review

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

* Added setting for Field Volume + rewrote playSound() and updateSoundVolume() functions to reflect the new settings.

* Main -> Beta (#3635)

* Fixed issue with falsy issue within condition to get a stat for IV scanner

* add fix setting code to prevent form/variant bug when default form/variant setting is wrong.
in addition, that fix code include gender fix, so i revert old gender fix.
update wrong log message.

* [Hotfix] Fix Memory Mushroom not showing relearner moves (#3619)

* Fix Memory Mushroom not showing relearner moves

* Fix rollout test

* Rewrite player faint logic in FaintPhase (#3614)

* 867 runerigus sprite (#3629)

cropped static frames, fixed cropped sprite
set runerigus exp to use the shiny exp's animation
verified all hex colors are unchanged

- fixed ultra necrozma exp front variant swapped arrays.
- xatu female eye color fix

* [Bug] Preventing the MBH from being stolen in Endless (#3630)

* Endless MBH Fix

* add import

* Revert "add import"

This reverts commit 814a4059c2.

* Revert "Endless MBH Fix"

This reverts commit 8eb4481301.

* removed newline

---------

Co-authored-by: Frederico Santos <frederico.f.santos@tecnico.ulisboa.pt>
Co-authored-by: frutescens <info@laptop>

* [Bug] Fix type-hints for immunity (#3620)

* enable mock containers to be found by name

* enable mock text to be found by name

* add test coverage for type-hints

Only for "immunity" and "status moves"

* fix wrong message key of curse(ghost type) (#3631)

Co-authored-by: Frederico Santos <frederico.f.santos@tecnico.ulisboa.pt>

* [Hotfix] Steal-able Mini Black Hole Pt 2  (#3632)

* Still have no idea where Eternatus is given the MBH....

* typedocs

---------

Co-authored-by: frutescens <info@laptop>

* [Hotfix] Abilities that prevent ATK drops no longer stop other stat drops (#3624)

* Abilities that prevent ATK drops no longer stop other stat drops

* Apply suggestions from code review

Co-authored-by: Mumble <kimjoanne@protonmail.com>

* Add `isNullOrUndefined()` utility function

---------

* Grip Claw now shows the proper pokemon nickname (#3634)

Co-authored-by: frutescens <info@laptop>

---------

Co-authored-by: Opaque02 <66582645+Opaque02@users.noreply.github.com>
Co-authored-by: KimJeongSun <leo@atlaslabs.ai>
Co-authored-by: Frederico Santos <frederico.f.santos@tecnico.ulisboa.pt>
Co-authored-by: innerthunder <168692175+innerthunder@users.noreply.github.com>
Co-authored-by: cam <lrlrliwoo@gmail.com>
Co-authored-by: Mumble <kimjoanne@protonmail.com>
Co-authored-by: frutescens <info@laptop>
Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>
Co-authored-by: Enoch <enoch.jwsong@gmail.com>
Co-authored-by: Mumble <171087428+frutescens@users.noreply.github.com>

* [Bug] Preventing the MBH from being stolen in Endless (#3630)

* Endless MBH Fix

* add import

* Revert "add import"

This reverts commit 814a4059c2.

* Revert "Endless MBH Fix"

This reverts commit 8eb4481301.

* removed newline

---------

Co-authored-by: Frederico Santos <frederico.f.santos@tecnico.ulisboa.pt>
Co-authored-by: frutescens <info@laptop>

* [Hotfix] Steal-able Mini Black Hole Pt 2  (#3632)

* Still have no idea where Eternatus is given the MBH....

* typedocs

---------

Co-authored-by: frutescens <info@laptop>

* Deleted phases.ts (#3618)

* Updated sound terms

* Added space for localization

* Update src/locales/ko/settings.ts

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

* Update src/locales/zh_TW/settings.ts

Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>

* Update src/locales/pt_BR/settings.ts

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

* Update src/locales/zh_CN/settings.ts

Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>

* Update src/locales/de/settings.ts

Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>

* Update src/locales/ko/settings.ts

Co-authored-by: returntoice <dieandbecome@gmail.com>

* Update src/locales/fr/settings.ts

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

* Update src/locales/it/settings.ts

Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com>

* Include sound effects that were loaded in as BGM.

* Removed stray placeholder localization

---------

Co-authored-by: Frutescens <info@laptop>
Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
Co-authored-by: Opaque02 <66582645+Opaque02@users.noreply.github.com>
Co-authored-by: KimJeongSun <leo@atlaslabs.ai>
Co-authored-by: Frederico Santos <frederico.f.santos@tecnico.ulisboa.pt>
Co-authored-by: innerthunder <168692175+innerthunder@users.noreply.github.com>
Co-authored-by: cam <lrlrliwoo@gmail.com>
Co-authored-by: Enoch <enoch.jwsong@gmail.com>
Co-authored-by: mercurius-00 <80205689+mercurius-00@users.noreply.github.com>
Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
Co-authored-by: returntoice <dieandbecome@gmail.com>
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com>
2024-08-25 17:40:14 +01:00
..
settings [Refactor][QoL] Game Audio + New Settings (#3527) 2024-08-25 17:40:14 +01:00
ability-bar.ts [Refactor] use typescript strict-null (#3259) 2024-08-07 17:23:12 +01:00
abstact-option-select-ui-handler.ts [qol][ui] add cursor wrap around to option select menus (#3518) 2024-08-13 21:33:59 +01:00
achv-bar.ts [Refactor][QoL] Game Audio + New Settings (#3527) 2024-08-25 17:40:14 +01:00
achvs-ui-handler.ts [Bug] Achievements/Vouchers doesn't update if Cursor doesn't move (#3747) 2024-08-25 07:14:47 -07:00
arena-flyout.ts Beta Merge 27/07 (#3141) 2024-07-28 00:47:00 +01:00
awaitable-ui-handler.ts [Refactor] allow null for ui mode constructor argument (#3407) 2024-08-07 14:31:57 -04:00
ball-ui-handler.ts Deleted phases.ts (#3618) 2024-08-19 03:23:52 +01:00
battle-flyout.ts [Bug] Fix moveset flyout not updating PP from Spite (#3388) 2024-08-06 16:59:17 -04:00
battle-info.ts [Refactor][QoL] Game Audio + New Settings (#3527) 2024-08-25 17:40:14 +01:00
battle-message-ui-handler.ts [Misc] Update eslint.config.js for space after commas (#3649) 2024-08-23 16:36:10 +08:00
bgm-bar.ts [Refactor] use typescript strict-null (#3259) 2024-08-07 17:23:12 +01:00
candy-bar.ts [Refactor][QoL] Game Audio + New Settings (#3527) 2024-08-25 17:40:14 +01:00
challenges-select-ui-handler.ts Deleted phases.ts (#3618) 2024-08-19 03:23:52 +01:00
char-sprite.ts added rule no-trailing-spaces (#1307) 2024-05-23 18:45:04 -05:00
command-ui-handler.ts Deleted phases.ts (#3618) 2024-08-19 03:23:52 +01:00
confirm-ui-handler.ts [Bug] Caught Pokemon-Summary Option playing Error Sound (#3229) 2024-07-29 19:00:56 -04:00
daily-run-scoreboard.ts [Refactor] use typescript strict-null (#3259) 2024-08-07 17:23:12 +01:00
dropdown.ts [Misc] Update eslint.config.js for space after commas (#3649) 2024-08-23 16:36:10 +08:00
egg-counter-container.ts fix egg skip console error (#2284) 2024-06-16 00:48:09 -04:00
egg-gacha-ui-handler.ts [Refactor][QoL] Game Audio + New Settings (#3527) 2024-08-25 17:40:14 +01:00
egg-hatch-scene-handler.ts Deleted phases.ts (#3618) 2024-08-19 03:23:52 +01:00
egg-list-ui-handler.ts [Feature] [Same species Egg] Egg class rewrite to enable fully parameterized eggs to generate same species eggs + Egg overrides (#1833) 2024-06-21 20:19:56 -04:00
evolution-scene-handler.ts [Refactor] use typescript strict-null (#3259) 2024-08-07 17:23:12 +01:00
fight-ui-handler.ts [Misc] Update eslint.config.js for space after commas (#3649) 2024-08-23 16:36:10 +08:00
filter-bar.ts [Refactor] use typescript strict-null (#3259) 2024-08-07 17:23:12 +01:00
form-modal-ui-handler.ts [Refactor] allow null for ui mode constructor argument (#3407) 2024-08-07 14:31:57 -04:00
game-stats-ui-handler.ts [QoL] Add arrows in the Stats screen to show it is scrollable (#3489) 2024-08-24 23:56:35 +01:00
loading-modal-ui-handler.ts [Refactor] allow null for ui mode constructor argument (#3407) 2024-08-07 14:31:57 -04:00
login-form-ui-handler.ts [Misc] Update eslint.config.js for space after commas (#3649) 2024-08-23 16:36:10 +08:00
menu-ui-handler.ts [Refactor][QoL] Game Audio + New Settings (#3527) 2024-08-25 17:40:14 +01:00
message-ui-handler.ts [Refactor][QoL] Game Audio + New Settings (#3527) 2024-08-25 17:40:14 +01:00
modal-ui-handler.ts [Refactor] allow null for ui mode constructor argument (#3407) 2024-08-07 14:31:57 -04:00
modifier-select-ui-handler.ts [Refactor][QoL] Game Audio + New Settings (#3527) 2024-08-25 17:40:14 +01:00
move-info-overlay.ts [Misc] Update eslint.config.js for space after commas (#3649) 2024-08-23 16:36:10 +08:00
outdated-modal-ui-handler.ts [Refactor] allow null for ui mode constructor argument (#3407) 2024-08-07 14:31:57 -04:00
party-exp-bar.ts [Refactor] use typescript strict-null (#3259) 2024-08-07 17:23:12 +01:00
party-ui-handler.ts Deleted phases.ts (#3618) 2024-08-19 03:23:52 +01:00
pokeball-tray.ts [Refactor][QoL] Game Audio + New Settings (#3527) 2024-08-25 17:40:14 +01:00
pokemon-icon-anim-handler.ts [Refactor] use typescript strict-null (#3259) 2024-08-07 17:23:12 +01:00
pokemon-info-container.ts [Refactor] use typescript strict-null (#3259) 2024-08-07 17:23:12 +01:00
registration-form-ui-handler.ts [Refactor] use typescript strict-null (#3259) 2024-08-07 17:23:12 +01:00
rename-form-ui-handler.ts [Enhancement] Allow nickname assignment in the starter select UI. (#3456) 2024-08-09 10:17:18 -04:00
run-history-ui-handler.ts [QoL][Feature] Hall of Fame + Run History (#3251) 2024-08-23 19:23:16 +01:00
run-info-ui-handler.ts [Bug] Run History Day 1 patch (#3715) 2024-08-25 00:03:28 +01:00
save-slot-select-ui-handler.ts [Refactor] use typescript strict-null (#3259) 2024-08-07 17:23:12 +01:00
saving-icon-handler.ts added rule no-trailing-spaces (#1307) 2024-05-23 18:45:04 -05:00
scroll-bar.ts [Enhancement] Make the scrollbar cursor size more natural in the starter select UI (#3627) 2024-08-23 16:51:01 -07:00
session-reload-modal-ui-handler.ts [Refactor] allow null for ui mode constructor argument (#3407) 2024-08-07 14:31:57 -04:00
starter-container.ts [Enhancement] Add favorite filter in Starter UI (#3431) 2024-08-09 10:32:30 -04:00
starter-select-ui-handler.ts [Refactor][QoL] Game Audio + New Settings (#3527) 2024-08-25 17:40:14 +01:00
stats-container.ts [Misc] Update eslint.config.js for space after commas (#3649) 2024-08-23 16:36:10 +08:00
summary-ui-handler.ts [Misc] Update eslint.config.js for space after commas (#3649) 2024-08-23 16:36:10 +08:00
target-select-ui-handler.ts Increase Target Select UI Opacitiy (#3683) 2024-08-22 14:04:26 +02:00
text.ts [QoL] Add arrows in the Stats screen to show it is scrollable (#3489) 2024-08-24 23:56:35 +01:00
time-of-day-widget.ts [Refactor] use typescript strict-null (#3259) 2024-08-07 17:23:12 +01:00
title-ui-handler.ts [Refactor] use typescript strict-null (#3259) 2024-08-07 17:23:12 +01:00
ui-handler.ts [Refactor] allow null for ui mode constructor argument (#3407) 2024-08-07 14:31:57 -04:00
ui-theme.ts [Refactor] use typescript strict-null (#3259) 2024-08-07 17:23:12 +01:00
ui.ts [Refactor][QoL] Game Audio + New Settings (#3527) 2024-08-25 17:40:14 +01:00
unavailable-modal-ui-handler.ts [Refactor][QoL] Game Audio + New Settings (#3527) 2024-08-25 17:40:14 +01:00