pokerogue/src/ui
Taylor Le Lievre f688ed7329
[QoL] Add setting to control volume of UI sound efffects (#3354)
* Added settings option to toggle UI sound effects

* Added text to other locales

* Localizations except es and it

* New language locales

* Added italian translation

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

* Refactored on top of PR #3527

* Rebased and updated setting name

* Added comments for the included sound effects

---------

Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com>
2024-08-26 13:01:54 -07:00
..
settings [QoL] Add setting to control volume of UI sound efffects (#3354) 2024-08-26 13:01:54 -07: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 [Enhancement] Slightly improve the challenge selection UI, achievement UI, and achievement message window. (#3731) 2024-08-25 17:11:03 -07:00
achvs-ui-handler.ts [Enhancement] Slightly improve the challenge selection UI, achievement UI, and achievement message window. (#3731) 2024-08-25 17:11:03 -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 [Ability][Move] Rewrite Type Resolution and Effectiveness Calculation Functions (#3704) 2024-08-25 19:11:01 -07: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 [Ability][Move] Rewrite Type Resolution and Effectiveness Calculation Functions (#3704) 2024-08-25 19:11:01 -07: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 [Ability][Move] Rewrite Type Resolution and Effectiveness Calculation Functions (#3704) 2024-08-25 19:11:01 -07: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 [Ability][Move] Rewrite Type Resolution and Effectiveness Calculation Functions (#3704) 2024-08-25 19:11:01 -07: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