Lurs
bf07cf4c5f
Minimap fixes (needs change for intensityI8 in aurora) and some other BE fixes
2026-03-31 11:38:59 +02:00
Luke Street
b109aa0273
Update GXSetArray usages (fixes & le arg)
2026-03-31 01:06:36 -06:00
PJB3005
4b2a3e8da9
Fast iron boots tweak
2026-03-31 03:17:56 +02:00
PJB3005
54094a9b6c
Fix d_a_obj_stone bound crashing due to accessing a field improperly
...
Different vtable layout on mwerks made this direct pointer cast not work. access the field instead.
Also I went searching if there's any other cases of this bug, didn't find any but did find something else to clean up.
2026-03-31 03:17:31 +02:00
TakaRikka
1f05995c13
the rest of maddie's flower stuff
2026-03-30 13:08:29 -07:00
TakaRikka
4a7ea9d85b
Merge https://github.com/zeldaret/tp
2026-03-30 02:21:28 -07:00
TakaRikka
5685fa58c6
Z2Audio player debug work / fix actor method returns ( #3140 )
...
* Z2Audio player debug work
* fix actor method returns
* wii build fix
2026-03-30 02:10:42 -07:00
Lurs
3f2bd02ae0
Fix softlock when entering Faron cave (and maybe others) in Release
2026-03-30 09:33:54 +02:00
TakaRikka
82a1b02060
bg obj sfx fix
2026-03-30 00:18:57 -07:00
TakaRikka
4d10b9b868
fix flowers
2026-03-30 00:08:07 -07:00
TakaRikka
cb6ee4b21e
d_path / d_vibration debug work ( #3138 )
...
* dpath debug
* dvibration debug
* d_meter2_info debug
* gcyl/gpsh debug
2026-03-29 16:43:00 -07:00
Luzagar
c98b96f94e
E ws work ( #3137 )
...
* e_ws work
* more doc
* add debug message
* move declaration
* more match
* test
* Revert "more match"
This reverts commit 3d910e6e913d84685aa40fe993a50402b3ee27a1.
* fix
* cleanup
* fix
* rename mIsHome
2026-03-29 16:27:52 -07:00
Luke Street
b536b73762
d_a_obj_brg: Fix out-of-bounds brg_init_pos
2026-03-29 14:59:27 -06:00
PJB3005
65da97eca2
Fix Midna portal spawning after boss
...
#140
2026-03-29 18:22:45 +02:00
PJB3005
576937f8b0
Don't include logging infrastructure in m_Do_graphic.h
...
This ends up wasting a ton of compile time because it pulls in all of Aurora's log infrastructure and fmt and all the noise into a thousand game files
2026-03-29 04:35:44 +02:00
CraftyBoss
472551d24a
increase d_a_coach_2D heap size
2026-03-28 10:47:55 -04:00
PJB3005
248f3945b4
Merge branch 'main' into pjb-audio
2026-03-27 17:18:11 +01:00
Max Roncace
053392f440
Fix UB in search_ground_1 in d_a_e_yg
...
This could cause a crash and was previously fixed by 3aa39867 , but
it's a band-aid solution. This fix addresses the underlying bug that
actually causes the crash.
The workaround remains in place for now because similar bugs related
to NaNs have been encountered, and it's not currently known how many
places in the codebase are affected as well.
2026-03-26 20:11:39 -04:00
YunataSavior
31e93a3e7c
Fix "switch case passes initialization" in d_a_peru
2026-03-25 21:28:58 -07:00
Max Roncace
3b6582f1a2
Add even more heap debug names
2026-03-25 20:53:18 -04:00
madeline
bfcfb3622e
fixes #107
2026-03-25 12:05:50 -07:00
PJB3005
7ac96d0251
Merge branch 'main' into pjb-audio
2026-03-25 16:43:59 +01:00
madeline
99786174cb
properly scale deku toad camera detection range
2026-03-24 18:34:12 -07:00
TakaRikka
793e09b95c
aeralfos UB fix
2026-03-21 22:56:44 -07:00
TakaRikka
7ce4c444ec
fix d_a_peru animation data
2026-03-21 18:05:29 -07:00
TakaRikka
9bc74b0226
various crash fixes
2026-03-21 05:07:51 -07:00
TakaRikka
2075da3347
Merge https://github.com/zeldaret/tp
2026-03-21 01:14:00 -07:00
TakaRikka
f8cf545848
cleanup d_a_obj_wflag ( #3135 )
2026-03-21 00:56:27 -07:00
CraftyBoss
328102ef2e
Merge branch 'main' of https://github.com/TakaRikka/dusk
2026-03-21 00:56:15 -04:00
CraftyBoss
955a70db1e
more BE stuff, fix scissors for dmap/fmap
2026-03-21 00:56:01 -04:00
Max Roncace
2c7ae22167
Add more heap names for debug
2026-03-20 20:59:50 -04:00
Max Roncace
4a4a5724e1
Fix last argument in calls to dCamera_c::startEventCamera
...
The last argument is used as a char*, so we need to explicitly
pass nullptr instead of 0 to ensure it has the correct type.
This was causing crashes due to va_arg reading 8 bytes when only 4
were provided by the caller - if the out-of-bounds bytes are
non-zero, the null check fails and it continues pulling args from
beyond the argument buffer potentially triggering a segfault.
2026-03-20 02:51:29 -04:00
PJB3005
e0ad41e3be
Merge remote-tracking branch 'origin/main' into pjb-audio
2026-03-19 20:16:57 +01:00
TakaRikka
ad43dee0e7
fix horse grass
2026-03-18 18:27:22 -07:00
TakaRikka
b202701757
Merge https://github.com/zeldaret/tp
2026-03-18 02:58:55 -07:00
TakaRikka
bc7503cb70
fix push pull callback UB in other compilers ( #3134 )
2026-03-18 02:57:37 -07:00
Max Roncace
5cb3a39f43
Merge remote-tracking branch 'decomp/main'
2026-03-18 01:56:47 -04:00
TakaRikka
f64015ea38
cc debug work ( #3133 )
2026-03-17 22:48:37 -07:00
Max Roncace
6694c1b281
Fix a bunch of compiler warnings and document several more bugs ( #3130 )
2026-03-17 22:38:05 -07:00
Lurs
555bf395fb
BE or un-BE, that is the question
2026-03-17 14:39:02 +01:00
Lurs
fc73bc364a
BE field_0x04 of "new" struct SizedGroup in src\d\actor\d_a_passer_mng.cpp
2026-03-17 13:25:27 +01:00
TakaRikka
fa270c0fe9
Merge https://github.com/zeldaret/tp
2026-03-17 04:08:44 -07:00
TakaRikka
9f340b604b
various d_bg debug cleanup / d_menu_window_HIO debug ( #3132 )
...
* various d_bg debug cleanup
* matching forward decl for compiler compatibility
* fix build
2026-03-17 03:44:11 -07:00
CraftyBoss
2b93d6d288
npc actor in screen check fix, fix dBgWKCol::RoofChk using wrong var for prism idx calc
2026-03-17 02:16:09 -07:00
CraftyBoss
b0982f2e92
fix uninitialized f32 causing crash in palace of twilight, add FPS to menu bar
2026-03-16 15:43:42 -07:00
Max Roncace
8b2434a54d
Fix crashes due to current texture not being set before loading ( #61 , #95 )
2026-03-16 16:28:22 -04:00
PJB3005
8fecff3170
Clang Windows compile fixes
2026-03-16 15:44:02 +01:00
roeming
ae0f8909a6
convert daPasserMng_c::mGroupTbl underlying data from bytes to daPasserMng_c::Group ( #3129 )
...
* daPasserMng_c::mGroupTbl underlying data to daPasserMng_c::Group
* move over to const groups
* templated solution that works on modern compilers + mwcc
---------
Co-authored-by: roeming <roeming@users.noreply.github.com >
2026-03-15 18:06:16 -07:00
PJB3005
06dc511212
JAudio field name/comment pass
...
HUGE thanks to XAYRGA for their work documenting JAudio file formats
2026-03-14 13:45:55 +01:00
qwertyquerty
168d1f7e10
fix reticles ( #89 )
2026-03-13 14:41:46 -07:00