CraftyBoss
8d8be02c07
fix shadow resolution changing causing a crash
...
operator delete[] was used instead of JKR_DELETE_ARRAY, which causes standard allocator to freak out
2026-04-14 02:45:16 -07:00
TakaRikka
f89e2b1114
Merge pull request #367 from TwilitRealm/flake
...
Add flake.nix to build on NixOS
2026-04-14 02:41:18 -07:00
TakaRikka
07114962ad
Merge pull request #360 from TwilitRealm/26-04-13-font-opts
...
Text Rendering optimizations
2026-04-14 02:38:59 -07:00
TakaRikka
3f8b474d75
Merge pull request #359 from TwilitRealm/feature/time-stones
...
Sun's Song
2026-04-14 02:38:10 -07:00
TakaRikka
5736b092c1
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
madeline
175a19eb5f
Merge branch 'main' of https://github.com/TakaRikka/dusk
2026-04-14 01:55:18 -07:00
madeline
edd66a1561
more save state fixes
2026-04-14 01:55:14 -07:00
Luke Street
08105650c5
Create log files under configDir/logs; seed initial pipeline cache
2026-04-14 01:32:58 -06:00
Luke Street
1d0c8ec3be
Fix DUSK_VERSION_STRING on tag commits
2026-04-14 01:13:43 -06:00
Luke Street
75f38e2208
I'm silly
2026-04-14 00:57:45 -06:00
Luke Street
c6d58afd94
Integrate Sentry crash reporting for public builds
2026-04-14 00:43:56 -06:00
Irastris
235949e452
Frame interp: Initial presentation sync implementation
2026-04-14 02:41:11 -04:00
madeline
f1820e8de7
style
2026-04-13 23:34:57 -07:00
Irastris
701986389d
Frame interp: Initial presentation sync implementation
2026-04-14 02:33:44 -04:00
madeline
975b32d1de
fix crash when loading states with ZA from title screen
2026-04-13 23:23:07 -07:00
madeline
b686a1bf17
fix -4 properly
2026-04-13 22:33:53 -07:00
madeline
b0007a048a
fix bugs on exporting during fade
2026-04-13 22:20:50 -07:00
madeline
7372f298f6
fix -4 bug
2026-04-13 22:05:30 -07:00
madeline
6015fdb2b7
state share feature
2026-04-13 21:55:55 -07:00
madeline
d9fd2671bb
fix menu capture crash fixes #300
2026-04-13 20:08:48 -07:00
madeline
8cd36a0e7b
Merge branch 'main' of https://github.com/TakaRikka/dusk
2026-04-13 19:35:33 -07:00
madeline
33697a4a8d
fix hot springs water
2026-04-13 19:35:29 -07:00
Jasper St. Pierre
16e78b7d2d
d_drawlist: shadow fix
...
dDlst_shadowControl_c::reset() is called every frame, dDlst_shadowControl_c::init() is not. Fix up dDlst_shadowControl_c::init() to not leak and reset its own data when needed, and remove texture reset calls which tear down the texobj.
2026-04-13 19:34:25 -07:00
Jasper St. Pierre
49d18c54af
d_drawlist: naming cleanup
2026-04-13 19:34:25 -07:00
Luke Street
c3524325e4
Add Win32 resources, icon & copy DLLs/res to install
2026-04-13 20:27:59 -06:00
Luke Street
e2e81c2e72
Hide Win32 console by default, show with --console/DUSK_CONSOLE=1
2026-04-13 20:25:44 -06:00
kipcode66
3809b4246a
Add flake.nix to build on NixOS
2026-04-13 22:17:06 -04:00
Luke Street
59fc116a0e
Add Dusk logo to imgui prelaunch
2026-04-13 19:25:59 -06:00
Luke Street
7fc6526d60
Move CMakePresets windows build dirs from out/build/ to build/
2026-04-13 19:24:03 -06:00
MelonSpeedruns
6e542c21cd
Added howling anywhere (R+X)
2026-04-13 18:08:05 -04:00
Lurs
18b9cc91b3
Add slider functionality to classic bloom too
2026-04-13 23:58:15 +02:00
Lurs
04dd045c17
Add slider for bloom brightness
2026-04-13 23:35:21 +02:00
MelonSpeedruns
5c5ef31bdf
Merge branch 'main' into feature/time-stones
2026-04-13 16:44:00 -04:00
Luke Street
71651e1675
bloom2: Rework divRects calc
2026-04-13 14:14:19 -06:00
Luke Street
9ba23f060c
bloom2: Ensure draws/copies are pixel aligned
2026-04-13 14:00:32 -06:00
Luke Street
9a2e83b87e
Add "Bloom Mode" config option (Off, Classic, Dusk)
2026-04-13 13:06:14 -06:00
Jasper St. Pierre
7ebc67b3d3
bloom2 work
2026-04-13 11:26:56 -07:00
PJB3005
1dac80f3a9
Make JUTResFont load all texture data into one texture
...
Together with the previous change, this enables entire blocks of text to be rendered in one draw call.
2026-04-13 19:09:16 +02:00
MelonSpeedruns
71e03f6358
oops forgot a define somewhere
2026-04-13 13:05:11 -04:00
MelonSpeedruns
e1844d55da
Time Stones now with Song of Time
2026-04-13 13:03:28 -04:00
MelonSpeedruns
48bdaaa3dd
Time Stones Feature
2026-04-13 10:46:09 -04:00
PJB3005
0a95a9e538
Enable some draw call merging in text rendering
...
Don't set state between characters if possible.
Next step is page merging so it can do full lines of text at once.
2026-04-13 13:27:21 +02:00
Lurs
b5b0913739
Fix GCC compiler error under wsl ubuntu
2026-04-13 12:29:40 +02:00
TakaRikka
9466b34627
Merge https://github.com/zeldaret/tp
2026-04-13 01:44:04 -07:00
TakaRikka
def29adbab
cat door cleanup ( #3155 )
2026-04-13 01:42:10 -07:00
Jasper St. Pierre
129dbf2458
bloom2 wip
2026-04-13 01:29:21 -07:00
TakaRikka
ba9c170976
Merge pull request #352 from TwilitRealm/more-gyro-options
...
Per-Axis Gyro Sensitivity
2026-04-13 00:49:05 -07:00
TakaRikka
f240431e9a
Merge pull request #358 from TwilitRealm/182_mdh_catdoor_fix
...
Fix MDH cat door opening
2026-04-13 00:48:46 -07:00
YunataSavior
04159ace64
Fix MDH cat door opening
...
* Needs to be upstreamed
Fixes #182
2026-04-13 00:44:18 -07:00
Lurs
a3321f72f3
Update README.md (libxss-dev libxtst-dev missing for Ubuntu)
2026-04-13 09:33:04 +02:00