Commit Graph

188 Commits

Author SHA1 Message Date
Mr-Wiseguy
26607e541f Update runtime for custom mod content types and add RT64 texture pack support 2024-09-28 16:50:58 -04:00
Mr-Wiseguy
99dc216c75 Update runtime for mod loading on posix systems, enable all mods temporarily 2024-09-08 22:45:37 -04:00
Mr-Wiseguy
c2d7a47512 Update runtime and print mod authors and dependencies 2024-09-04 02:29:01 -04:00
Mr-Wiseguy
25e6ca6717 Update runtime to have mod list functionality 2024-09-03 00:04:17 -04:00
Mr-Wiseguy
f4e8884de6 Parse version number from a string and provide it to the runtime 2024-09-02 20:04:25 -04:00
Mr-Wiseguy
5a8de31e82 Update modern runtime for mod support, add some exports and events in the patches 2024-09-02 12:02:03 -04:00
Mr-Wiseguy
3346400775 Fix message box being used by accident in preload_executable 2024-07-28 22:04:14 -04:00
Wiseguy
c90434962f
Preload executable into memory on Windows to prevent stutters (#450) 2024-07-28 22:00:39 -04:00
Wiseguy
9981b922dc
Fix .recomp_patch section functions not getting loaded (#449) 2024-07-28 21:43:14 -04:00
Reonu
5aa650bffa
Update RT64 for HD texture framework and DXIL linker (#262)
* WIP HD texture support

* Remove STB implementation as it's already defined in RT64

* Fix texcoords for seamless pause background patch

* Fix RT64 compilation error and temporarily disable shader cache

* Fix vertices for bottom strip in seamless pause background patch

* Update RT64 for mip preloading and alignment fixes

* Update RT64 for zipped texture pack support and fix CMake warning flags for clang-cl

* Update RT64 to have multiple pack loading and texture memory stats in the debugger

* Update RT64 to fix replace button crash

* Update to RT64 main as HD textures were merged and completely removed shader cache as it's not needed

---------

Co-authored-by: Wiseguy <68165316+Mr-Wiseguy@users.noreply.github.com>
2024-07-25 23:08:23 -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
Anghelo Carvajal
4abd0fe720
Update N64ModernRuntime and add debug game thread naming (#408) 2024-06-21 15:40:06 +02:00
David Chavez
1a6a3b3082
CI: build on ubuntu-18.04 (#346) 2024-06-16 21:38:23 +02: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
4d682fac8a
Bump version number to 1.1.1 (#343) 2024-06-02 16:29:13 -04:00
Mr-Wiseguy
49baa68ea1 Fix bug with saving error detection, changed saving error message 2024-06-02 12:01:57 -04: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
Wiseguy
1ea7d4ebe9
v1.1.0 (#271)
* Update RT64 to correctly report errors for shader model 5.1 GPUs

* Fixed Windows filesystem error crash

* Force audio driver selection to wasapi on Windows to prevent audio issue
2024-05-26 14:24:13 -04:00
Reonu
4ebe71bfcc
Automatic save backup system (#260)
* Made errors print to console as well

---------

Co-authored-by: Mr-Wiseguy <mrwiseguyromhacking@gmail.com>
2024-05-26 11:38:58 -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
466b766cfa
Remove shader cache and make it optional (#238) 2024-05-22 10:55:54 +02:00
Nadia Holmquist Pedersen
0a0699f272
Linux: Force SDL2 video driver selection to X11 (#197)
Co-authored-by: Anghelo Carvajal <angheloalf95@gmail.com>
2024-05-20 23:39:33 +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
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
b18262c692 Update readme and general config descriptions, add GPLv3 license, bump verison number to 1.0.0 2024-05-10 00:07:09 -04:00
Mr-Wiseguy
c898edd749 Update RT64 and shader cache, add decals to N64 effect list in readme, bump version number to 1.0.0-rc2 2024-05-06 22:47:31 -04: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
Mr-Wiseguy
3fdb2dc001 Fixed integer overflow in audio buffer calculations, added workaround to speed up audio if too many samples get queued somehow (prevents audio lag bug) 2024-05-04 00:28:42 -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
956db3366f Moved UI resource destruction to RT64 deinit hook, temporarily disabled shader cache as it's out of date 2024-05-01 04:25:22 -04:00
Mr-Wiseguy
11012cdfc6 WIP autosave functionality 2024-05-01 04:06:53 -04:00
Mr-Wiseguy
1ef8656a93 Asynchronous saving 2024-05-01 02:38:33 -04:00
Mr-Wiseguy
b9c9e65672 Changed save directory on linux to $HOME/.config/appname 2024-05-01 02:38:33 -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
thecozies
d555f0c65b
Apply graphics conf changes with F on kb or X/Start on cont (#11) 2024-04-30 10:29:02 -04:00
Mr-Wiseguy
8a70b2313e Fix issue where an invalid element can take focus if mouse movement happens immediately 2024-04-27 17:33:51 -04:00
Mr-Wiseguy
598948bfb6 Implemented shader cache preloading 2024-04-27 00:02:10 -04:00