Skyth
|
3c48c17deb
|
Handle float/double arguments properly in GuestToHostFunction.
|
2024-11-25 00:58:11 +03:00 |
|
Skyth
|
3c2922a583
|
Add guest_stack_var, improve shared_ptr implementation.
|
2024-11-24 21:16:33 +03:00 |
|
Skyth
|
588b5677eb
|
Accept functions directly in GuestToHostFunction & add memory range asserts.
|
2024-11-24 19:52:36 +03:00 |
|
Skyth
|
031229166a
|
Merge branch 'main' into options-menu
|
2024-11-24 16:55:13 +03:00 |
|
Skyth
|
a908780de8
|
Remove vendor parameter from CMakePresets.json that breaks IntelliSense.
|
2024-11-24 16:53:18 +03:00 |
|
Skyth
|
6ae0ecd58e
|
Switch to using CMakePresets.json.
|
2024-11-24 13:44:00 +03:00 |
|
Hyper
|
0b800cf691
|
api: update research
|
2024-11-24 09:22:17 +00:00 |
|
Hyper
|
b8da31869e
|
window: show window dimensions on title bar when resizing window
|
2024-11-23 20:23:27 +00:00 |
|
Hyper
|
ff79eae6c4
|
window: hide mouse cursor on controller input for windowed mode
|
2024-11-23 20:22:54 +00:00 |
|
Skyth
|
e3f7eba9a6
|
Remove triple buffering from options menu, turn it to an enum.
|
2024-11-22 14:59:39 +03:00 |
|
Hyper
|
0f5b71f1d5
|
options_menu: implemented Subtitles
|
2024-11-21 22:21:22 +00:00 |
|
Hyper
|
b2c3ba8aca
|
config: added Aspect Ratio option (to be implemented)
|
2024-11-21 21:49:58 +00:00 |
|
Hyper
|
ba0e4b204f
|
Move Voice Language patch to resident_patches
|
2024-11-21 21:49:45 +00:00 |
|
Hyper
|
e545a95141
|
options_menu: implemented Voice Language (and some misc. clean-up)
|
2024-11-21 21:01:04 +00:00 |
|
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 |
|