Commit Graph

3075 Commits

Author SHA1 Message Date
PJB3005 2b45b01fcc Fix minimap "don't render" code not always working due to rounding errors
Significant performance boost in some areas like Gerudo Desert when map isn't visible.
2026-04-07 22:37:57 +02:00
PJB3005 8f77ca72b1 Fix Aurora draw call display in performance overlay
It was getting reset at the start of the frame... Just cache the values.
2026-04-07 22:17:48 +02:00
PJB3005 74942f3c76 Fix JUTResFont performance
Just store the GXTexObjs in a separately allocated hashmap, so they can be persisted cross-frame. Easy.

Fixes #227
2026-04-07 21:43:38 +02:00
PJB3005 8aa6ce950c Fix bigger wallet type display in collection screen
Fixes https://github.com/TwilitRealm/dusk/issues/223
2026-04-07 20:36:44 +02:00
PJB3005 1a22cc02c0 Fix movie running at uncapped FPS
Fixes #267
2026-04-07 20:12:52 +02:00
PJB3005 63ade15e2c Cleanly shut down JKRDecomp thread
Properly join the thread to ensure it's shut down before we try to exit.

Fixes #268
2026-04-07 20:06:52 +02:00
MelonSpeedruns ee5ab7978e Fixes audio volume at boot if changed (#270)
* Fixes audio volume at boot if changed

* Update Settings refactor for settings we want to update in the future

* remove unused include

---------

Co-authored-by: MelonSpeedruns <melonspeedruns@stratobox.net>
2026-04-07 19:56:23 +02:00
madeline f58342ef12 Merge branch 'main' of https://github.com/TakaRikka/dusk 2026-04-07 07:14:43 -07:00
madeline d51e6e617b fix crashes on window resize 2026-04-07 07:14:39 -07:00
PJB3005 8e70468d02 Guh 2026-04-07 15:45:09 +02:00
PJB3005 3229afa0b1 More TU debug consistency
Thought this was the cause of #264. Didn't end up being the case but figure it's still best to fix it.
2026-04-07 15:44:43 +02:00
PJB3005 c8bbfbc836 Fix Argorok Peahat camera init race condition
Fixes #264
2026-04-07 15:44:43 +02:00
madeline 678321294c fix the mf map regions being ass 2026-04-07 05:59:03 -07:00
TakaRikka fd9ba89325 Merge pull request #243 from TwilitRealm/runtime-data-asset-loader
Runtime rel/dol asset loader
2026-04-06 23:22:41 -07:00
madeline 6063b36608 correctly this time 2026-04-06 23:21:29 -07:00
madeline fd244d268c adjust dol sightDL address based on version 2026-04-06 23:20:58 -07:00
TakaRikka ccf0a9a9be fix flowers 2026-04-06 22:47:55 -07:00
Luke Street 12af5b212f Add vsync toggle & honor fullscreen setting 2026-04-06 23:07:48 -06:00
madeline 1ec2357b7d disable all drawing in d_error_msg and remove need for assets 2026-04-06 21:51:40 -07:00
madeline e7254fc792 update readme 2026-04-06 21:31:29 -07:00
madeline aa3b163230 use updated aurora signature 2026-04-06 21:06:04 -07:00
madeline 6a537ab90d use the new thing in aurora 2026-04-06 20:52:38 -07:00
madeline 3e24fb7286 Merge branch 'runtime-data-asset-loader' of https://github.com/TakaRikka/dusk into runtime-data-asset-loader 2026-04-06 20:39:08 -07:00
madeline 530aa48a8f update include directories 2026-04-06 20:37:40 -07:00
madeline 4f1d0f19e0 address review 2026-04-06 20:37:40 -07:00
madeline c7caf8a5ad walk that one on back 2026-04-06 20:37:39 -07:00
madeline 28cb1be2f5 remove includes 2026-04-06 20:37:39 -07:00
madeline 9a15872044 runtime data asset loader 2026-04-06 20:37:39 -07:00
madeline f489cc2786 Merge branch 'main' of https://github.com/TakaRikka/dusk 2026-04-06 20:36:01 -07:00
madeline 4e12f7bb95 fix basically all known audio bugs fixes #148 fixes #146 fixes #130 2026-04-06 20:35:54 -07:00
Luke Street 8fac510140 Update aurora & fixes for OS header changes 2026-04-06 21:25:50 -06:00
TakaRikka bdf648008d Merge pull request #255 from TwilitRealm/fast-spinner
fast spinner cheat impl
2026-04-06 19:35:53 -07:00
TakaRikka f2c46f8498 Merge pull request #241 from TwilitRealm/double-heaps
Double heap sizes for various heaps (Midna eye)
2026-04-06 19:31:56 -07:00
CraftyBoss e4de461e7a fast spinner cheat impl
just makes it so holding R while on the spinner increases its speed to 60 units
2026-04-06 18:26:33 -07:00
CraftyBoss 287cd21f71 update aurora 2026-04-06 17:43:23 -07:00
Jeffrey Crowell 2dbcf13c09 use "Cmd" instead of "Ctrl" for hotkeys on Apple (#239) 2026-04-07 02:33:27 +02:00
TakaRikka 8e4889cc5c Merge pull request #250 from TwilitRealm/faster-saving
Accelerate saving, copying & erasing save files
2026-04-06 16:18:55 -07:00
MelonSpeedruns 185c70bd10 Accelerate saving, copying & erasing save files 2026-04-06 19:08:10 -04:00
TakaRikka 839c9b8875 Merge pull request #237 from TwilitRealm/feature/dynamic-aspect-ratio
Feature/dynamic aspect ratio
2026-04-06 15:52:19 -07:00
PJB3005 5c247bcb15 Fix cCcS layout being interpreted inconsistently across TUs
Fixes #245

Might be the cause of #176 too but I wasn't able to repro that in either case, so can't confirm.
2026-04-06 23:15:56 +02:00
Lurs 3d66c127ab Use HEAP_SIZE() 2026-04-06 23:08:34 +02:00
Lurs 168d819254 Fix "[ERROR] memory free error!!" message while leaving options menu 2026-04-06 22:09:50 +02:00
Lurs 83a9df4016 Fix "[NEW] JKRHeap (d_a_bg Anms) FULL! Fallback to malloc for size XXX" errors/warnings 2026-04-06 21:18:29 +02:00
Lurs 4f28c4ed10 double heaps to fix Midna's eye (#106) and various other error messages I got.
Also updating aurora.
2026-04-06 21:18:28 +02:00
MelonSpeedruns af6a1ff004 fix building 2026-04-06 13:21:04 -04:00
MelonSpeedruns c0024b28b1 Merge remote-tracking branch 'origin/main' into feature/dynamic-aspect-ratio 2026-04-06 13:16:38 -04:00
madeline fa978591c1 update include directories 2026-04-06 08:58:52 -07:00
madeline ad8d35ee5e address review 2026-04-06 08:49:24 -07:00
madeline 31ccc912b7 walk that one on back 2026-04-06 07:57:00 -07:00
madeline 7af15e98bc remove includes 2026-04-06 07:55:10 -07:00