Luke Street
b245c6bef8
Update randomizer
v2.0.2
2026-09-25 00:44:36 -06:00
Luke Street
97ca92a056
Save Manager: Replace the whole game ID on import
2026-09-25 00:18:42 -06:00
Luke Street
3a1b863dc6
Support mouse bindings for actions
...
Fixes #2525
2026-09-25 00:01:56 -06:00
Luke Street
ccc8d415d1
Update aurora, borealis, randomizer
2026-09-25 00:01:03 -06:00
TakaRikka
c55cc18003
missed a couple disabled settings for speedruns
2026-09-22 20:14:11 -07:00
TakaRikka
a74d68ded7
update aurora + fix build issues
2026-09-22 19:34:01 -07:00
Luke Street
853367d0a0
Update borealis
...
Resolves #2585
2026-09-22 19:47:31 -06:00
TakaRikka
ad979d3dae
Merge pull request #2548 from TwilitRealm/fix-double-def
...
Fix Double Defense Magic Armor cheat
2026-09-21 21:57:33 -07:00
TakaRikka
366d05dcd8
Merge pull request #2549 from Irastris/wolf
...
Fix fade during Golden Wolf transitions
2026-09-21 21:57:00 -07:00
TakaRikka
0e12e2cc05
Merge pull request #2515 from encounter/capture-pending
...
Fix map glitch crash w/ interpolation
2026-09-21 19:50:36 -07:00
TakaRikka
7b917f20d1
display active mods when speedrun gamemode is active
2026-09-21 18:05:39 -07:00
Olivia!!
1f637c84cc
i missed a default return but so did the review pass. half my bad. ( #2567 )
2026-09-21 20:30:07 +02:00
Olivia!!
cc81157fb8
Allow RZD* and GZ2 save file interoperatibility ( #2529 )
...
* Allow RZD* and GZ2 save file interoperatibility
Tested loading a wii save from Dusklight
on a GC disk in dusklight, and a GC save from dusklight
on a wii disk in dusklight.
Saves from an actual wii are in .dat form and equivalent
to the payload of a .gci, but with no headers.
No support for those yet.
* code styling
2026-09-21 09:37:31 -06:00
kamilink7
e58ddbdb8d
Corrected SOUND_TYPEID_STREAM_ALT to match previous 0x71 value ( #2560 )
2026-09-21 15:35:16 +02:00
MelonSpeedruns
35ab3381f5
Fix Double Defense Magic Armor cheat
2026-09-20 15:22:48 -04:00
Irastris
0d4e359bc1
Fix fade during Golden Wolf transitions
2026-09-20 12:50:47 -04:00
TakaRikka
35cdedced6
Merge pull request #2532 from gymnast86/message-check-fix
...
ItemService: Fix Shad Dominion Rod check not giving item when it was vanilla in randomizer
2026-09-20 00:26:20 -07:00
gymnast86
15f49a8e4a
fix shad dominion rod check not giving when it was vanilla
2026-09-20 01:16:06 -04:00
Luke Street
422d7bb1b6
Save Manager: Add region change option on import
v2.0.1
2026-09-19 17:53:27 -06:00
Luke Street
2ce45bd4aa
Update aurora
...
Fixes #2472
2026-09-19 17:34:36 -06:00
Luke Street
f05220c7f6
Fix audio channel reuse bug ( #2505 )
2026-09-20 00:51:20 +02:00
Luke Street
9adb1fd6be
Restore option for hiding pipeline progress ( #2504 )
2026-09-19 16:07:26 -06:00
Luke Street
17eb5b3749
More fixes for .gci handling & save flow ( #2510 )
...
* More fixes for .gci handling & save flow
* Update aurora
2026-09-19 15:59:16 -06:00
Luke Street
14d5eccc04
Fix map glitch crash w/ interpolation
...
Fixes #2513
2026-09-19 15:53:38 -06:00
Luke Street
ec4d628720
Disable Luau script execution budget for now
2026-09-19 14:58:25 -06:00
Luke Street
a2a9158576
Fix missing dusk::config::shutdown() calls
2026-09-19 13:51:27 -06:00
Luke Street
a0db21a43f
Fix patchable entry flag on macOS cross-compile
2026-09-19 13:50:57 -06:00
Luke Street
428a9fa0cb
Revert iOS preset change
2026-09-19 12:19:48 -06:00
Luke Street
2bdc1e54e3
Disable Mods button on prelaunch before init
2026-09-19 11:46:56 -06:00
Luke Street
4300fddde5
Update aurora, randomizer & ios CMake preset
2026-09-19 11:34:34 -06:00
Luke Street
e916b61ca0
Fix arc overlay UAF bug
2026-09-18 20:16:04 -06:00
Pieter-Jan Briers
e9b120544c
Remove initTexObj debug log spam ( #2464 )
v2.0.0
2026-09-18 15:59:44 -06:00
Luke Street
0da6c64283
Update aurora
2026-09-18 15:35:43 -06:00
Luke Street
2df671f48f
Mods: Fix cross-page hook patches on macOS
2026-09-18 15:21:52 -06:00
Luke Street
52c071a620
Some quick & dirty UI optimizations
...
RmlUi loves render passes and layers, so this reduces
rendering layers and eliminates some unnecessary
backdrop-filters. It also uses Aurora's image-effects
decorator to eliminate image->snapshot->render layers.
2026-09-18 15:13:14 -06:00
Luke Street
37e97747e2
Mod browser: Filter native code on iOS (for now)
...
Eventually we will have a way to bundle mods an download
an IPA, but that's not going to be in v2.
2026-09-18 14:42:18 -06:00
Luke Street
c83ce894e6
Update randomizer
2026-09-18 14:08:10 -06:00
Luke Street
be0314cc7e
GfxService 1.3: Normal buffers
2026-09-18 14:08:02 -06:00
TakaRikka
f6cfaadc3a
Merge pull request #2348 from baxlek/hold-to-mash
...
Add "Hold Button to Mash" Options
2026-09-18 12:20:45 -07:00
TakaRikka
4627f53d9c
Merge pull request #2463 from Irastris/mappa
...
d_menu_fmap fix
2026-09-18 12:03:27 -07:00
baxlek
d7ce89057b
Merge branch 'main' into hold-to-mash
2026-09-18 13:40:41 -05:00
TakaRikka
215196825d
Merge pull request #2462 from Irastris/msg
...
d_msg_object fix
2026-09-18 11:37:31 -07:00
Irastris
7dbe0b838a
d_menu_fmap fix
2026-09-18 14:17:51 -04:00
Irastris
32bfc9491f
d_msg_object fix
2026-09-18 12:34:18 -04:00
Luke Street
8b70a4477b
Update randomizer & cosmetics
2026-09-17 22:44:24 -06:00
Luke Street
cf7962ed2a
Touch controls: Show action bar on item wheel
2026-09-17 22:01:30 -06:00
Irastris
3e5e441e19
msg_scrn_light fix ( #2460 )
2026-09-17 20:43:40 -06:00
Luke Street
af7fc55a41
Update aurora
2026-09-17 19:41:24 -06:00
TakaRikka
72469163f0
Merge pull request #2308 from baxlek/always-greatspin-options
...
Add Additional "Always Greatspin" Option
2026-09-17 17:56:35 -07:00
TakaRikka
1840c7d0d8
Merge pull request #2333 from baxlek/disable-letterboxing-options
...
Add Disable Letterboxing Options
2026-09-17 17:53:32 -07:00