gymnast86
7388213715
allow patching of PLYR objects
2026-05-10 10:45:04 -07:00
gymnast86
61835c05ba
add support for patching objects in stage.dzs
2026-05-10 09:54:55 -07:00
gymnast86
a6fda86ebf
fix sera bottle check if faorn twilight is cleared
2026-05-10 03:02:27 -07:00
gymnast86
77ae5fd0b3
implement temple of time sword requirement
2026-05-10 01:25:44 -07:00
gymnast86
2890a663f3
Merge branch 'main' of https://github.com/TwilitRealm/dusk into randomizer
2026-05-09 10:38:57 -07:00
gymnast86
f263a33db2
change time of day with midna
2026-05-09 10:38:34 -07:00
TakaRikka
80dd5ff278
revert mirror mode message override for now
2026-05-09 07:32:29 -07:00
gymnast86
99ee9c2f48
Merge branch 'main' of https://github.com/TwilitRealm/dusk into randomizer
2026-05-09 06:38:27 -07:00
gymnast86
bf85d511a8
make the gate to KB2 stay open permanently once it's been unlocked
2026-05-09 06:24:27 -07:00
SuperDude88
13dd3c3932
Clamp LOD For Cutscene Midna ( #728 )
...
- Sets max eye LOD level to 0 for `demo00_Midna_cut00_FC_tongue` and `demo00_Midna_cut00_BD_tmp`
2026-05-09 06:30:46 -06:00
gymnast86
dc9dce2cd7
Merge branch 'main' of https://github.com/TwilitRealm/dusk into randomizer
2026-05-09 04:39:24 -07:00
gymnast86
8333ae35a8
refactor object overrides
2026-05-09 04:38:38 -07:00
TakaRikka
5a05433a2b
Merge pull request #733 from TwilitRealm/fix/e_s1_e_yg
...
Frame interp: Fix e_s1 & e_yg
2026-05-09 04:35:25 -07:00
gymnast86
ced018794f
remove invisible wall blocking north palace
2026-05-09 01:52:27 -07:00
Pheenoh
06c77a6818
frame interp: e_s1 & e_yg
2026-05-08 21:16:57 -06:00
Pheenoh
4d4a80891f
frame interp: fix obj_fchain
2026-05-08 20:21:37 -06:00
Irastris
d2a1dda523
Add interp callbacks to the stalks of four Baba variants
2026-05-08 21:00:16 -04:00
gymnast86
bfb715e11a
Merge branch 'main' of https://github.com/TwilitRealm/dusk into randomizer
2026-05-08 16:26:52 -07:00
Howard Luck
65e8577253
frame interp: fix b&c chain links ( #724 )
2026-05-08 17:26:33 -06:00
gymnast86
9e9f36e484
autoskip cutscenes when skip major cutscenes is on
2026-05-08 16:21:26 -07:00
Irastris
abec043249
Add mouse as a gyro input source ( #720 )
...
* Add mouse as a gyro input source
* Revisions
* Grammar
2026-05-08 17:11:13 -06:00
SuperDude88
699d069b0a
Fix Letter Menu Page Numbers ( #722 )
...
This bug comes from `getBounds()` returning a reference to a static variable -- the compiler can load the float right away or later (after the second call), so the value it is referencing may have changed. If it waits to load the first operand, the subtraction results in 0. Further discussion at https://discord.com/channels/1446645861529550869/1446648842387722411/1502415404386091118 .
Resolves #719
2026-05-08 17:10:37 -06:00
gymnast86
38031e2545
set all letters obtained when skip minor cutscenes is on
2026-05-08 16:00:42 -07:00
qwertyquerty
81c7213993
Merge pull request #599 from TwilitRealm/50_achievements
...
More Achievements
2026-05-08 12:27:25 -07:00
doop
d0f8ea56f9
Interpolate more things ( #699 )
...
* Interpolate trim height
* Interpolate (some) fades
2026-05-08 11:50:44 -06:00
gymnast86
2dea7375ef
custom text for donating 100 rupees to charlo
2026-05-08 09:11:36 -07:00
MelonSpeedruns
6fd3762ffc
optimized code
2026-05-08 12:06:38 -04:00
Pheenoh
97a1190713
set max chain links to 600
2026-05-08 08:59:13 -06:00
madeline
6217e071d2
Merge branch '50_achievements' of https://github.com/TakaRikka/dusk into 50_achievements
2026-05-08 05:17:48 -07:00
CraftyBoss
29a1cff7ea
update aurora, add comment explaining king bulblin 1 strange behavior
...
the game saves a flag when the player hits king bulblin at least once, which makes subsequent loads (including king bulblin 2) have 1 less "health" as lap_num for the boar is set to 1 during creation, as it checks the flag.
2026-05-08 00:05:16 -07:00
gymnast86
7a4c23fa33
Merge branch 'main' of https://github.com/TwilitRealm/dusk into randomizer
2026-05-07 23:23:16 -07:00
gymnast86
0014be0e82
implement custom item text
2026-05-07 23:17:58 -07:00
MelonSpeedruns
1c1a849095
Recording Mode & Enable Autosave in Dusk preset ( #685 )
...
* branch for recording without a HUD
* no more black bars thanks maddie
* Backslash hotkey
* mute music
* dont check for null twice
* renamed option to recording mode, and added it to the rmlui menu
* Move recording mode to Interface
* re-added & renamed minimal hud option
* Mute all BGM if recording mode is on
* Update Interface section
* Un-experimentalize Autosave & enable in Dusk preset
---------
Co-authored-by: MelonSpeedruns <melonspeedruns@stratobox.net >
Co-authored-by: Irastris <irastris15@gmail.com >
Co-authored-by: Luke Street <luke@street.dev >
2026-05-07 23:26:22 -06:00
Howard Luck
6cfdc3d8a3
add keyboard controls + roll support to fly cam ( #705 )
2026-05-07 23:04:29 -06:00
qwertyquerty
39d43a8d8f
Keyboard mouse binding controls ( #682 )
...
* kbm controls
* submodule
* files.cmake
* a
* Fixes
* include <cstring> in J3DStruct.h
---------
Co-authored-by: Luke Street <luke@street.dev >
2026-05-06 22:07:28 -06:00
TakaRikka
b4761cc54e
fix build
2026-05-06 20:36:21 -07:00
Luke Street
7c7c8b228e
Crafty's crafty Dungeon door hack
2026-05-06 19:53:18 -06:00
doop
1ad5ab8632
Try to fix Windows/macOS build errors
2026-05-07 01:02:43 +00:00
doop
aa48d95f24
Procedurally-generate HQ minimap textures ( #692 )
...
* Procedurally-generate HQ minimap textures
* Don't leak old minimap textures
2026-05-06 18:40:04 -06:00
MelonSpeedruns
742ad2c150
Increase Link's heap size for mods
2026-05-06 19:48:43 -04:00
gymnast86
e14d1f1f68
Merge branch 'main' of https://github.com/TwilitRealm/dusk into randomizer
2026-05-06 07:56:33 -07:00
gymnast86
9f6c39754b
rework actor additions
2026-05-06 07:56:17 -07:00
gymnast86
eda9991e6a
sols check
2026-05-06 07:53:02 -07:00
TakaRikka
de6568d750
allow suns song / quick transform in ToT past
2026-05-06 04:25:42 -07:00
TakaRikka
3aafe7fa16
more mirror mode map fixes
2026-05-06 04:19:00 -07:00
gymnast86
95e699fb63
don't transform in twilight fog if the player doesn't have shadow crystal
2026-05-06 03:48:06 -07:00
gymnast86
2ececa3206
update goal flags during play
2026-05-06 03:27:14 -07:00
gymnast86
045df82445
Merge branch 'main' of https://github.com/TwilitRealm/dusk into randomizer
2026-05-05 21:33:06 -07:00
gymnast86
b3833be529
don't try to play get item cutscene when swimming or snowboarding
2026-05-05 21:21:47 -07:00
gymnast86
f45aa6040e
fix multiple progressive items on the same stage giving the same item
2026-05-05 21:20:56 -07:00