Luke Street
74f2c58b29
UI: Preset tweaks
2026-05-04 13:08:20 -06:00
qwertyquerty
e49be12297
RmlUi improvements ( #663 )
...
* rmlui audio
* fix menu select sound
* Fixes #662
* fix reset logic and fix popup getting stuck closed
* fix X button on menu popup
* rmlui achievements, and fix open/close bug
* presets, achievements css, and menu sounds toggle
* forgor
* fix b button causing audio when menu not visible
2026-05-04 10:25:13 -06:00
Luke Street
43b603e70b
UI: 3-finger tap to toggle menu on mobile
2026-05-03 22:39:31 -06:00
Luke Street
ef02037990
Remove ESC to exit fullscreen
2026-05-03 17:26:17 -06:00
TakaRikka
0e7a7cccb9
Merge pull request #458 from TwilitRealm/feature/autosave
...
Autosave Feature
2026-05-02 13:03:29 -07:00
Luke Street
8e21247a97
UI: Prelaunch fade + BG persistence
2026-05-02 11:32:59 -06:00
Luke Street
e1c201f4bd
Make prelaunch sticky & kill ImGui prelaunch
2026-05-02 10:44:59 -06:00
Luke Street
04274b1884
Make RmlUi F1, ImGui Shift+F1
2026-05-01 21:53:48 -06:00
MelonSpeedruns
d6820c9233
fix toast call
2026-04-30 14:53:15 -04:00
MelonSpeedruns
5c4bb8d33d
Merge remote-tracking branch 'origin/main' into feature/autosave
...
# Conflicts:
# src/dusk/imgui/ImGuiConsole.cpp
2026-04-30 14:51:17 -04:00
Luke Street
0c1372f986
Revert "Kinda crappy initial controller support"
...
This reverts commit 23a91a37be .
2026-04-27 21:55:57 -06:00
Luke Street
23a91a37be
Kinda crappy initial controller support
2026-04-26 21:01:41 -06:00
TakaRikka
30aa2dd527
Merge branch 'main' of github.com:TwilitRealm/dusk into speedrun-timer
2026-04-25 21:16:27 -07:00
TakaRikka
8e121a7e51
update timer impl
2026-04-25 21:12:51 -07:00
madeline
574b6197a2
achievements
2026-04-25 18:23:12 -07:00
TakaRikka
17949e526b
Merge branch 'main' of github.com:TwilitRealm/dusk into speedrun-timer
2026-04-25 06:05:50 -07:00
MelonSpeedruns
78b0563c0e
Merge remote-tracking branch 'origin/main' into feature/autosave
...
# Conflicts:
# src/dusk/imgui/ImGuiMenuEnhancements.cpp
# src/dusk/settings.cpp
# src/f_ap/f_ap_game.cpp
2026-04-24 12:54:40 -04:00
Pheenoh
0038afa392
Press esc to exit full screen
2026-04-22 17:51:16 -06:00
Luke Street
30a99c22f1
Reorganize ImGui menus ( #456 )
...
* Reorganize ImGui menus
* Fix crash_reporting.cpp
* Update aurora
2026-04-20 20:45:16 -06:00
MelonSpeedruns
ecc3b00c51
Merge remote-tracking branch 'origin/main' into feature/autosave
...
# Conflicts:
# src/f_ap/f_ap_game.cpp
2026-04-20 12:55:17 -04:00
Howard Luck
35a69e7ff1
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
d34be5143a
fix quick transform conflicting with debug move combo
2026-04-18 10:20:55 -06:00
MelonSpeedruns
4ddd243eca
Auto-Hide Cursor after 3 seconds if F1 menu not open
2026-04-17 13:22:19 -04:00
MelonSpeedruns
916dfcd9da
Merge remote-tracking branch 'origin/main' into feature/autosave
...
# Conflicts:
# src/dusk/imgui/ImGuiConsole.cpp
2026-04-17 12:10:24 -04:00
Luke Street
8ba1133e34
iOS file picker, ImGui drag scroll & more
2026-04-16 23:26:27 -06:00
MelonSpeedruns
a4be0841e5
autosave WIP
2026-04-16 19:30:37 -04:00
MelonSpeedruns
2cc11c74b7
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
5c61c5ede8
Add Bloom debug window
2026-04-16 00:34:17 -06:00
Pieter-Jan Briers
8de4863426
Validate that provided ISO is GZ2E01 in pre-launch UI ( #390 )
...
Fixes #377
2026-04-15 09:10:56 -06:00
TakaRikka
0d76b90144
Merge branch 'main' of https://github.com/TakaRikka/dusk into speedrun-timer
2026-04-14 04:10:28 -07:00
madeline
0e25434c17
state share feature
2026-04-13 21:55:55 -07:00
madeline
a6690c2052
speedrun timer
2026-04-12 23:22:25 -07:00
Pheenoh
ad10ddf7a9
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
a836be11bc
Add Move Link tool from decompgz
2026-04-12 12:32:27 -06:00
MelonSpeedruns
eaf1b386a6
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
bccc5167bc
fix oddities
2026-04-11 17:23:44 -04:00
MelonSpeedruns
ffc5d03fd6
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
b255be9b2a
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
7e77577097
Big imgui overhaul
2026-04-09 23:11:10 -06:00
CraftyBoss
300ed931e3
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
557b7f2b2c
Merge remote-tracking branch 'origin/main' into presets
2026-04-09 17:34:05 -04:00
PJB3005
3bcd46dc30
Add Tracy stuff
2026-04-09 18:47:34 +02:00
TakaRikka
b78e5c05b8
a little controller config ui cleanup
2026-04-09 04:09:17 -07:00
TakaRikka
d1487232ec
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
e8e5b3eb96
remove useless dusk calls
2026-04-07 18:51:04 -04:00
MelonSpeedruns
a14cd3da06
Move audio settings to init and set rather than update, improving performance
2026-04-07 18:49:24 -04:00
MelonSpeedruns
7eddc36e23
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
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
PJB3005
ebc708d968
Hide mouse cursor when imgui hidden
...
Fixes https://github.com/TwilitRealm/dusk/issues/224
2026-04-07 19:54:51 +02:00
MelonSpeedruns
411ca7e3a2
First time setup preset menu with transition & cool sfx
2026-04-06 13:14:14 -04:00