7155 Commits

Author SHA1 Message Date
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
TakaRikka 0909e9e6fa Merge pull request #2457 from encounter/save-modes
Save Manager & refactor SaveService to per-mode blobs
2026-09-17 17:49:54 -07:00
MelonSpeedruns 36edbdaa90 Merge pull request #2147 from t0mtee/faster-scene-transitions
Faster Scene Transitions
2026-09-17 17:58:10 -04:00
kamilink7 59154e6130 Separate music volume setting (#2408)
* Separate music volume setting

* Fixed setting placement to allow recording mode to override

* Combine recording mode and music volume setting logic

* Remove redundancy from checking recordingMode again
2026-09-17 22:46:47 +02:00
Luke Street bda2691346 Fixes & support Wii discs 2026-09-17 11:46:21 -06:00
tomtee 9450d282f1 Merge branch 'main' into faster-scene-transitions 2026-09-17 17:31:40 +00:00
Luke Street d0aeae8707 Save Manager & refactor SaveService to per-mode blobs 2026-09-17 00:31:17 -06:00
Luke Street 97d46baec1 Fix Mods button alignment on mobile
Fixes #2453
2026-09-16 23:07:08 -06:00
Luke Street 701e075698 Fix SelectButton key/value truncation
Fixes #2454
2026-09-16 22:43:18 -06:00
TakaRikka 94d857303d Merge pull request #2455 from Irastris/menus-2-electric-boogaloo
Menus 2: Electric Boogaloo
2026-09-16 20:47:00 -07:00
Irastris 70e8471ba8 More menu fixes 2026-09-16 21:16:56 -04:00
Olivia!! 47a1301ccb Fix opening the menu overlay (#2451) 2026-09-16 10:55:43 -06:00
tomtee fb2b662e95 Merge branch 'TwilitRealm:main' into faster-scene-transitions 2026-09-16 14:27:00 +00:00
Luke Street edf42c6a72 Updates (#2447)
* Update aurora

* Mod manager updates & dropdown component

* UiService 2.3: ICON_BUTTON, DROPDOWN, tooltips and context menus
2026-09-16 02:02:00 -06:00
Luke Street 642616d5da Update symgen 2026-09-15 22:12:27 -06:00
TakaRikka 27fff9c4d0 Merge pull request #2446 from TwilitRealm/revert-pr-2419
Revert "Fix ducks & Fix sages textures & Fix pitch-black chests (#2419)"
2026-09-15 19:16:28 -07:00
TakaRikka 5ca3ffb155 revert d_a_midna change 2026-09-15 17:57:43 -07:00
TakaRikka d8de438b44 Revert "Fix ducks & Fix sages textures & Fix pitch-black chests (#2419)"
This reverts commit 15835141a1.
2026-09-15 17:53:01 -07:00
TakaRikka 190ee355f6 Merge pull request #2444 from PJB3005/pjb-26-09-15-fix-race-conditions-with-gfx-service
Fix race conditions with gfx service.
2026-09-15 17:34:22 -07:00
TakaRikka 5f1df98c65 Merge pull request #2442 from PJB3005/pjb-26-09-15-make-be-t-and-related-functions-constexpr
Make BE<T> and related functions constexpr.
2026-09-15 17:33:36 -07:00
Pieter-Jan Briers 76f1f85ef7 Fix race conditions with gfx service.
GFX service wasn't designed for thread safety with FIFO thread. Whoops! This is a temporary workaround until Encounter fixes it.
2026-09-15 23:57:28 +02:00
Pieter-Jan Briers 2dbdea5272 Make BE<T> and related functions constexpr.
Fixes https://github.com/TwilitRealm/dusklight/issues/2409
2026-09-15 19:04:01 +02:00
MelonSpeedruns 158abde381 Easy Quick Spin Cheat (#2194)
Co-authored-by: MelonSpeedruns <melonspeedruns@stratobox.net>
2026-09-15 17:33:50 +02:00
TakaRikka 34fbd456bd Merge pull request #2434 from encounter/mod-updates
Mod update checks & queue revamp
2026-09-14 23:10:07 -07:00
TakaRikka a4766dc524 Merge pull request #2441 from encounter/tu-aliases
Mods: Add source-qualified aliases for static functions
2026-09-14 23:08:13 -07:00
Luke Street e1578f421a Try to fix Android CI 2026-09-14 23:47:18 -06:00
TakaRikka c580209ed5 Merge pull request #2440 from PJB3005/pjb-26-09-13-improve-luau-require-handling
Improve Luau require handling
2026-09-14 22:43:27 -07:00
Luke Street 90f62d7a54 Mods: Add source-qualified aliases for static functions 2026-09-14 23:40:43 -06:00
TakaRikka 7a296a794b Merge pull request #2436 from dooplecks/48khz
Render audio at 48 kHz
2026-09-14 21:22:01 -07:00
Pieter-Jan Briers e964f7f8e2 Improve Luau require handling
Now implicitly handles .lua files on top of .luau.
Also handles directory/init.lua(u) when doing require("directory")

cases of conflict (both .lua and .luau, or both .luau and directory) report an error

For reference: https://github.com/luau-lang/rfcs/blob/79c722717ffd96e5c5b5a9493ff01fda8a5171be/docs/amended-require-resolution.md

Fixes https://github.com/TwilitRealm/dusklight/issues/2406
2026-09-15 01:51:07 +02:00
TakaRikka ecaab52ef9 Merge pull request #2439 from Irastris/menus
Menu fixes
2026-09-14 15:47:31 -07:00
doop bb29b94343 Fix resampling for movie player
Also clean up some random things.
2026-09-14 22:43:47 +00:00