madeline
2211ca0eb9
fix some menus scaling wrong
2026-04-20 06:45:05 -07:00
madeline
9b7a446a97
Merge branch 'main' of https://github.com/TakaRikka/dusk
2026-04-20 06:10:22 -07:00
madeline
d39a1adb7b
menu cursor resizing fixes #313 closes #314
2026-04-20 06:10:18 -07:00
TakaRikka
5324aaf91d
Merge branch 'main' of https://github.com/TakaRikka/dusk
2026-04-20 06:02:11 -07:00
TakaRikka
e43df925d6
add failsafes to lv5key to avoid reverse unlock softlock
2026-04-20 06:02:03 -07:00
madeline
42097c0e8d
disable water refraction in debug, fixes #422
2026-04-20 05:36:31 -07:00
TakaRikka
331827a0e2
add dMsgUnit_c::setTag bug fix
2026-04-20 05:15:02 -07:00
TakaRikka
11c772afc8
fix option menu widescreen regression
2026-04-20 04:48:58 -07:00
TakaRikka
9a212689af
fix crawl arrow direction with mirror mode
2026-04-20 04:16:35 -07:00
TakaRikka
804f67c2fe
Merge pull request #450 from TwilitRealm/discord
...
Discord rich presence
2026-04-20 03:36:03 -07:00
madeline
d06c775d5a
fix apple ci?
2026-04-20 00:31:41 -07:00
madeline
7b55ba1eec
rich presence
2026-04-20 00:21:09 -07:00
Phillip Stephens
e63e30c09f
Use vendored SDL on ubuntu for libusb ( #448 )
2026-04-19 23:27:29 -06:00
madeline
4a47103b3d
Merge branch 'main' of https://github.com/TakaRikka/dusk
2026-04-19 21:43:32 -07:00
madeline
0541bd5cf3
add --console to launch.json
2026-04-19 21:43:29 -07:00
Howard Luck
ad661185b1
Frame interp pacing/camera cuts, King Bulblin reins, and crash fixes
...
* misc fixes round 1
* kb1 fixes
* fixes for encounter/ira
2026-04-20 00:34:13 -04:00
Luke Street
c516f34105
Frame interp: Fix cloud shadow flickering ( #446 )
2026-04-19 21:31:34 -06:00
Jasper St. Pierre
cb98725ac5
mirror flicker fix 2
2026-04-19 16:21:30 -07:00
Jasper St. Pierre
2461da01ca
hitstun camera interp fix
2026-04-19 16:01:51 -07:00
TakaRikka
483d26110d
Merge pull request #438 from TwilitRealm/frame-interp-simplify
...
Frame interp simplify
2026-04-19 14:58:38 -07:00
TakaRikka
7929655599
Merge pull request #436 from TwilitRealm/feat/pause_on_unfocus
...
Add pause on unfocus feature
2026-04-19 14:26:58 -07:00
Jasper St. Pierre
edc52c2fe8
j3d small cleanup
2026-04-19 14:16:38 -07:00
Jasper St. Pierre
18dc98d1ee
fix stone shadow flicker
2026-04-19 13:22:00 -07:00
Jasper St. Pierre
fc90ff0ec1
mirror interp fix
2026-04-19 12:57:30 -07:00
Jasper St. Pierre
738241b9c1
jutfader doc
2026-04-19 12:48:50 -07:00
Jasper St. Pierre
596d4b4c6f
minor cleanup
2026-04-19 12:39:08 -07:00
Jasper St. Pierre
27d885d4e2
proct
2026-04-19 11:56:48 -07:00
Jasper St. Pierre
f969311459
grass/flower/shadow interp fixes
2026-04-19 10:27:37 -07:00
Pheenoh
3eeae1278e
Add pause on unfocus feature
2026-04-19 10:02:55 -06:00
TakaRikka
aa8af54687
attempt to fix clawshot aim model position
2026-04-19 03:58:22 -07:00
Jasper St. Pierre
f39086eabf
run d_a_bg::draw on interp frames
...
to set up lights. this is a somewhat hacky workaround for lighting setup, but it might be good enough?
2026-04-19 03:19:44 -07:00
Jasper St. Pierre
f5dcea8525
add alternate to interp callbacks, flags on the leafdraw
2026-04-19 02:43:25 -07:00
Jasper St. Pierre
6c56c224c9
frame interp camera cleanups
2026-04-19 02:25:00 -07:00
Jasper St. Pierre
395eb78b97
simple shadow interp fix
2026-04-19 01:14:58 -07:00
Jasper St. Pierre
4137d05c59
frame interp simplify
2026-04-18 23:26:28 -07:00
TakaRikka
1036907cc7
Merge pull request #430 from TwilitRealm/fix/JAISeqMgr
...
Fix JAISeqMgr
2026-04-18 22:57:57 -07:00
TakaRikka
1d0f58d24f
Merge pull request #429 from TwilitRealm/fix/d_menu_fmap2d_interp
...
Fix d_menu_fmap2d interpolation for tears of light
2026-04-18 22:57:45 -07:00
Jasper St. Pierre
e3d3da38d3
freelook fix
2026-04-18 22:45:54 -07:00
Jasper St. Pierre
872b1a5dcb
water interpolation fix
2026-04-18 22:17:35 -07:00
Phillip Stephens
b069f0312e
Update aurora for CARDFormat speedup
2026-04-18 21:51:28 -07:00
Phillip Stephens
4e145396b5
Fix memory card not properly attaching on init. ( #433 )
...
* Fix memory card not properly attaching on init.
Previously the card status was forced to ready which caused quite a bit of default state getting set properly,
reverting that and setting mCardCommand to `COMM_ATTACH_e` allows the memory card system to properly probe and
detect the card status.
A companion fix in aurora addresses the "Memory Card corrupted" error message.
* Update aurora
2026-04-18 21:33:02 -07:00
Pheenoh
8845d8feb2
fix JAISeqMgr beginStartSeq_ to check free memory before allocation
2026-04-18 19:53:40 -06:00
Pheenoh
0087f9eb0c
Merge remote-tracking branch 'origin/main' into fix/d_menu_fmap2d_interp
2026-04-18 19:34:57 -06:00
Pheenoh
85b3f44306
fix minimap tear of light flash not respecting interpolation
2026-04-18 19:34:38 -06:00
TakaRikka
d443f80629
Merge branch 'main' of https://github.com/TakaRikka/dusk
2026-04-18 18:08:40 -07:00
TakaRikka
afd6d05f5d
volume setting effects movie now
2026-04-18 18:08:33 -07:00
TakaRikka
6078dc5356
Merge pull request #427 from TwilitRealm/fix/interp_d_file_select
...
Fix file select fade not rendering with frame interpolation
2026-04-18 16:17:54 -07:00
TakaRikka
9ceffe4f4e
Merge branch 'main' of https://github.com/TakaRikka/dusk
2026-04-18 15:54:47 -07:00
TakaRikka
340eb6f0b4
fix bulblin eye glow
2026-04-18 15:54:42 -07:00
Pheenoh
91492fe7b6
fix file select fade not rendering with frame interpolation
2026-04-18 16:53:48 -06:00