Dario
efb3fe4fbc
DnD prototype.
2025-03-30 18:07:22 -03:00
Mr-Wiseguy
95b462e9e5
Merge remote-tracking branch 'origin/dev' into mod-ui
2025-03-23 22:00:50 -04:00
squidbus
3d3524ffe7
Fix portable mode on macOS ( #552 )
2025-03-23 20:23:44 +01:00
Mr-Wiseguy
d45c4f7236
Created mod UI API functions for imageview elements
2025-03-21 03:07:57 -04:00
Mr-Wiseguy
2dffaf6148
Implement controlling input capturing for mod UI contexts
2025-03-14 17:35:55 -04:00
Mr-Wiseguy
59fd5f5b42
Implement actor extension data and use it for transform tagging
2025-03-14 17:35:30 -04:00
Mr-Wiseguy
8c167f06f8
Implement update event for elements
2025-03-14 17:35:28 -04:00
Dario
937f390331
Add basic thumbnail parsing functionality.
2025-03-14 17:35:28 -04:00
Mr-Wiseguy
8119daf62c
Begin implementing mod UI API
2025-03-14 17:34:59 -04:00
Mr-Wiseguy
9dccbfaf8c
Reimplement mechanism to open the config menu to a specific tab
2025-03-14 17:34:59 -04:00
Mr-Wiseguy
0a596746a7
Split config sub menu into separate context and fix configure button, prevent infinite loop when looking for autofocus element
2025-03-14 17:34:55 -04:00
Mr-Wiseguy
a087731f96
Refactor Rml document handling to use new ContextId system (prompts currently unimplemented)
2025-03-14 17:20:31 -04:00
Dario
723340f3f9
Rewrite mod details under new UI system.
2025-03-14 16:42:35 -04:00
thecozies
a05ac15dcd
init mod menu + bem class + button presets
2025-03-14 16:42:30 -04:00
thecozies
e75cfd054b
Move config registry/option to librecomp + added Color conf opt type
2025-03-14 16:42:04 -04:00
thecozies
f2869486cc
init config opt system w/ 3 types and description support
2025-03-14 16:42:03 -04:00
David Chavez
25e7b31228
Add macOS Support ( #537 )
2025-03-14 21:07:07 +01:00
Wiseguy
91db87632c
Mod Support ( #499 )
...
Integrates the modding functionality in N64ModernRuntime and adds several exported functions for mods to use. Also adds a ROM decompressor so that the runtime has access to the uncompressed code in the ROM for hooking purposes.
2025-02-14 18:38:10 -05:00
briaguya
19d2e38499
Allow configuring menu accept/apply buttons ( #385 )
...
* feat: allow configuring menu accept/apply buttons
* Update assets/icons/Reset.svg
Co-authored-by: thecozies <79979276+thecozies@users.noreply.github.com>
---------
Co-authored-by: thecozies <79979276+thecozies@users.noreply.github.com>
2024-07-05 21:19:31 -04:00
David Chavez
19fcd9bf31
Update to latest N64ModernRuntime ( #392 )
...
- updates to new controller changes
- updates to new render context changes
- updates to new controller number changes
- fix for crash on save thread
2024-06-12 09:40:14 +02:00
David Chavez
030d793056
Update to support latest N64Recomp - Silence warnings in CMake ( #358 )
2024-06-05 07:58:24 +02:00
David Chavez
bec699f0bd
Migrate to N64ModernRuntime ( #354 )
2024-06-05 01:12:43 +02:00
Wiseguy
ce406e9c5d
Use file backup system for config files ( #335 )
...
* Use file backup system for config files
* Add -fexceptions to windows cxxflags in workflow
2024-06-01 17:22:33 -04:00
briaguya
d4898f2316
feat: allow configuring menu toggle button ( #181 )
...
* feat: allow configuring menu toggle button
* fix: hide toggle menu binding config for keyboard
* fix: assign defaults for inputs that don't exist in `controls.json`
2024-05-26 09:58:51 -04:00
Wiseguy
3c34fa63c1
Adds analog camera and other controller options ( #264 )
...
* Added analog cam and camera inversion options to menu, initial implementation of analog cam
* Automatically suppress inputs on the right stick while analog cam is active
* Return to automatic camera mode when pressing target
* Add aiming inversion options
* Add analog camera inversion options
2024-05-26 09:34:26 -04:00
Mr-Wiseguy
a4f61016bb
Fix navigation on deadzone option, convert backing value to int to match other sliders
2024-05-26 08:36:22 -04:00
GabrielCNoble
773cc3bbb0
joystick deadzone ( #257 )
2024-05-26 08:36:22 -04:00
Reonu
23eb6b7eea
Support for high precision framebuffers and dither noise (RT64) ( #252 )
...
* 64 bit framebuffer for rt64
* Remove mention of motion blur cap from readme
* Add graphics.json option to control high precision framebuffers, disable clamping alpha for accumulation blur when using high precision FBs
* Increase dither noise strength at higher resolutions to make it more noticeable
---------
Co-authored-by: Mr-Wiseguy <mrwiseguyromhacking@gmail.com>
2024-05-26 01:24:46 -04:00
Parker
169155953e
Add main volume option to settings ( #267 )
...
* This commit adds the option to control the main volume game via a slider
added to the "Sound" tab in the settings menu.
2024-05-26 00:59:15 -04:00
theofficialgman
b803da8a58
Fix arm64 building and X11 conflicts ( #214 )
2024-05-22 02:39:34 +02:00
Mr-Wiseguy
b791a4aa1d
1.0.1 Hotfixes ( #190 )
...
* Fixed bug with autosaving where some flags weren't updated in the save buffer
* Display message boxes for RT64 initialization errors
* Bump version number to 1.0.1
2024-05-18 18:46:11 -04:00
David Chavez
7e8782c114
Building Instructions & CI ( #178 )
...
Co-authored-by: Mr-Wiseguy <mrwiseguyromhacking@gmail.com>
2024-05-18 04:23:48 +02:00
Reonu
008dfa5b0b
Add missing semicolon
2024-05-16 19:46:15 +01:00
Tharo
89af45ae34
ultramodern / recomp runtime: Relax alignment restrictions in osEPiReadIo, implement some more stubs ( #130 )
...
- osDriveRomInit
- __osPiGetAccess
- __osPiRelAccess
- osPfsChecker
2024-05-14 00:21:51 -04:00
Mr-Wiseguy
d5fb5f50c1
Added microcode tomls for RSPRecomp
2024-05-12 20:35:54 -04:00
Mr-Wiseguy
54b862599c
Implemented UI for controlling autosaving, fixed general config defaults not being applied correctly
2024-05-04 13:08:14 -04:00
thecozies
7491eabde0
Cont/kb/mouse focus priorities and behaviors reworked ( #15 )
...
* ensure focus after cont/kb input + enable mouse on SDL_QUIT + force focus to prompt while open
* only force prompt focus if mouse is not active
* default kb input, mouse click switches to kb focused input
2024-05-02 01:51:09 -04:00
thecozies
52278c5a4d
disable cursor movement threshold when controller is the primary input ( #14 )
2024-04-30 10:41:22 -04:00
thecozies
1ec20de2f5
Show quit game prompt when attempting to close window ( #13 )
2024-04-30 10:30:39 -04:00
Mr-Wiseguy
598948bfb6
Implemented shader cache preloading
2024-04-27 00:02:10 -04:00
Mr-Wiseguy
b28614b128
Implemented mouse aiming
2024-04-26 01:48:26 -04:00
thecozies
4fef9d9203
show display refresh rate in description
2024-04-22 08:11:13 -05:00
thecozies
8fbb7b6025
option to enable/disable background input
2024-04-21 17:33:09 -05:00
thecozies
c06889c3bb
added quit button and confirmation prompt
2024-04-21 15:55:45 -05:00
thecozies
17aa09506b
'Reset to Defaults' button implemented
2024-04-21 13:02:47 -05:00
thecozies
26117389aa
gyro sensitivity option + update range inputs styling
2024-04-21 12:14:41 -05:00
thecozies
12f52eab2f
Implemented prompt component and utilize for gfx change confirmation
2024-04-20 15:37:01 -05:00
thecozies
51759611e1
control rumble intensity to mimic n64 rumble pak & separate rumble from input
2024-04-16 10:58:43 -04:00
Mr-Wiseguy
b334c677b9
Update RT64 and refactor RT64 handling
2024-04-14 15:59:42 -04:00
thecozies
65ced0c594
added set time debug ui
2024-04-05 11:25:45 -05:00