Commit Graph

2646 Commits

Author SHA1 Message Date
PJB3005 ffd2c47420 BE JAUSoundTableItem 2026-03-14 14:02:13 +01:00
PJB3005 9dbade65d4 Basic audio system start 2026-03-14 14:02:13 +01:00
PJB3005 d77bceb821 nop JASDsp::releaseHalt 2026-03-14 14:02:13 +01:00
PJB3005 e07fbef818 Block DSP commands, no DSP emulated 2026-03-14 14:02:13 +01:00
PJB3005 45e55f1384 Constant for DSP_SUBFRAME_SIZE 2026-03-14 14:02:13 +01:00
PJB3005 4f09fc65ac Remove JASAudioThread race condition fixing code
I'm not planning on using JASAudioThread anymore
2026-03-14 14:02:13 +01:00
PJB3005 4382f86c4f Add SDL-mixer dependency 2026-03-14 14:02:10 +01:00
PJB3005 5235bb03fe Fix JAISoundID endianness issues 2026-03-14 13:59:26 +01:00
PJB3005 a19e8eb0c2 Fix warning in stub_log.cpp 2026-03-14 13:59:23 +01:00
PJB3005 5f2f9d01c5 Make stub log thread safe 2026-03-14 13:57:12 +01:00
PJB3005 fa139ecf5c Implement JASCriticalSection with a regular mutex 2026-03-14 13:49:16 +01:00
PJB3005 a0cf0a3c8c Fix JASTaskThread::allocCallStack on 64-bit 2026-03-14 13:49:16 +01:00
madeline 213d193b9d fix createBasicBank (for now) 2026-03-14 13:49:16 +01:00
madeline 24e650d7ba fix truncated pointer 2026-03-14 13:49:16 +01:00
madeline 94aca25337 enable audio 2026-03-14 13:49:16 +01:00
madeline 29dc57f91b stub dsp send commands for now 2026-03-14 13:49:16 +01:00
PJB3005 11d90302f1 Fix build
Heck
2026-03-14 13:45:58 +01:00
PJB3005 303a21a4a3 JAudio field name/comment pass
HUGE thanks to XAYRGA for their work documenting JAudio file formats
2026-03-14 13:45:55 +01:00
TakaRikka 8837df94bb some more imgui refactoring 2026-03-14 04:07:30 -07:00
Max Roncace 7da7cefe30 Add point selector to map loader (+ other loader UI improvements) 2026-03-14 01:20:27 -04:00
qwertyquerty 6431dd3d19 fix reticles (#89) 2026-03-13 14:41:46 -07:00
BigBen 7c2a32b209 Change imgOffset type from u32 to s32
Should help prevent crashes opening map
2026-03-13 13:33:00 -04:00
TakaRikka 86b1b97c53 fix obj_sw ptr math bug 2026-03-13 02:42:45 -07:00
TakaRikka 10ccf8e2b1 Merge branch 'main' of https://github.com/TakaRikka/dusk 2026-03-13 01:54:42 -07:00
TakaRikka 78d80f11d9 fix bgobj particle block 2026-03-13 01:54:35 -07:00
Jasper St. Pierre 4b52394294 grass fix 2026-03-13 01:13:22 -07:00
madeline de9751c6dd fix epona ub 2026-03-13 01:06:28 -07:00
Jasper St. Pierre 1eca6f52b7 brg fix 2026-03-12 23:56:33 -07:00
Max Roncace 9fff8d45a1 Fix multiple classes being inappropriately zero-initialized via JKR_NEW* (#70)
This might also fix #71 and #72.
2026-03-13 02:50:53 -04:00
Jasper St. Pierre 2d430eb9a1 shadow fix 2026-03-12 23:49:13 -07:00
Jasper St. Pierre 3f548f2244 dont draw zero things 2026-03-12 23:49:12 -07:00
madeline 6b2666878b Merge branch 'main' of https://github.com/TakaRikka/dusk 2026-03-12 23:12:03 -07:00
madeline 181640d68a fix LZ fadeout Fixes #87 2026-03-12 23:12:00 -07:00
Max Roncace dae2aca542 Initialize daObjSwPr_c::mRotateTime on actor create
This fixes a floating point exception due to division by zero when
executing the actor for the first time.
2026-03-13 01:35:23 -04:00
madeline 2f984f160b Merge branch 'main' of https://github.com/TakaRikka/dusk 2026-03-12 22:34:37 -07:00
madeline 5f1cf058b5 fix menu snapshot viewports and loading zone ones (kind of but not at all) Fixes #59 2026-03-12 22:34:33 -07:00
Jeffrey Crowell ffcdacc09f remove instance of double endian swapping pContent->0 was already endian swapped (#84) 2026-03-12 21:19:48 -07:00
TakaRikka 6cac92aa50 Merge branch 'main' of https://github.com/TakaRikka/dusk 2026-03-12 21:16:04 -07:00
TakaRikka 820327989c fix event camera ptr param size 2026-03-12 21:15:50 -07:00
madeline 710faac392 Merge branch 'main' of https://github.com/TakaRikka/dusk 2026-03-12 21:03:45 -07:00
madeline 9f01779686 fix new file name fade viewport 2026-03-12 21:03:42 -07:00
Jeffrey Crowell 18efe4b4fc fix clang error on pointer narrowing (#83)
fix cast
2026-03-12 20:15:00 -07:00
BigBen d06eb678be Update d_file_select.cpp 2026-03-12 22:53:10 -04:00
BigBen 42ccd3bcd8 Changed setJ3D to load from private copied resource buffers
Fixed file select crash when loading mirror / mask
2026-03-12 22:11:03 -04:00
madeline d95516b870 Merge branch 'main' of https://github.com/TakaRikka/dusk 2026-03-12 18:10:21 -07:00
madeline 9bf919ffc2 zero init anm mtx Fixes #66 2026-03-12 18:10:15 -07:00
TakaRikka 1618e9b276 Merge https://github.com/zeldaret/tp 2026-03-12 17:56:51 -07:00
madeline b7d4c2d1ca Fixes #63 fix """UB""" in callHorseSubstance 2026-03-12 16:52:47 -07:00
madeline 4e5a39ba85 Fixes #56 UB in dKyr_odour_draw 2026-03-12 16:28:27 -07:00
Lurs 1633f8d50d fix Midna (?) (#52) 2026-03-12 14:30:42 -07:00