gymnast86
dbad1a4832
Merge branch 'main' of https://github.com/TwilitRealm/dusk into randomizer
2026-05-04 22:26:07 -07:00
Luke Street
74f2c58b29
UI: Preset tweaks
2026-05-04 13:08:20 -06:00
gymnast86
5b52f13f4b
Merge branch 'main' of https://github.com/TwilitRealm/dusk into randomizer
2026-05-03 05:34:18 -07:00
Lurs
6954efcd15
Should fix #636
2026-05-03 06:46:49 +02:00
Luke Street
aa84004cb4
Merge branch 'rmlui-integration'
2026-05-02 10:50:18 -06:00
gymnast86
e2c51ec45c
Merge branch 'main' of https://github.com/TwilitRealm/dusk into randomizer
2026-05-02 07:45:21 -07:00
Irastris
9b4a9a6bd9
Initial attempt at the prelaunch document
2026-05-02 00:10:11 -04:00
madeline
93c8bcc210
hrtf
2026-05-01 13:04:08 -07:00
Luke Street
62edb3abc6
UI: Implement initial document stack logic
2026-04-30 17:21:55 -06:00
Luke Street
7a438ad30f
UI: Extract a Document class
2026-04-30 13:44:33 -06:00
Irastris
a1960eaa33
Initial attempt at the popup menu
2026-04-30 15:30:14 -04:00
Luke Street
4a12554bf4
UI: Mobile keyboard fixes, safe area padding, & more
2026-04-30 00:06:27 -06:00
Luke Street
b86d6e90e2
Add Gameplay settings & make Panes scrollable
2026-04-29 21:52:33 -06:00
Luke Street
ecd74a4cbd
More settings/editor components
2026-04-29 19:54:37 -06:00
Luke Street
3cb7fbd030
Create new component system & initial settings window
2026-04-29 00:38:26 -06:00
Luke Street
d899706208
Start UI over from scratch and add demo window
2026-04-28 16:20:45 -06:00
Irastris
5f675c6f2b
Start deprecating ImGui
2026-04-27 22:44:26 -04:00
Luke Street
25e9064d09
Revamped prelaunch experiment w/ RmlUi
2026-04-27 00:18:31 -06:00
gymnast86
4905718024
Merge branch 'main' of https://github.com/TwilitRealm/dusk into randomizer
2026-04-25 21:48:11 -07:00
Pieter-Jan Briers
977ad16806
GCN PAL support ( #533 )
...
* Basic PAL ISO & language support
Probably still needs much more work
* Add language selector to pre-launch
* Store DVDDiskID in a global
Can use this later for things
* More version system API improvements
* d_name mostly region switching fully
JPN doesn't work yet cuz it'll be a nightmare, probably.
* More version switching support
* Mark GCN PAL as supported ROM
* Fix remaining REL assets to have PAL offsets
* d_a_mg_fish PAL
* d_a_mg_fshop PAL
* isRegionUsa helper
* d_menu_fishing PAL
* d_msg_class PAL
* m_Do_MemCardRWmng PAL
* Update CARDInit call & remove DUSK_TP_VERSION
* Fix Ganon cape
Missed this one.
* Remove tp_version from Sentry
---------
Co-authored-by: Luke Street <luke@street.dev >
2026-04-25 15:46:12 -06:00
gymnast86
b4722177ca
Merge branch 'main' of https://github.com/TwilitRealm/dusk into randomizer
2026-04-21 22:38:37 -07:00
Luke Street
d78c46a628
Rework interpolation pacing; interpolate every frame
2026-04-21 22:45:18 -06:00
gymnast86
8270ec3050
Merge branch 'main' of https://github.com/TwilitRealm/dusk into randomizer
2026-04-21 18:50:43 -07: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
PJB3005
89acf923e0
Fix THP shutdown crash
...
Cleanly shut down movie player threads on exit.
I'm not 100% fond of having to manually insert a call like this into the shutdown logic, but the other solution is shutting down all processes and that's likely to result in causing more crashes.
2026-04-21 01:11:49 +02:00
madeline
e3761784af
rich presence
2026-04-20 00:21:09 -07:00
TakaRikka
1cf14f176c
Merge pull request #438 from TwilitRealm/frame-interp-simplify
...
Frame interp simplify
2026-04-19 14:58:38 -07:00
Jasper St. Pierre
e470278717
grass/flower/shadow interp fixes
2026-04-19 10:27:37 -07:00
Pheenoh
783230b654
Add pause on unfocus feature
2026-04-19 10:02:55 -06:00
Jasper St. Pierre
e5bf7606ec
run d_a_bg::draw on interp frames
...
to set up lights. this is a somewhat hacky workaround for lighting setup, but it might be good enough?
2026-04-19 03:19:44 -07:00
Jasper St. Pierre
aa377cd5c1
add alternate to interp callbacks, flags on the leafdraw
2026-04-19 02:43:25 -07:00
Jasper St. Pierre
bb9a88d7dc
frame interp camera cleanups
2026-04-19 02:25:00 -07:00
Jasper St. Pierre
b3f8fecfe4
water interpolation fix
2026-04-18 22:17:35 -07:00
Luke Street
2ec6f65572
Merge remote-tracking branch 'refs/remotes/origin/main' into unhackify-widescreen
...
# Conflicts:
# src/m_Do/m_Do_main.cpp
2026-04-17 23:12:58 -06:00
Luke Street
5c20f527ac
Widescreen rework & IR scaling
2026-04-17 23:11:43 -06:00
Irastris
3a538d45cf
Frame Interp: Game Clock Refactor & Ring Item Selection
2026-04-17 23:24:47 -04:00
Irastris
59d2014fb9
Frame Interp: UI Pacing Simplification
2026-04-17 23:24:47 -04:00
gymnast86
f13ecbaec7
Merge branch 'main' of https://github.com/TwilitRealm/dusk into randomizer
2026-04-16 23:45:07 -07:00
Luke Street
f293281eb2
Merge pull request #408 from TwilitRealm/ci-2
...
macOS CI, iOS file picker, icons, safe area avoidance
Resolves #382
2026-04-17 00:00:34 -06:00
Luke Street
8ba1133e34
iOS file picker, ImGui drag scroll & more
2026-04-16 23:26:27 -06:00
gymnast86
fdfe379824
remove enhancements from randomizer settings list
2026-04-16 22:25:50 -07:00
Irastris
363788accd
Frame interp: Cap the accumulator
2026-04-16 23:29:13 -04:00
gymnast86
da2cb85aa1
Merge branch 'main' of https://github.com/TwilitRealm/dusk into randomizer
2026-04-16 19:50:26 -07:00
Irastris
3db0281088
Gyro: ROLLGOAL!
2026-04-16 05:17:50 -04:00
Irastris
433f058aea
Frame interp: Revised camera system
...
FOV is now smooth, and the individual hacks for stars and Epona's reins are removed
2026-04-16 00:04:32 -04:00
gymnast86
2bb05b0248
Merge branch 'main' of https://github.com/TwilitRealm/dusk into randomizer
2026-04-15 00:05:53 -07:00
Irastris
0508acaa79
Frame interp: Dreamworks' Turbo (2013)
2026-04-14 21:59:24 -04:00
gymnast86
dacfe11d95
Merge branch 'main' of https://github.com/TwilitRealm/dusk into randomizer
2026-04-14 03:17:46 -07:00
Luke Street
27d95c37d5
Create log files under configDir/logs; seed initial pipeline cache
2026-04-14 01:32:58 -06:00
gymnast86
38bea19a7b
Merge branch 'main' of https://github.com/TwilitRealm/dusk into randomizer
2026-04-13 23:51:28 -07:00