Commit Graph

7065 Commits

Author SHA1 Message Date
gymnast86 44b6debb8f update mod.json description 2026-09-01 05:24:23 -07:00
gymnast86 a7aa4dd4a2 Merge branch 'main' of https://github.com/TwilitRealm/dusk into rando-mod 2026-09-01 05:11:29 -07:00
gymnast86 ae829a5f0f Merge branch 'rando-mod' of https://github.com/TwilitRealm/dusk into rando-mod 2026-09-01 04:59:17 -07:00
gymnast86 9203935273 don't respawn at randomized starting entrance on loading an existing file 2026-09-01 04:58:57 -07:00
gymnast86 4bdb8dd57f fix name of Small Keys on Bosses setting 2026-09-01 04:48:46 -07:00
gymnast86 78bbb92cf3 fix kak hint sign not appearing at night 2026-09-01 04:48:01 -07:00
gymnast86 f75c7ddd79 remove Savmem objects from intro cutscene 2026-09-01 04:47:45 -07:00
gymnast86 c4f9a7b4bc fix typo in Skip Midna's Desperate Hour setting name 2026-09-01 04:45:26 -07:00
TakaRikka b76917ed48 Merge pull request #2363 from TwilitRealm/instant-death-fixes
Instant Death Fixes
2026-09-01 04:19:35 -07:00
TakaRikka ba44971bde Merge pull request #2368 from TwilitRealm/speedrun-fixes
various speedrun game mode fixes
2026-09-01 03:36:39 -07:00
TakaRikka a746b23944 make sure tools are disabled for speedrun mode and reset run info when mode is deactivated 2026-09-01 03:11:04 -07:00
TakaRikka 6c966876b9 fix speedrun timer resetting 2026-09-01 02:46:53 -07:00
TakaRikka 2570c8f072 fix gamemode onSaveLoaded handling with hideTvSettingsScreen setting 2026-09-01 01:09:42 -07:00
SuperDude88 2e19ffbf50 Shorten int Change 2026-08-31 20:15:15 -04:00
Pieter-Jan Briers 01e3c4616f global.h MSVC warning fix (#2359) 2026-08-31 18:10:07 -06:00
Pieter-Jan Briers 57f0185a3c Suppress new XF memory write stub logs (#2362) 2026-08-31 18:09:38 -06:00
Luke Street 48171f0f0a Only use inlining flags w/ mod support
Also enables mod support by default. It was already enabled in the
CMakePresets.json, so this just moves it to the CMakeLists itself.
2026-08-31 18:02:44 -06:00
Luke Street 9b5d81e23a daDitem_c::execute -> daDitem_Execute 2026-08-31 17:38:38 -06:00
Luke Street cbef704fc3 Merge branch 'main' into rando-mod 2026-08-31 17:24:04 -06:00
Luke Street a29f13452f Revert accidental CMakePresets.json change 2026-08-31 17:18:29 -06:00
Luke Street 905da94b40 Fix game compile flags on Linux/GCC
There was a conflict with per-target compile flags and the PCH.
The PCH was causing the game code to be built without the inlining
flags actually taking effect (internal `src/dusk` files did not use
them), which caused mods to fail to resolve static functions for
hooks. Fix: split Dusklight internals (`src/dusk/`) into a separate
static library altogether, cleanly allowing us to disable inlining
and patching flags only for internal code while also fixing the PCH
flags issue.

Additionally, this updates symgen to v1.3.4, which includes a fix
for GCC function fragments and specializations getting resolved as
display name aliases, conflicting with the actual functions.

Aurora also updated to include https://github.com/encounter/aurora/pull/244
2026-08-31 17:11:05 -06:00
SuperDude88 4a632ff5dc Instant Death Fixes
- Fix some overflows with instant death mode
2026-08-31 18:24:30 -04:00
Luke Street 93f9ad6f1d Remove const from symdb descriptor (avoids unintentional DCE) 2026-08-31 15:33:26 -06:00
gymnast86 9171617805 update settings descriptions 2026-08-30 13:28:40 -07:00
gymnast86 1f3363e3a3 fix coro flow 2026-08-30 06:29:51 -07:00
gymnast86 ca2d05b13e Merge branch 'main' of https://github.com/TwilitRealm/dusk into rando-mod 2026-08-30 05:37:50 -07:00
gymnast86 b4ef606b69 differentiate shop checks by room number 2026-08-30 05:26:43 -07:00
gymnast86 5cbc1f58a0 remove unneeded conditional 2026-08-30 05:25:25 -07:00
TakaRikka e2bf07805e Merge pull request #2259 from baxlek/transform-anywhere-fix
Can Transform Anywhere fix
2026-08-30 01:05:20 -07:00
TakaRikka cf65509da9 Merge pull request #2346 from baxlek/underwater-transform-fix
Prevent Quick Transform While Underwater
2026-08-30 00:29:03 -07:00
TakaRikka b718404b52 Merge pull request #2353 from TwilitRealm/fix/freecam-mouse-fix
Only move Flycam when holding right click
2026-08-29 23:06:25 -07:00
TakaRikka d574172154 Merge pull request #1962 from TwilitRealm/better-tools
Command system, tools menu (teleport / move link / more), better button combo handling, trigger viewer
2026-08-29 19:15:36 -07:00
TakaRikka 9930c5aabf trigger viewer fixes 2026-08-29 18:51:11 -07:00
TakaRikka c4ded86010 Merge branch 'main' of ssh://github.com/TwilitRealm/dusklight into better-tools 2026-08-29 18:37:14 -07:00
gymnast86 3400162438 fix demo item scaling 2026-08-29 02:05:37 -07:00
gymnast86 0231f8f0fa restore boss heart container bouncing physics 2026-08-29 01:31:45 -07:00
gymnast86 1944a797d9 fix goron spginwater rus check 2026-08-29 01:30:58 -07:00
gymnast86 b5d9708fa1 fix checking if a boss is dead in a boss room 2026-08-29 00:18:45 -07:00
gymnast86 f4163de0de update item service and fix master sword checks 2026-08-28 22:08:25 -07:00
gymnast86 f0086952d2 implement agitha hint sign 2026-08-28 19:06:21 -07:00
MelonSpeedruns 7cc0c07ffb Only move freecam when holding right click 2026-08-28 13:37:36 -04:00
gymnast86 c2de6524c8 add dungeon item display in item wheel 2026-08-28 00:47:33 -07:00
gymnast86 83c0ee13b2 make seed selection slightly more intuitive 2026-08-26 23:21:17 -07:00
gymnast86 9f3fdcffbe explicitly define item list for item hints 2026-08-26 23:09:51 -07:00
gymnast86 8b5a463894 bump max location hint amount to 15 2026-08-26 23:09:08 -07:00
gymnast86 1f098d36ad refine barren region selection 2026-08-26 22:44:12 -07:00
gymnast86 69cc0758c0 Merge branch 'rando-mod' of https://github.com/TwilitRealm/dusk into rando-mod 2026-08-26 20:25:56 -07:00
gymnast86 ceed9b346c implement coro checks and faron woods coro key item 2026-08-26 20:25:43 -07:00
jdflyer b0e2f7915c Entrance Randomizer: Fix edge cases 2026-08-26 00:03:43 -06:00
gymnast86 a9e26784fb fix not clearing previously active seed data when starting a new file 2026-08-25 22:48:09 -07:00