Commit Graph

201 Commits

Author SHA1 Message Date
Dario af730a3d4f Remove scss folder from CI. 2026-01-24 16:51:45 -03:00
Mr-Wiseguy 6e81827a05 1.0.0 v1.0.0 2026-01-24 13:35:01 -05:00
Darío 5ec2d3e5c2 CI Workflows. (#73) 2026-01-24 13:33:06 -05:00
Mr-Wiseguy 5d0d15e9a3 Add note about faithful audio to readme 2026-01-24 13:18:00 -05:00
Dario da393d7391 Add turning off state to christmas tree. 2026-01-24 15:08:25 -03:00
Mr-Wiseguy 00c47eb17c Add BK Reloaded link to readme 2026-01-24 12:57:47 -05:00
Mr-Wiseguy 0ccade9de8 Add building instructions 2026-01-24 02:27:25 -05:00
Mr-Wiseguy 444eaed1a7 Write readme 2026-01-24 02:03:49 -05:00
Mr-Wiseguy 92024a0518 Update RecompFrontend for readme changes.
Co-authored-by: thecozies <79979276+thecozies@users.noreply.github.com>
2026-01-24 02:02:05 -05:00
Mr-Wiseguy 60530b36bc Remove outdated cmakelists include dirs and headers 2026-01-24 01:39:47 -05:00
Dario 6708aab4a9 Lower interpolation threshold for first beach cutscene. Skip interpolation on lens flare when camera skips. 2026-01-23 22:20:45 -03:00
Dario dbfb6714a8 Lower interpolation threshold for fake ending cutscene. 2026-01-22 19:54:49 -03:00
Dario 44d0265852 Interpolate parade text. 2026-01-22 19:27:07 -03:00
Darío da24f09d16 Add tagging to marker that draws wood explosions and others. (#122) 2026-01-21 03:45:31 -05:00
Mr-Wiseguy df17e71f91 Enable extended addressing so mod memory works for graphics data 2026-01-20 18:15:05 -05:00
Darío 74d041fb05 Use the free function instead of clearing the snow count directly. (#121)
* Use the free function isntead of clearing the snow count directly.

* Also initialize the queue count to 0 if re-allocated.
2026-01-20 09:33:46 -05:00
Mr-Wiseguy a0a67350e7 Bump version to 1.0.0-rc2 2026-01-19 21:28:15 -05:00
Dario 29fe610179 Update RecompFrontend to fix autofocus on new context. 2026-01-19 23:16:12 -03:00
Darío 2c1bd3a433 Add skinning data to Score3. (#118) 2026-01-19 20:43:39 -05:00
Darío 036aea9e7b Fix Seal Banjo interpolation. Also add exports for model skinning and transform Ids. (#117) 2026-01-19 20:05:57 -05:00
Darío 4272acf56d Interpolate water for the ending cutscene. (#116)
* Interpolate water for the ending cutscene.

* Fix comment.
2026-01-19 18:53:20 -05:00
thecozies 14a9ed4e71 Removed Lato-Latin fonts from assets (#114) 2026-01-19 15:14:42 -05:00
Darío afadf360c1 Change default font, override it for launcher options. (#100)
* Change default font, override it for launcher options.

* adjusted base typography theme

* Adjusted launcher menu font settings

---------

Co-authored-by: thecozies <79979276+thecozies@users.noreply.github.com>
2026-01-19 15:12:37 -05:00
thecozies 4390f2024a #93 Make main menu options smaller (#113) 2026-01-19 14:45:37 -05:00
Mr-Wiseguy 2350716cee Add export to get active note saving state 2026-01-19 14:45:02 -05:00
Darío a4df69231f Fix timings for dingpot cutscene. (#107)
* Fix timings for dingpot cutscene.

* Remove comment, adjust timing.

* Match spacing.
2026-01-18 20:50:36 -05:00
Darío d07c0f7e1b Do not interpolate player shadow on large surface changes. (#102)
* Do not interpolate player shadow on large surface changes.

* Update comment.
2026-01-18 20:49:49 -05:00
Darío 6e5025984a Update icons. (#112) 2026-01-18 20:46:31 -05:00
Darío eda4bcfb66 Fix thumbnails on game mode and add game icon. (#111)
* Add display name and thumbnail bytes to the game.

* Update modern runtime for verification.

* Update RecompFrontend to point to main.
2026-01-18 20:43:17 -05:00
Mr-Wiseguy c4fd9ba116 Update frontend for fixed UI mipmaps 2026-01-18 18:11:25 -05:00
Darío 8508a9abae Merge pull request #97 from BanjoRecomp/atomic_fix_linux
Add atomic include to fix linux build
2026-01-18 15:33:14 -03:00
Reonu 5b22e1a6f6 Add atomic include to fix linux build 2026-01-18 09:45:55 +00:00
Dario d22aada255 Update RecompFrontend to fix control hints not updating when bindings change. 2026-01-18 00:22:59 -03:00
Dario 4e5b1e7f61 Update RecompFrontend to fix Back button not working on game mode menu. 2026-01-17 23:14:12 -03:00
Reonu 1b90889a28 Analog camera sensitivity (#94)
* WIP analog camera sensitivity

* Fix implementation errors.

---------

Co-authored-by: Dario <dariosamo@gmail.com>
2026-01-17 20:55:52 -05:00
Darío 18413299f4 Prevent options from being clicked and add ability to skip launcher animation. (#95) 2026-01-17 20:38:09 -05:00
Darío fa74069094 Update logo and tweak colors and positions. (#92)
* Update logo and tweak colors and positions.

Co-Authored-By: LJSTAR <31629427+ljstarbird@users.noreply.github.com>

* Make wrapper animation resilient against large delta times.

---------

Co-authored-by: LJSTAR <31629427+ljstarbird@users.noreply.github.com>
2026-01-17 18:18:27 -05:00
Mr-Wiseguy a36dffce3e Update frontend for config menu input hints and mod reload crash
Co-authored-by: thecozies <79979276+thecozies@users.noreply.github.com>
2026-01-17 17:27:42 -05:00
Dario 1252c7c36a Update RT64 to fix OOB access on semaphores. 2026-01-17 18:55:09 -03:00
Dario 6c3147abf0 Update RT64 for Vulkan Swap Chain validation fix. 2026-01-17 00:24:02 -03:00
Dario 1a26be2c4f Fix RecompFrontend for Steam Deck detection. 2026-01-16 23:14:40 -03:00
Darío af8163cf87 Add clouds and logo to launcher. (#81)
* Add clouds and logo to launcher.

Co-Authored-By: LJSTAR <31629427+ljstarbird@users.noreply.github.com>

* Update RecompFrontend to fix lunasvg.

* Fix timing issue for launcher code.

---------

Co-authored-by: LJSTAR <31629427+ljstarbird@users.noreply.github.com>
2026-01-16 20:29:35 -05:00
Dario 819548a9c7 Update RT64 to revert plume using Mailbox. 2026-01-16 21:37:58 -03:00
Dario 0cfd7cc6d4 Update RT64 for Retina change. 2026-01-16 16:53:09 -03:00
Mr-Wiseguy 0f6fd38359 Update frontend to move controller device info callback into per-game code 2026-01-15 19:56:28 -05:00
Reonu 5a720ff962 Remove "failed to preload executable" print on Linux and MacOS (#80) 2026-01-15 18:44:13 -05:00
Darío 40f95cec35 Add per-axis deadzones to analog camera. Remove radial deadzone from Recomp's side. (#83) 2026-01-15 18:43:30 -05:00
thecozies 5fe82ab823 Set new c button defaults for controller (#79) 2026-01-15 18:42:55 -05:00
Mr-Wiseguy e51d9a178b Bump version to 1.0.0-rc1 2026-01-13 18:23:13 -05:00
Mr-Wiseguy 001dd371c8 Update frontend to fix singleplayer mapping regressions
Co-authored-by: thecozies <79979276+thecozies@users.noreply.github.com>
2026-01-13 18:07:12 -05:00