gymnast86
d4868ea81a
dEvt_control_c::skipper hook
2026-08-18 16:13:30 -07:00
gymnast86
cd6c82d0ff
forgot uninstall
2026-08-18 11:49:46 -07:00
gymnast86
355ea73510
getCollectSmell hook
2026-08-18 11:21:46 -07:00
TakaRikka
f0f7031b3d
ui: basic excluded locations tab
2026-08-18 00:24:15 -07:00
jdflyer
de7f09a6a4
Entrance Rando Fixes
2026-08-17 20:05:39 -07:00
TakaRikka
7129605035
forgot sound effect
2026-08-17 18:44:08 -07:00
TakaRikka
0c09d71c0a
ui: starting inventory implemented
2026-08-17 18:32:10 -07:00
TakaRikka
947fb5b5a5
fix demo item gives and add obj item hooks
2026-08-17 02:12:25 -07:00
gymnast86
4c673eb04b
dMenu_Ring_c hooks
2026-08-17 01:54:00 -07:00
gymnast86
9090ee80ab
fix building in debug on windows
2026-08-17 01:49:44 -07:00
gymnast86
f1dc848ea5
Merge branch 'rando-mod' of https://github.com/TwilitRealm/dusk into rando-mod
2026-08-16 17:58:06 -07:00
TakaRikka
548c843a9b
remove unneeded mode dialog
2026-08-16 14:53:03 -07:00
TakaRikka
34a753ed85
make save_slot_written update current slot id
2026-08-16 14:08:09 -07:00
TakaRikka
08e51f83f3
item func changes
2026-08-15 23:38:29 -07:00
TakaRikka
b4ba0b5755
Merge branch 'main' of ssh://github.com/TwilitRealm/dusklight into rando-mod
2026-08-15 16:54:35 -07:00
jdflyer
7c4338d7b3
Merge with origin/rando-mod
2026-08-15 16:43:10 -07:00
jdflyer
85a1a2901c
Improve Entrance Coupling Logic, Improve Entrance Shuffle Data, fix seed name
2026-08-15 16:42:46 -07:00
TakaRikka
a13932e901
partial ms check fix
2026-08-15 15:32:09 -07:00
Irastris
c880d46fb5
d_menu_option bugfix ( #2294 )
2026-08-15 11:58:24 -06:00
Irastris
27d27e6d94
Add support for playing Dusklight using Wii disc images ( #2296 )
...
* Add offsets for Wii USA R0/R2, JPN, and PAL
Also fix an oopsie where l_pos and l_normal's offsets were swapped
* Allow loading Wii discs
* Change GameVersion::GcnJpn checks to isRegionJpn()
* Change GameVersion::GcnPal checks to isRegionPal()
* Add platformSelect and regionSelect templates, simplify a ton of code
* Add *_get() macros to simplify REL loads
* Actually accept Wii USA Rev. 2 discs
* Show the Wii USA revision in prelaunch's disc status
* l_normal isn't in Wii RELs, so I'll just hardcode it
* Account for various BLO differences
Fix crash when opening the map on Wii USA Rev 0 and Wii PAL
* Use the streamed version of the file select music
* Update language selection
* Fix the d-pad/cross button text for Wii PAL
Resizing panes that are already 120.0f wide is harmless, so I didn't bother with a GameVersion check
* Fix brightness check discrepancy, use IF_DUSK_BLOCK macros when ideal
* Update docs and the issue template
2026-08-15 11:58:09 -06:00
Irastris
ac45cac56e
Fix Graphics Backend option value ( #2295 )
...
* Graphics backend setting bugfix
* Better solution
2026-08-15 11:52:54 -06:00
Luke Street
9d38af22ee
GfxService v1.2 + fixes ( #2305 )
...
* GfxService v1.2 + fixes
* gfx::synchronize before mod_shutdown
2026-08-15 11:50:13 -06:00
gymnast86
7cac8284d7
Merge branch 'rando-mod' of https://github.com/TwilitRealm/dusk into rando-mod
2026-08-15 05:24:56 -07:00
TakaRikka
aa3db8f949
more hooks
2026-08-15 04:57:14 -07:00
TakaRikka
9f7360b359
mg_rod hooks
2026-08-15 03:20:06 -07:00
TakaRikka
d319bb1049
demo item / bosswarp hooks
2026-08-15 02:00:10 -07:00
TakaRikka
1f43e16e2d
more hooks wip
2026-08-14 23:41:12 -07:00
TakaRikka
2a67d6800e
Merge branch 'main' of ssh://github.com/TwilitRealm/dusklight into rando-mod
2026-08-14 19:17:16 -07:00
TakaRikka
4cbb8762f6
update aurora
2026-08-14 19:16:49 -07:00
TakaRikka
c722cb1be0
update aurora
2026-08-14 19:12:14 -07:00
TakaRikka
c2dbdd385d
Merge remote-tracking branch 'origin/rando-mod' into rando-mod
2026-08-14 18:57:21 -07:00
TakaRikka
9c52a059bd
alink demo and uzr portal hooks
2026-08-14 18:56:55 -07:00
jdflyer
33a9db2e49
Finish Implementing Entrance Rando
2026-08-14 18:26:37 -07:00
jdflyer
e5a4323056
Merge with origin/rando-mod
2026-08-14 12:57:26 -07:00
jdflyer
08cda98337
Basic Entrance Rando
2026-08-14 12:56:40 -07:00
TakaRikka
b0d4c62903
more hooks wip
2026-08-14 03:26:49 -07:00
TakaRikka
a2cd701203
ykm/ykw/fairy hooks
2026-08-13 23:32:21 -07:00
Luke Street
0f5a248401
Time revamp ( #2304 )
...
* Don't Use OSCalendarTime for Speedrun Timing
- Shouldn't rely on OSTicksToCalendarTime since it will be changed to handle time zone conversion, and that doesn't make sense on elapsed time
* Use OSGetSystemTime Extension
- Fixes desyncing issues with save file time and a couple other odd instances, particularly on mobile platforms that suspend apps
* Time revamp
* Update aurora
* Split IGT/RTA calculations
* Shift-Turbo to slow down
---------
Co-authored-by: SuperDude88 <82904174+SuperDude88@users.noreply.github.com >
2026-08-14 00:07:54 -06:00
matthewdavidrichardanderson
045fbd9b46
request presentation sync for all captures ( #2293 )
...
Co-authored-by: matthewdavidrichardanderson <matthewdavidrichardanderson@mfb.com >
2026-08-13 23:54:29 -06:00
doop
46da33be37
Use texture replacement API for HQ minimap textures ( #2303 )
2026-08-13 23:44:36 -06:00
TakaRikka
8143de6bbb
more hooks
2026-08-13 20:10:44 -07:00
TakaRikka
162829a8cf
hook up randomizerState
2026-08-13 16:28:42 -07:00
TakaRikka
c65b8a42b8
add handful of missing hooks
2026-08-13 14:50:39 -07:00
TakaRikka
abbcb5a6b9
location name overrides for item service
2026-08-13 03:41:39 -07:00
TakaRikka
8229879aab
refactor seed load/save and add file info hook
2026-08-13 02:04:41 -07:00
TakaRikka
11055282ff
hook up item check overriding
2026-08-12 19:42:57 -07:00
TakaRikka
839d8fdb63
Merge branch 'main' of ssh://github.com/TwilitRealm/dusklight into rando-mod
2026-08-12 16:35:16 -07:00
TakaRikka
008a18c142
Merge pull request #2292 from TwilitRealm/item-svc
...
initial item service implementation
2026-08-12 15:34:45 -07:00
TakaRikka
5b4def820a
couple fixes
2026-08-12 15:02:33 -07:00
TakaRikka
635901d3bd
update game service major version
2026-08-12 13:59:01 -07:00