Commit graph

249 commits

Author SHA1 Message Date
Skyth
ee4bb3d63c Merge branch 'main' into options-menu 2024-11-21 23:04:01 +03:00
Skyth
f7d4f93ba0 Implement brightness slider & color correction. 2024-11-21 23:00:15 +03:00
Hyper
a8bc4b4956 config: use final names and descriptions, label options to be moved to exports 2024-11-21 16:17:17 +00:00
Skyth
3e0490fcec Expose texture loader in "video.h". 2024-11-21 16:26:05 +03:00
Skyth
661cf1d127 Fix clip rect in info panel not getting popped at all times. 2024-11-21 12:43:50 +03:00
Skyth
7c40cf943f Animate category tab background from the center. 2024-11-21 12:36:28 +03:00
Hyper
dc40950343 window: always hide mouse cursor
The options menu doesn't accept mouse input, so there's not really any point to showing the cursor at all.
2024-11-21 05:11:24 +00:00
Hyper
5b5272b17a options_menu: restrict XButtonHoming to title and world map 2024-11-21 05:10:42 +00:00
Hyper
8bb3e4a595 options_menu: forget selected item upon opening 2024-11-21 05:10:07 +00:00
Hyper
b30423ff6a api: more research 2024-11-21 05:09:38 +00:00
Hyper
7062c8e266 Update PowerRecomp submodule 2024-11-21 02:59:50 +00:00
Hyper
837914dfdc options_menu: allow providing reasons for greyed out options 2024-11-21 02:41:00 +00:00
Hyper
1f7f093e22 options_menu: implemented greyed out options and localisation 2024-11-21 01:34:10 +00:00
Hyper
49b6b0e262 camera_patches: fix FOV at narrow aspect ratios
mobile gaming is back on the menu
2024-11-20 21:50:50 +00:00
Hyper
5944abe1a7 options_menu: fix description wrap width 2024-11-20 20:45:41 +00:00
Hyper
90a08a8742 options_menu: fit thumbnail rect to grid, remove menu hide input 2024-11-20 20:28:07 +00:00
Hyper
323a7b1134 config: implemented enum descriptions 2024-11-20 19:28:40 +00:00
PTKay
165ab0823c Add an interval between consecutive playbacks of the slider sound effect in fastIncrement mode 2024-11-20 09:58:59 +00:00
Skyth
611136873e Merge branch 'main' into options-menu 2024-11-20 10:57:48 +03:00
Skyth
cffefcdbf3 Use global instead of function provided delta time in cmaera HFR patches. 2024-11-20 10:54:22 +03:00
Skyth
e403f961aa Cherry pick of global delta time from 'options-menu' branch.
Co-authored-by: Hyper <34012267+hyperbx@users.noreply.github.com>
2024-11-20 10:39:58 +03:00
Hyper
da8ae8b4d1 api: fix score offset 2024-11-20 04:57:03 +00:00
Hyper
a32a168f79 api: update research 2024-11-20 04:26:39 +00:00
Hyper
6d6c4fad1f audio_patches: implemented Music and SE volume 2024-11-20 04:24:19 +00:00
Hyper
ac28db9480 CTitleMenu: added open/close sounds to the options menu 2024-11-20 02:01:39 +00:00
Hyper
ab6f29ebd4 options_menu: fix being unable to press A at least once after opening the menu 2024-11-20 01:59:04 +00:00
Hyper
16484a2343 player_patches: ensure Unleash gauge penalty doesn't dip into negatives 2024-11-20 01:25:58 +00:00
Hyper
809c88408e config_locale: update English localisation 2024-11-20 01:10:42 +00:00
Hyper
ad0ee431fc player_patches: added penalty to Unleash Cancel 2024-11-20 01:10:29 +00:00
Skyth
0911d3a8a8 Fade container brackets during intro transition. 2024-11-19 23:55:37 +03:00
Skyth
dfc0c13dfa Prevent ImGui from displaying OS cursor. 2024-11-19 22:16:28 +03:00
Skyth
383e8a6bc4 Implement FPS slider. 2024-11-19 22:15:10 +03:00
Hyper
1a8a038270 audio_patches: implemented music volume 2024-11-19 18:22:43 +00:00
Skyth
b7b1966f44 Implement intro transition animation for options menu. 2024-11-19 19:09:02 +03:00
Hyper
8ffc7b57e4 config: rename Controls category to Input 2024-11-19 15:18:13 +00:00
Skyth
37a24b1b32 Apply category select animation. 2024-11-19 17:10:17 +03:00
Hyper
eeb428d9de options_menu: only play slider sound between min/max range 2024-11-19 13:14:57 +00:00
Skyth
f4bae353a4 Add option select animation. 2024-11-19 15:48:27 +03:00
Skyth
e86fc02675 Give the final decide sound to bool toggling. 2024-11-19 14:28:58 +03:00
Skyth
28416f651e Change some sounds used in options menu. 2024-11-19 14:18:11 +03:00
Skyth
67478ca9f5 Add sound effects to options menu. 2024-11-19 13:58:30 +03:00
Skyth
749216d2af Converge increments only when holding the left/right button. 2024-11-19 12:22:58 +03:00
Skyth
faa053cd77 Handle real-time modifications of some video config values. 2024-11-19 12:18:50 +03:00
Hyper
99b0cf3c31 options_menu: only draw header/footer fade in stages 2024-11-19 03:29:31 +00:00
Hyper
7b93f1b77f options_menu: move ATOC option below Anti-Aliasing 2024-11-19 03:16:02 +00:00
Hyper
8c67886539 config: added Allow Background Input option 2024-11-19 03:08:08 +00:00
Hyper
5c954c5427 config_locale: update description for Battle Music 2024-11-19 02:06:28 +00:00
Hyper
dc3bfb8e3c options_menu: fix buffered A press selecting first option upon entry 2024-11-19 02:06:16 +00:00
Hyper
4d70dbd3b8 camera_patches: implemented camera X/Y invert 2024-11-19 01:36:11 +00:00
Hyper
7afe0f27de api: fix GameObject layout 2024-11-19 01:35:31 +00:00