gymnast86
af17623e69
remove unneeded include and const qualifier
2026-08-14 23:49:56 -07:00
gymnast86
c01610dc37
fix includes
2026-08-14 23:20:46 -07:00
gymnast86
f4700c9636
manual cleanup
2026-08-14 23:05:00 -07:00
gymnast86
5d01c93839
Merge branch 'main' of https://github.com/TwilitRealm/dusk into basic-cosmetics-mod
2026-08-14 21:59:46 -07:00
gymnast86
0c546819f4
update descriptions
2026-08-14 21:59:34 -07:00
gymnast86
094f0cd78d
use TextureService instead of overwriting model file data on load
2026-08-14 21:59:22 -07:00
gymnast86
c251aba39d
fix default midna hair color
2026-08-14 21:58:02 -07:00
TakaRikka
c722cb1be0
update aurora
2026-08-14 19:12:14 -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
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
TakaRikka
5abc956448
daTbox2 handling
2026-08-11 14:45:53 -07:00
TakaRikka
0c3bbbaba0
standardize some check names
2026-08-10 12:35:08 -07:00
baxlek
0fc05028cc
Add Aiming Reticle for Bow and Slingshot ( #2290 )
...
* Change sight drawing flag to on in arrow logic
* Refactor setBowSight for PC targeting and reticle logic
* Add Aiming Reticle option to settings
Add option for Aiming Reticle in settings.
* Add aiming reticle setting to game preferences
* Add aiming reticle to user settings registration
* Add aimingReticle configuration variable
* Fix syntax error in settings.cpp
* Add aiming reticle check to bow charge condition
* Refactor bow charge sight position logic
Removed redundant sight position handling when aiming reticle is not displayed.
* Refactor setBowSight for Dusk targeting
* Clarify aiming reticle option description
* Refactor bow sight logic in setBowSight function
Removed dusk condition from bow sight check and adjusted sight drawing logic.
* Refactor sight drawing logic in d_a_alink_bow.inc
Remove redundant call to offDrawFlg() when aiming reticle is enabled.
2026-08-10 00:14:17 -04:00
TakaRikka
71b2eedc82
initial item service implementation
2026-08-09 16:40:26 -07:00
gymnast86
0da58ac91d
gx.h instead of dolphin/gx/GXstruct.h
2026-08-09 10:13:51 -07:00
gymnast86
c29cafa8a2
constexpr descriptions
2026-08-09 10:13:32 -07:00
gymnast86
5e669c8f0f
fix mod.json
2026-08-09 09:24:49 -07:00
gymnast86
3e625cf006
Merge branch 'main' of https://github.com/TwilitRealm/dusk into basic-cosmetics-mod
2026-08-09 09:13:18 -07:00
gymnast86
c6f497b525
move option descriptions
2026-08-09 08:52:29 -07:00
gymnast86
79d3c7c76a
recolor epona's eyelids
2026-08-09 08:52:16 -07:00
gymnast86
16dd1118d1
add support for ordon sword recoloring
2026-08-09 08:18:28 -07:00
gymnast86
e9918cc8ed
cleanup
2026-08-09 08:17:42 -07:00
gymnast86
058304dc26
recolor heart piece models
2026-08-08 20:10:50 -07:00
gymnast86
d55b44b5a5
override colors for items on other models
2026-08-08 20:10:21 -07:00
Giorgio Mendieta
7434a0f834
Enable color diagnostics for CMake ( #2273 )
2026-08-08 16:14:52 -06:00
gymnast86
469575fd65
fix pane cache again
2026-08-08 07:09:28 -07:00
gymnast86
4883c11182
Merge branch 'main' of https://github.com/TwilitRealm/dusk into basic-cosmetics-mod
2026-08-07 18:34:19 -07:00
gymnast86
7ac2340312
add UI colors
2026-08-07 18:33:40 -07:00
gymnast86
3352ea3dde
fix PaneCache naming conflict
2026-08-07 18:32:41 -07:00
TakaRikka
82e2fd4bea
Merge pull request #2283 from encounter/camera-operator
...
Add camera operator API to CameraService
2026-08-07 03:44:59 -07:00
TakaRikka
fcd9dd0f70
Merge pull request #2282 from encounter/mods-data-dir
...
Add HostService.data_dir
2026-08-07 03:42:53 -07:00
TakaRikka
8afe479d0f
Merge pull request #2281 from encounter/hook-uninstall
...
Add mods::hook::uninstall
2026-08-07 03:39:24 -07:00
Luke Street
c5933be631
Add camera operator API to CameraService
2026-08-07 00:34:57 -06:00
Luke Street
928e9b4bc7
Add HostService.data_dir
2026-08-07 00:20:09 -06:00
Luke Street
3ac0fcb156
Add mods::hook::uninstall
2026-08-06 23:59:26 -06:00
gymnast86
6481d12a3d
add lantern, midna, and heart colors
2026-08-06 09:38:00 -07:00
TakaRikka
2c7ab755a0
Merge pull request #2276 from encounter/align
...
Fix ATTRIBUTE_ALIGN placement
2026-08-06 08:58:15 -07:00
Luke Street
cf8ab52f55
Fix ATTRIBUTE_ALIGN placement
2026-08-05 21:16:06 -06:00
gymnast86
960d016113
get most colors working
2026-08-05 08:01:57 -07:00
Luke Street
13b3b68fe5
Migrate to Borealis ( #2266 )
2026-08-05 07:54:31 -06:00
TakaRikka
4604304305
mods: stage service ( #2268 )
...
* initial stage service ported from encounter's original impl
* Review cleanup
* initial stage service ported from encounter's original impl
---------
Co-authored-by: Luke Street <luke@street.dev >
2026-08-04 21:51:52 -06:00
Pwootage
794bb130e2
Fix for Linux distributions that use lib64: force libturbojpeg to use 'lib' ( #2269 )
2026-08-04 21:49:33 -06:00
gymnast86
e02251a669
template setup
2026-08-04 15:28:11 -07:00
Pieter-Jan Briers
2c9f814ec6
Make JASCalc memory helpers just use memcpy/memset ( #2258 )
2026-08-03 21:37:36 -06:00
TakaRikka
76079b6294
mods: save service ( #2256 )
...
* initial save service updated from encounter's impl
* Review cleanup
---------
Co-authored-by: Luke Street <luke@street.dev >
2026-08-03 20:58:09 -06:00
Pieter-Jan Briers
519305b7d4
Linux/Apple compile warnings consistency ( #2255 )
...
This re-organizes the CMakeLists.txt a lil so that some of the warning compile flags on Linux also get applied to Apple platforms.
2026-08-03 19:31:03 -06:00