Commit Graph

6559 Commits

Author SHA1 Message Date
PJB3005 e55537f23e I realize that's an important comment for C++ 2026-04-04 22:49:51 +02:00
PJB3005 824263fa6e Config system v1
Roughly inspired by what I've learned from my work on Space Station 14, without some of the unnecessary cruft and complexity.

Implementation is relatively simple once I figured out all the template order shenanigans.
2026-04-04 22:47:48 +02:00
MelonSpeedruns 3dca79e375 No Low HP Sound Enhancement 2026-04-04 14:47:39 -04:00
MelonSpeedruns d0afac0fba removed period in description 2026-04-04 14:31:40 -04:00
MelonSpeedruns 35337d5569 removed period in description 2026-04-04 14:31:16 -04:00
MelonSpeedruns dca35f8b91 Can transform anywhere + Refactored checks to see if you can Quick Transform 2026-04-04 14:30:42 -04:00
MelonSpeedruns 0ccf5e8771 No Climbing Miss Animation toggle, similar to TPHD 2026-04-04 11:59:08 -04:00
MelonSpeedruns 6f76a52545 oops, forgot to check the box 2026-04-04 11:57:42 -04:00
MelonSpeedruns 1862e3a0e4 Non-Stop Midna's Lament Audio Enhancement 2026-04-04 11:36:15 -04:00
TakaRikka 015e7aceab hd faster tears toggle 2026-04-04 06:02:23 -07:00
TakaRikka b45af18374 quick climbing qol, difficulty options 2026-04-04 03:52:28 -07:00
TakaRikka 0d1e680ddd no sword recoil enhancement 2026-04-04 02:59:53 -07:00
TakaRikka 7d41421702 couple of hd qol toggles 2026-04-04 02:37:59 -07:00
madeline f5ce58ca7f reverb proof of concept 2026-04-04 01:38:28 -07:00
TakaRikka ec66b4c9f4 Merge pull request #98 from TakaRikka/feature/disable-tv-settings
Add tweak to enable/disable TV settings screen
2026-04-03 23:27:04 -07:00
Irastris c94976cd41 Remove AuroraConfig configPath 2026-04-04 01:52:48 -04:00
Max Roncace 932123bedb Fix compile error in J3DMaterialFactory_v21 2026-04-04 01:41:04 -04:00
Max Roncace 479d444066 Fix a couple more BE issues in J3DMaterialFactory_v21 2026-04-04 01:36:16 -04:00
madeline c869320471 Merge branch 'main' of https://github.com/TakaRikka/dusk 2026-04-03 22:33:41 -07:00
madeline 350e99e8ab fix getDopplerPower fixes #213 2026-04-03 22:33:38 -07:00
Max Roncace 5bb36dfb20 Fix crashes when entering Henna's shop 2026-04-04 01:30:24 -04:00
madeline 882c61e101 Merge branch 'main' of https://github.com/TakaRikka/dusk 2026-04-03 21:51:08 -07:00
madeline 889129cacf do resampling manually 2026-04-03 21:51:04 -07:00
Max Roncace 970664d7f9 Add tweak to enable/disable TV settings screen 2026-04-04 00:32:17 -04:00
TakaRikka 4d3330acf5 Merge pull request #209 from TakaRikka/feature/tweaks-refactor
Refactor Dusk settings out to common interface used by game and UI code
2026-04-03 21:23:53 -07:00
Max Roncace 45137f4838 Move hotkey bindings to separate header 2026-04-04 00:16:44 -04:00
Max Roncace b9e16d33df Refactor Dusk settings out to common interface used by game and UI code 2026-04-04 00:16:44 -04:00
madeline 495536bc18 Merge branch 'main' of https://github.com/TakaRikka/dusk 2026-04-03 19:55:00 -07:00
madeline f3465b7506 better gitignore 2026-04-03 19:54:57 -07:00
Irastris e04cd69851 Fix Windows builds 2026-04-03 21:53:39 -04:00
TakaRikka 12631c3ee8 Merge pull request #212 from TakaRikka/imgui-overhaul
Copy more imgui stuff from Metaforce
2026-04-03 16:48:48 -07:00
Luke Street d7644a294d Add pipeline progress overlay 2026-04-03 17:28:32 -06:00
Luke Street 5f0f3628ce Rescale imgui on display scale change 2026-04-03 17:09:29 -06:00
Luke Street b8f53c55a5 Copy more imgui stuff from Metaforce 2026-04-03 17:04:22 -06:00
TakaRikka 97ab7313d4 Merge pull request #210 from TakaRikka/offscreen
Update aurora & use new frame buffer API
2026-04-02 22:20:00 -07:00
Luke Street cdcb352084 Update aurora & use new frame buffer API 2026-04-02 23:08:00 -06:00
TakaRikka 806bef466c Merge branch 'main' of https://github.com/TakaRikka/dusk 2026-04-02 21:11:03 -07:00
TakaRikka 5e5e72ca1b fix plumm balloon score proj 2026-04-02 21:10:57 -07:00
Max Roncace 507ba41a26 Fix crash when first talking to Fyrus
The animation metadata passed into playExpression is invalid and
causes a junk pointer to be read, triggering a segfault.
2026-04-02 23:08:01 -04:00
TakaRikka 776cd0b344 fix 2026-04-02 19:15:41 -07:00
TakaRikka 3222d18e3c add mirror mode toggle 2026-04-02 19:08:30 -07:00
TakaRikka 67402d092e Merge pull request #193 from TakaRikka/26-04-01-quick-transform
Implement Quick Transform from Rando
2026-04-02 14:48:15 -07:00
PJB3005 ea6a357887 Rename d_a_alink_quicktransform.cpp to d_a_alink_dusk.cpp 2026-04-02 23:45:35 +02:00
PJB3005 c6eb705950 Just use mDoCPd_c for the input check 2026-04-02 23:45:22 +02:00
PJB3005 2edbcd6c65 Merge branch 'main' into 26-04-01-quick-transform 2026-04-02 20:35:49 +02:00
TakaRikka f04a0d2119 add enhancements menu tab 2026-04-02 03:11:58 -07:00
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