thecozies
21a71702a0
Move config registry/option to librecomp + added Color conf opt type
2024-09-30 07:49:02 -05:00
thecozies
cb206c25d5
init config opt system w/ 3 types and description support
2024-09-30 07:48:59 -05:00
Mr-Wiseguy
26607e541f
Update runtime for custom mod content types and add RT64 texture pack support
2024-09-28 16:50:58 -04: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
briaguya
208e3044fc
fix: use sdl userevent to set await_stick_return when scanning for input ( #413 )
2024-06-22 22:06:25 -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
briaguya
b0d0cab6c2
feat: support portable mode ( #368 )
2024-06-06 01:59:43 +02:00
briaguya
1c00519938
fix: enable key repeat in rmlui menu ( #364 )
2024-06-05 13:03:06 +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
David Chavez
7e8782c114
Building Instructions & CI ( #178 )
...
Co-authored-by: Mr-Wiseguy <mrwiseguyromhacking@gmail.com>
2024-05-18 04:23:48 +02:00
Mr-Wiseguy
83b196a4e5
Move rmlui reload to F10 and make F11 toggle fullscreen
2024-05-04 15:42:19 -04:00
Mr-Wiseguy
9ff794f502
Suppress enter key when alt is held to prevent stray inputs when using the fullscreen shortcut
2024-05-04 15:28: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
Mr-Wiseguy
b9c9e65672
Changed save directory on linux to $HOME/.config/appname
2024-05-01 02:38:33 -04:00
thecozies
1ec20de2f5
Show quit game prompt when attempting to close window ( #13 )
2024-04-30 10:30:39 -04:00
Mr-Wiseguy
a6f94f9e2e
Added special defaults for steam deck and embedded linux icon png into binary
2024-04-26 22:41:41 -04:00
Mr-Wiseguy
b28614b128
Implemented mouse aiming
2024-04-26 01:48:26 -04:00
Mr-Wiseguy
a6e34bb49b
Changes to fix compilation on linux
2024-04-25 03:04:14 -04:00
Mr-Wiseguy
68ee43f5ac
Implemented new thread scheduling logic that doesn't need a central scheduler thread, removed all uses of atomic waits
2024-04-25 02:57:06 -04:00
thecozies
8fbb7b6025
option to enable/disable background input
2024-04-21 17:33:09 -05:00
thecozies
17aa09506b
'Reset to Defaults' button implemented
2024-04-21 13:02:47 -05:00
thecozies
6613c9967d
bugfix: load 'low_health_beeps' key from config
2024-04-21 12:38:35 -05:00
thecozies
26117389aa
gyro sensitivity option + update range inputs styling
2024-04-21 12:14:41 -05:00
thecozies
0fd4f8b859
added cur_controllers mutex for rumble safety
2024-04-16 10:58:43 -04:00
thecozies
af3c4f4df7
update rumble on vi thread
2024-04-16 10:58:43 -04: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
38f813ae04
Added option in graphics config file to override graphics API selection
2024-04-14 16:57:11 -04:00
thecozies
65ced0c594
added set time debug ui
2024-04-05 11:25:45 -05:00
Mr-Wiseguy
636f312823
Add debug set time hook
2024-04-04 17:24:45 -04:00
thecozies
9e1dd0500d
default to 16:9
2024-04-01 12:34:31 -05:00
thecozies
bb11e81850
hud aspect ratio in gfx config
2024-04-01 12:23:09 -05:00
Mr-Wiseguy
4c5f48a2c3
Add check for programmable sample positions for MSAA settings, fixed fullscreen option going out of sync with alt+enter shortcut
2024-04-01 03:19:16 -04:00
Mr-Wiseguy
1651298a2c
Fixed crash caused by input latency reduction patch
2024-03-30 20:00:02 -04:00
thecozies
5f74dfa2ba
added downsampling option
2024-03-27 17:43:15 -05:00
Mr-Wiseguy
40d0b20939
Changed default controller mapping to have alternate inputs for items and fairy
2024-03-15 20:26:33 -04:00
Mr-Wiseguy
3520fdfbc5
Added icons and version number, disabled 8x MSAA and set default to 2x
2024-03-15 19:47:29 -04:00
Mr-Wiseguy
0775299aae
Reorganized config menu tabs, hide debug menu behind manual config file edit, added missing recompiler config file
2024-03-15 12:13:39 -04:00
Mr-Wiseguy
bc6b112992
Patched lens/telescope effect to not stretch in widescreen, fixed incorrect trigger icons in UI.
2024-03-14 00:44:47 -04:00
thecozies
0784db4988
cancel scanning input with back/escape
2024-03-12 08:35:58 -05:00
Mr-Wiseguy
0192cac272
Fixed cursor hiding lag, moved save file location to config folder
2024-03-12 00:27:20 -04:00
Mr-Wiseguy
eeeabba64d
Added background music volume and low health beep settings, imported warp names
2024-03-10 16:40:41 -04:00
thecozies
e19e72ea62
controller input in ui
2024-03-04 11:50:11 -06:00