Commit Graph

52 Commits

Author SHA1 Message Date
TakaRikka 6dd081c4c1 Merge branch 'main' of github.com:TwilitRealm/dusk into speedrun-timer 2026-04-25 21:16:27 -07:00
TakaRikka 1bac99c765 update timer impl 2026-04-25 21:12:51 -07:00
madeline 6c88358ed3 achievements 2026-04-25 18:23:12 -07:00
TakaRikka af2dd8950e Merge branch 'main' of github.com:TwilitRealm/dusk into speedrun-timer 2026-04-25 06:05:50 -07:00
Pheenoh 4c51903199 Press esc to exit full screen 2026-04-22 17:51:16 -06:00
Luke Street 4d138fe69f Reorganize ImGui menus (#456)
* Reorganize ImGui menus

* Fix crash_reporting.cpp

* Update aurora
2026-04-20 20:45:16 -06: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
Pheenoh 67b4c0e4b9 fix quick transform conflicting with debug move combo 2026-04-18 10:20:55 -06:00
MelonSpeedruns fe54b39ad8 Auto-Hide Cursor after 3 seconds if F1 menu not open 2026-04-17 13:22:19 -04:00
Luke Street 2e7e4fbb10 iOS file picker, ImGui drag scroll & more 2026-04-16 23:26:27 -06:00
MelonSpeedruns 20e9d1458b Lots of Imgui Adjustments (#405)
- Store if the F1 menu is open for the next boot
- Auto-save controller changes without having the press the Save button
- Changed FPS X position so it doesn't clip to the right of the window
- Changed F1 Toast to be 2.5 secs so it doesn't go over the title screen

Co-authored-by: MelonSpeedruns <melonspeedruns@stratobox.net>
2026-04-16 13:58:39 -06:00
Luke Street 774cf565f1 Add Bloom debug window 2026-04-16 00:34:17 -06:00
Pieter-Jan Briers c0d1d22d80 Validate that provided ISO is GZ2E01 in pre-launch UI (#390)
Fixes #377
2026-04-15 09:10:56 -06:00
TakaRikka ce386a091b Merge branch 'main' of https://github.com/TakaRikka/dusk into speedrun-timer 2026-04-14 04:10:28 -07:00
madeline 6015fdb2b7 state share feature 2026-04-13 21:55:55 -07:00
madeline c5abc8643d speedrun timer 2026-04-12 23:22:25 -07:00
Pheenoh 77014b8cde Address PR feedback for Move Link tool
- Gate on developmentMode instead of dedicated setting
- Simplify combo check to getHoldL + getHoldR + getTrigY
- Use #if TARGET_PC ifdefs, preserve original #if DEBUG code
- Remove enableMoveLink ConfigVar and menu checkbox
2026-04-12 15:46:36 -06:00
Pheenoh 283d4a506c Add Move Link tool from decompgz 2026-04-12 12:32:27 -06:00
MelonSpeedruns d1003faacc Third Dusk Preset (#331)
* fix aspect ratio not changing when applying the sd preset

* Added a third preset, and renamed SD preset to Classic

* show preset menu before setting the iso

---------

Co-authored-by: MelonSpeedruns <melonspeedruns@stratobox.net>
2026-04-11 17:51:37 -06:00
MelonSpeedruns 2a34b42480 fix oddities 2026-04-11 17:23:44 -04:00
MelonSpeedruns d32adeeba7 Merge remote-tracking branch 'origin/main' into presets
# Conflicts:
#	files.cmake
#	src/d/actor/d_a_title.cpp
#	src/dusk/config.cpp
#	src/dusk/imgui/ImGuiConsole.cpp
#	src/dusk/imgui/ImGuiEngine.cpp
2026-04-11 16:53:04 -04:00
MelonSpeedruns e643d3d911 Show Pipeline Compilation option (#312)
* Show Compiling Shaders option. Off by default.

* Addressed encounter comments

---------

Co-authored-by: MelonSpeedruns <melonspeedruns@stratobox.net>
2026-04-10 15:53:28 -06:00
Luke Street 95191036f3 Big imgui overhaul 2026-04-09 23:11:10 -06:00
CraftyBoss ed7fa8f2c5 implement pre-launch ui for configuring iso directory (#301)
UI will automatically open on boot and will not launch the game if there is no valid iso path specified in the config. Can optionally be disabled on future game launches.
2026-04-09 23:06:37 -06:00
MelonSpeedruns 0a273425e4 Merge remote-tracking branch 'origin/main' into presets 2026-04-09 17:34:05 -04:00
PJB3005 a2d008ab09 Add Tracy stuff 2026-04-09 18:47:34 +02:00
TakaRikka 68716645cb a little controller config ui cleanup 2026-04-09 04:09:17 -07:00
TakaRikka 8ffabca391 Merge pull request #271 from TwilitRealm/26-04-07-hide-cursor
Hide mouse cursor when imgui hidden
2026-04-07 16:51:24 -07:00
MelonSpeedruns 0ac464cbbc remove useless dusk calls 2026-04-07 18:51:04 -04:00
MelonSpeedruns 4e052d0aca Move audio settings to init and set rather than update, improving performance 2026-04-07 18:49:24 -04:00
MelonSpeedruns 3456496ff3 Merge remote-tracking branch 'origin/main' into 26-04-05-locked-aspect-ratio
# Conflicts:
#	include/dusk/settings.h
#	src/dusk/settings.cpp
#	src/m_Do/m_Do_main.cpp
2026-04-07 18:20:45 -04:00
MelonSpeedruns 39fae82047 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
PJB3005 df6e86ef23 Hide mouse cursor when imgui hidden
Fixes https://github.com/TwilitRealm/dusk/issues/224
2026-04-07 19:54:51 +02:00
MelonSpeedruns 83e782c0d3 First time setup preset menu with transition & cool sfx 2026-04-06 13:14:14 -04:00
madeline 09acc90276 first run presets 2026-04-06 00:48:19 -07:00
Max Roncace f2be41355c Reapply settings changes on top of #209 2026-04-05 23:49:31 +02:00
PJB3005 066fcd0b2b Un-duplicate togglefullscreen code again 2026-04-05 23:09:51 +02:00
PJB3005 1b0ef861ac Merge branch 'main' into 26-04-04-config 2026-04-05 23:08:03 +02:00
madeline 8a9d800384 Merge branch 'main' of https://github.com/TakaRikka/dusk 2026-04-05 11:48:20 -07:00
madeline ad50d549a8 turbo keybind tool 2026-04-05 11:47:49 -07:00
MelonSpeedruns bc62b66740 Resize ImGui windows automatically + Move "Tools" menu after "Enhancements" (#232)
* Resize ImGui windows automatically + Move "Tools" menu after "Enhancements"

* Oops, forgot one of those

* Always resize Tools menu

* Moved hotkeys to allow fullscreen & reset to be done without the menu open
2026-04-05 12:30:48 -06:00
Jeffrey Crowell 0bfbe97850 force scale of 1.0 (#230)
combine with https://github.com/encounter/aurora/pull/54
to have aurora actually handle the scaling properly instead of doing it
hackily in dusk.
2026-04-05 12:30:03 -06:00
Irastris 4ebd734e6e Fix Windows builds 2026-04-03 21:53:39 -04:00
Luke Street 82425d9bf6 Add pipeline progress overlay 2026-04-03 17:28:32 -06:00
Luke Street 4216165dfb Copy more imgui stuff from Metaforce 2026-04-03 17:04:22 -06:00
TakaRikka 2019cabece add enhancements menu tab 2026-04-02 03:11:58 -07:00
Luke Street 2e920d510d Allow threads to gracefully shutdown 2026-04-01 18:30:12 -06:00
PJB3005 bd08d05f3a Fix stub log memory leaking if imgui rendering is disabled 2026-03-29 18:21:27 +02:00
TakaRikka 4a2294c40b save editor wip 2026-03-23 05:01:42 -07:00
CraftyBoss b0982f2e92 fix uninitialized f32 causing crash in palace of twilight, add FPS to menu bar 2026-03-16 15:43:42 -07:00