Commit Graph

2911 Commits

Author SHA1 Message Date
TakaRikka b3196db113 Merge pull request #206 from TakaRikka/ira/title-reload
Reset title screen instead of softlocking when movies are unsupported
2026-04-01 22:59:51 -07:00
Luke Street e9b96bdd21 Add JKRThread::Run return value 2026-04-01 21:01:59 -06:00
TakaRikka bf4aa16185 Merge pull request #205 from TakaRikka/shutdown
Allow threads to gracefully shutdown
2026-04-01 18:32:31 -07:00
TakaRikka d5cd60cd0d Merge pull request #196 from TakaRikka/feature/camera-invert-option
Added camera invert X option to Tweaks menu
2026-04-01 18:30:35 -07:00
Irastris f93180bb54 Reset instead of softlocking when movies are unsupported 2026-04-01 20:57:49 -04:00
Luke Street 7642d72a52 Allow threads to gracefully shutdown 2026-04-01 18:30:12 -06:00
PJB3005 c4bedd6684 BE d_msg_unit.cpp
Fixes fish lengths and probably more stuff

Fixes #194
2026-04-02 01:23:53 +02:00
Irastris 0818add160 Update Aurora 2026-04-01 18:09:40 -04:00
PJB3005 2c82fcb255 How did this compile on my branch but not here... (fix d_a_movie_player.h) 2026-04-01 23:48:45 +02:00
PJB3005 cb77b629e6 Fix bad merge in #139 2026-04-01 23:43:26 +02:00
TakaRikka e7e363f9a4 Merge pull request #139 from TakaRikka/26-03-28-movie-player
Make the movie player work
2026-04-01 13:49:55 -07:00
PJB3005 1f1d913de6 Fix letter menu rendering
Fixes https://github.com/TakaRikka/dusk/issues/181
v0.0.1
2026-04-01 15:16:04 +02:00
Pieter-Jan Briers 6730d0c952 Merge branch 'main' into 26-03-28-movie-player 2026-04-01 15:15:08 +02:00
PJB3005 a005ce31b7 Implement OSSetCurrentThreadName on macOS 2026-04-01 14:37:24 +02:00
TakaRikka 3cf2b25733 Merge pull request #189 from TakaRikka/hd-map
Update aurora & increase map resolution
2026-04-01 00:54:08 -07:00
TakaRikka 85e6a92ea8 increase fmap res 2026-04-01 00:32:06 -07:00
TakaRikka 01eb2d9b1a fix dmap 2026-04-01 00:17:41 -07:00
Luke Street f88d483aac Update aurora & increase map resolution 2026-04-01 00:53:08 -06:00
TakaRikka abd5e85c7f Merge branch 'main' of https://github.com/TakaRikka/dusk 2026-03-31 22:51:36 -07:00
TakaRikka 95c9379053 coo crash fix 2026-03-31 22:51:26 -07:00
Irastris a5e4dea13d Update Aurora for CARD refactor 2026-03-31 23:31:45 -04:00
Max Roncace 197a764be4 Update Aurora for PAD fixes 2026-03-31 21:27:24 -04:00
PJB3005 ac2f91f828 Don't render HUD map if invisible
Very nice on debug builds since you can avoid huge FPS drops by hiding the map now.
2026-04-01 01:11:28 +02:00
PJB3005 40aad8929e Couple names in dMeterMap_c 2026-04-01 01:11:28 +02:00
PJB3005 9b3872ca3a More GX debug groups 2026-04-01 01:11:28 +02:00
TakaRikka 28d5136fb7 Merge pull request #184 from TakaRikka/feature/axis-mapping
Implement controller axis remapping
2026-03-31 15:50:03 -07:00
Max Roncace a89168f93b Implement controller axis remapping
This utilizes new functionality in encounter/aurora#73.
2026-03-31 18:48:02 -04:00
Max Roncace e0038041ff Fix compile error in ImGuiHeapOverlay due to invalid static keyword 2026-03-31 18:46:39 -04:00
Max Roncace f225957f3e Update Aurora for input changes 2026-03-31 18:46:05 -04:00
MelonSpeedruns 5fae2be850 Added camera invert X option to Tweaks menu 2026-03-31 17:33:28 -04:00
PJB3005 9e298f9228 Expand heap debug ImGui
Now allows seeing all blocks in ExpHeaps and running heap integrity checks.
2026-03-31 21:18:25 +02:00
PJB3005 14db71187b Allow OSReport to *really* be forced on via menu.
There's a ton of stuff that's slipping under the radar because OSReport_system keeps disabling OSReport.
2026-03-31 21:14:02 +02:00
PJB3005 094d43c84f Heap allocation failure logs free blocks, always crashes even without DEBUG 2026-03-31 21:13:13 +02:00
PJB3005 d24d78f354 Fix heap corruption caused by JKRExpHeap::do_freeAll
Caused by a size that should've been sizeof(CMemBlock).

Simple way to repro was to open and close the full map on dpad, afterwards heap check would fail.
2026-03-31 21:11:19 +02:00
Lurs b95c4d8c28 Fix also the big map 2026-03-31 13:14:08 +02:00
TakaRikka e912403918 Merge pull request #165 from TakaRikka/26-03-31-suspicious-assert
Disable suspicious assert causing cutscene crashes
2026-03-31 03:53:09 -07:00
Lurs c1e905ee74 Minimap fixes (needs change for intensityI8 in aurora) and some other BE fixes 2026-03-31 11:38:59 +02:00
TakaRikka 487c9b030e remove unneeded ospanic 2026-03-31 01:08:11 -07:00
TakaRikka 9599a84e4b enable hyrule field speedhack for now 2026-03-31 00:47:41 -07:00
TakaRikka 329b2d1cab Merge pull request #172 from TakaRikka/arrays
Update GXSetArray usages (fixes & `le` arg)
2026-03-31 00:11:07 -07:00
Luke Street 2ce83d3026 Update GXSetArray usages (fixes & le arg) 2026-03-31 01:06:36 -06:00
Irastris 253bdd2919 Should have done this too, don't commit when tired kids 2026-03-31 00:49:43 -04:00
Irastris 599fae78f4 Change fullscreen checkbox to menu item, add F11 keybind 2026-03-31 00:47:24 -04:00
Luke Street 2a61dea5a6 Use <aurora/main.h> for SDL_main 2026-03-30 22:14:42 -06:00
PJB3005 0245ebf9b3 Disable suspicious assert causing cutscene crashes
From my reading of the code this assert is likely incorrect. This throws on cases where usize has a sane-looking value (the length of the pContent null-terminated string), and from my understanding of how the data is parsed, this length is needed to figure out the location of the next "paragraph".
2026-03-31 04:36:33 +02:00
YunataSavior f0b9979d50 gitignore: raw, gci, and zip 2026-03-30 19:24:13 -07:00
TakaRikka 487378c697 Merge pull request #162 from TakaRikka/26-03-31-fast-iron-boots
Fast iron boots tweak
2026-03-30 18:22:53 -07:00
PJB3005 b7a69c6986 Fast iron boots tweak 2026-03-31 03:17:56 +02:00
PJB3005 63a2c8db9f Fix d_a_obj_stone bound crashing due to accessing a field improperly
Different vtable layout on mwerks made this direct pointer cast not work. access the field instead.

Also I went searching if there's any other cases of this bug, didn't find any but did find something else to clean up.
2026-03-31 03:17:31 +02:00
TakaRikka 0678c31c39 unstub map rendering 2026-03-30 17:52:19 -07:00