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
Luke Street
4b8248b130
Integrate Sentry crash reporting for public builds
2026-04-14 00:43:56 -06:00
Irastris
d32dc7481e
Frame interp: Initial presentation sync implementation
2026-04-14 02:41:11 -04:00
Irastris
8ea0352fed
Frame interp: Initial presentation sync implementation
2026-04-14 02:33:44 -04:00
Luke Street
b5d2ded2ca
Hide Win32 console by default, show with --console/DUSK_CONSOLE=1
2026-04-13 20:25:44 -06:00
gymnast86
7e39274da2
Merge branch 'main' of https://github.com/TwilitRealm/dusk into randomizer
2026-04-12 21:43:51 -07:00
Irastris
b5bb6bf53a
Initial implementation of gyro aim
2026-04-12 14:58:16 -04:00
gymnast86
4ad05a3445
Merge branch 'main' of https://github.com/TwilitRealm/dusk into randomizer
2026-04-11 23:01:58 -07:00
Luke Street
aafd50cd09
Use Limiter class in waitForTick ( #330 )
...
This uses the existing `Limiter` class (stolen from Metaforce) in `JFWDisplay::waitForTick`.
The limiter also now uses `SDL_DelayPrecise` internally on non-Windows platforms.
On Windows, the existing `NanoSleep` logic is untouched, as it appears to provide a
more stable framerate for the folks testing it on Windows than `SDL_DelayPrecise` does.
On Linux, however, `SDL_DelayPrecise` is plenty accurate.
2026-04-11 17:50:52 -06:00
gymnast86
1873330e61
Merge branch 'main' of https://github.com/TwilitRealm/dusk into randomizer
2026-04-11 00:29:48 -07: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
gymnast86
4d1771649a
Merge branch 'main' of https://github.com/TwilitRealm/dusk into randomizer
2026-04-10 19:23:16 -07:00
Irastris
8487a4151d
Add Aurora config options for enabling texture replacement and dumping ( #222 )
2026-04-10 19:14:15 -06:00
gymnast86
c91925f243
Merge branch 'main' of https://github.com/TwilitRealm/dusk into randomizer
2026-04-10 17:21:35 -07:00
Luke Street
ce727b71fb
Avoid re-initializing game_main
2026-04-10 16:46:25 -06:00
Luke Street
6deee934b5
--dvd param skips prelaunch
2026-04-10 16:46:24 -06:00
gymnast86
3547c57de0
Merge branch 'main' of https://github.com/TwilitRealm/dusk into randomizer
2026-04-09 22:34:10 -07: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
gymnast86
2d8a60aa75
Merge branch 'main' of https://github.com/TwilitRealm/dusk into randomizer
2026-04-09 19:03:01 -07:00
Pieter-Jan Briers
ccb912785b
Set default PAD mapping to fix Z ( #297 )
...
* Set default PAD mapping to fix Z
Requires https://github.com/encounter/aurora/pull/111
* Update to new API
2026-04-09 19:24:25 -06:00