Commit Graph

2654 Commits

Author SHA1 Message Date
PJB3005 1b8f4677de Some more names 2026-03-14 14:02:14 +01:00
PJB3005 7b1d88cc2c Fix DVD command sizes 2026-03-14 14:02:14 +01:00
PJB3005 7f4be58b1b Fix JASTrackNodeOffset missing offset 2026-03-14 14:02:14 +01:00
PJB3005 40e126a35f Make JKRAramPiece trap on invalid pointers 2026-03-14 14:02:14 +01:00
PJB3005 9d88bb5d3f Fix BE in JASAramStream::load 2026-03-14 14:02:14 +01:00
PJB3005 0636bbfb22 Fix JASAramStream layout 2026-03-14 14:02:14 +01:00
PJB3005 44260d7b4a BE JASSeqReader.h 2026-03-14 14:02:14 +01:00
PJB3005 f4f27cefc7 BE JASAramStream 2026-03-14 14:02:14 +01:00
PJB3005 86898db01c BE JAUSoundTableItem 2026-03-14 14:02:13 +01:00
PJB3005 0c993fd7ed Basic audio system start 2026-03-14 14:02:13 +01:00
PJB3005 afdc39653f nop JASDsp::releaseHalt 2026-03-14 14:02:13 +01:00
PJB3005 29b0a41c27 Block DSP commands, no DSP emulated 2026-03-14 14:02:13 +01:00
PJB3005 4139cb9a2c Constant for DSP_SUBFRAME_SIZE 2026-03-14 14:02:13 +01:00
PJB3005 eef58c15fc Remove JASAudioThread race condition fixing code
I'm not planning on using JASAudioThread anymore
2026-03-14 14:02:13 +01:00
PJB3005 5c409fa8aa Add SDL-mixer dependency 2026-03-14 14:02:10 +01:00
PJB3005 f724316094 Fix JAISoundID endianness issues 2026-03-14 13:59:26 +01:00
PJB3005 82bf73e867 Fix warning in stub_log.cpp 2026-03-14 13:59:23 +01:00
PJB3005 a2403dca19 Make stub log thread safe 2026-03-14 13:57:12 +01:00
PJB3005 227b785273 Implement JASCriticalSection with a regular mutex 2026-03-14 13:49:16 +01:00
PJB3005 26fe1bc4d5 Fix JASTaskThread::allocCallStack on 64-bit 2026-03-14 13:49:16 +01:00
madeline 78de6cf3cf fix createBasicBank (for now) 2026-03-14 13:49:16 +01:00
madeline 8e69478939 fix truncated pointer 2026-03-14 13:49:16 +01:00
madeline 23b2edafdf enable audio 2026-03-14 13:49:16 +01:00
madeline 98d71f97ea stub dsp send commands for now 2026-03-14 13:49:16 +01:00
PJB3005 4561e169e9 Fix build
Heck
2026-03-14 13:45:58 +01: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
TakaRikka 5db0cb0cf8 some more imgui refactoring 2026-03-14 04:07:30 -07:00
Max Roncace efa629ca6a Add point selector to map loader (+ other loader UI improvements) 2026-03-14 01:20:27 -04:00
qwertyquerty 168d1f7e10 fix reticles (#89) 2026-03-13 14:41:46 -07:00
BigBen 18c0df40dd Change imgOffset type from u32 to s32
Should help prevent crashes opening map
2026-03-13 13:33:00 -04:00
TakaRikka 40cb988022 fix obj_sw ptr math bug 2026-03-13 02:42:45 -07:00
TakaRikka 64013cd46a Merge branch 'main' of https://github.com/TakaRikka/dusk 2026-03-13 01:54:42 -07:00
TakaRikka 5bc8cfa9f6 fix bgobj particle block 2026-03-13 01:54:35 -07:00
Jasper St. Pierre 7eb2bc1340 grass fix 2026-03-13 01:13:22 -07:00
madeline be429a7a2c fix epona ub 2026-03-13 01:06:28 -07:00
Jasper St. Pierre c05691a0bb brg fix 2026-03-12 23:56:33 -07:00
Max Roncace eed6df2f46 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 addcda0725 shadow fix 2026-03-12 23:49:13 -07:00
Jasper St. Pierre a1d581f6d9 dont draw zero things 2026-03-12 23:49:12 -07:00
madeline c614b5a28d Merge branch 'main' of https://github.com/TakaRikka/dusk 2026-03-12 23:12:03 -07:00
madeline 139a66e613 fix LZ fadeout Fixes #87 2026-03-12 23:12:00 -07:00
Max Roncace 6217b5cb83 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 20b5d16d92 Merge branch 'main' of https://github.com/TakaRikka/dusk 2026-03-12 22:34:37 -07:00
madeline d0e7ca40cf 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 08303a9b73 remove instance of double endian swapping pContent->0 was already endian swapped (#84) 2026-03-12 21:19:48 -07:00
TakaRikka 5004fdf497 Merge branch 'main' of https://github.com/TakaRikka/dusk 2026-03-12 21:16:04 -07:00
TakaRikka fecc0fe3c5 fix event camera ptr param size 2026-03-12 21:15:50 -07:00
madeline a019cc34c7 Merge branch 'main' of https://github.com/TakaRikka/dusk 2026-03-12 21:03:45 -07:00
madeline d70d585306 fix new file name fade viewport 2026-03-12 21:03:42 -07:00
Jeffrey Crowell 0c43e6c293 fix clang error on pointer narrowing (#83)
fix cast
2026-03-12 20:15:00 -07:00