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
6df7b1e9cd
Merge pull request #357 from TwilitRealm/speedrun-timer
...
speedrun timer
2026-04-26 16:59:47 -07:00
TakaRikka
206c02b527
fix igt timer
2026-04-26 16:51:10 -07:00
Jasper St. Pierre
e75ea18ef0
map deco perf
2026-04-26 11:52:20 -07:00
Phillip Stephens
8784958c40
Quick PAD rumble fixes, add button to test rumble configuration
2026-04-25 22:51:39 -07:00
Phillip Stephens
c1231885fe
Add rumble intensity sliders to input configurator ( #558 )
2026-04-25 23:17:17 -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
MelonSpeedruns
ba58d2486e
Free Camera ( #542 )
...
* freecam wip
* added manual mode
* fix freecam collision
* made freecam into its own function
* Added settings & Radius modification when camer is higher up
---------
Co-authored-by: MelonSpeedruns <melonspeedruns@stratobox.net >
2026-04-25 21:35:43 -06:00
madeline
574b6197a2
achievements
2026-04-25 18:23:12 -07:00
Phillip Stephens
5a109313cb
Minor tooltip cleanup
2026-04-22 23:02:11 -07:00
Phillip Stephens
d8a7927602
Clarify tooltip
2026-04-22 22:59:56 -07:00
Phillip Stephens
cccddee106
Add ability to rotate link on the collection screen
2026-04-22 22:58:38 -07:00
Captain Kitty Cat
19c86b1b73
Items Don't Despawn ( #488 )
...
* Indefinite Item Drops
* Preserve Disappear Effect when Disabled
* Changed to "Items Don't Despawn". Under "Cheats"
* SetItemTooltip for description
2026-04-22 12:27:54 -06:00
Luke Street
595a6f1c9e
Enable DoF (+ setting) & fix texture cache leak
2026-04-21 14:52:26 -06:00
MelonSpeedruns
18d70df188
Small Imgui changes for better visibility by end user ( #473 )
...
Co-authored-by: MelonSpeedruns <melonspeedruns@stratobox.net >
2026-04-21 10:17:56 -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
madeline
91248d10db
disable water refraction in debug, fixes #422
2026-04-20 05:36:31 -07:00
Pheenoh
783230b654
Add pause on unfocus feature
2026-04-19 10:02:55 -06:00
Luke Street
763cb7f92f
Merge branch 'main' into unhackify-widescreen
...
# Conflicts:
# src/dusk/imgui/ImGuiMenuGame.cpp
# src/m_Do/m_Do_lib.cpp
2026-04-18 14:12:21 -06:00
Luke Street
5c20f527ac
Widescreen rework & IR scaling
2026-04-17 23:11:43 -06:00
Irastris
3d9dfbd447
Add "Open Data Folder" to Game menu
2026-04-18 00:46:00 -04:00
Luke Street
8ba1133e34
iOS file picker, ImGui drag scroll & more
2026-04-16 23:26:27 -06: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
TakaRikka
72a97d62d8
Merge pull request #136 from TwilitRealm/26-03-27-better-mapping
...
Show better button names in controller mapping UI
2026-04-14 02:35:49 -07:00
Luke Street
4b8248b130
Integrate Sentry crash reporting for public builds
2026-04-14 00:43:56 -06:00
Lurs
3252d70276
Add slider functionality to classic bloom too
2026-04-13 23:58:15 +02:00
Lurs
b3f2ae63b3
Add slider for bloom brightness
2026-04-13 23:35:21 +02:00
Luke Street
b3cc9ba02e
Add "Bloom Mode" config option (Off, Classic, Dusk)
2026-04-13 13:06:14 -06:00
Luke Street
85df64618d
Add "Enable Water Refraction" toggle & cleanup
2026-04-11 20:13:39 -06:00
PJB3005
6a07f82425
Merge branch 'main' into 26-03-27-better-mapping
2026-04-11 20:03:40 +02:00
MelonSpeedruns
82e3845d64
Added periods at the end of every option description ( #323 )
...
This allows multiple sentences to be defined for a description.
Co-authored-by: MelonSpeedruns <melonspeedruns@stratobox.net >
2026-04-11 19:12:32 +02:00
Irastris
fb9178cac9
Implement unlocked framerates via interpolation ( #315 )
...
* Disable waitForTick and waitBlanking
* Initial frame interpolation implementation
* Initial batch of speed fixes
* Fix Iron Boots
* Strip dead code once used for debugging
* Interpolate shadows
* Revert overzealous/redundant lookups
* Fix JUTFader
* Fix field map cursor
* Fix various particle effects
* Fix Midna when riding Wolf Link
* Fix title logo
* Title Logo 2: Electric Boogaloo
* Fixed grass and flowers
* "Unlock Framerate" config option (WIP)
* Wrap more things in TARGET_PC
* Finish wrapping things in TARGET_PC
* Missed one
* Disable dComIfGd_drawXluListInvisible when interpolating
---------
Co-authored-by: Luke Street <luke@street.dev >
2026-04-11 01:06:25 -06: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
4dd287c851
Fixes for controller config & input viewer
2026-04-09 23:30:03 -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
PJB3005
7e797b2320
Merge branch 'main' into 26-03-27-better-mapping
2026-04-10 03:50:32 +02:00
TakaRikka
b78e5c05b8
a little controller config ui cleanup
2026-04-09 04:09:17 -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
581b504658
rename name of button to "Force 4:3 Aspect Ratio"
2026-04-07 18:22:41 -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
Luke Street
12af5b212f
Add vsync toggle & honor fullscreen setting
2026-04-06 23:07:48 -06: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
Max Roncace
b098577ab9
Reapply settings changes on top of #209
2026-04-05 23:49:31 +02:00
PJB3005
1da0655ec6
Un-duplicate togglefullscreen code again
2026-04-05 23:09:51 +02:00