Commit Graph

2662 Commits

Author SHA1 Message Date
PJB3005 dca0964f27 Assign names to threads
Visible in debuggers etc
2026-03-14 14:16:49 +01:00
PJB3005 002a34f18b We have audio!! 2026-03-14 14:03:10 +01:00
PJB3005 2ee0b8a27c More documenting for JASAramStream and JASDSPInterface 2026-03-14 14:03:09 +01:00
PJB3005 e2fb0e3a70 ADPCM4 decode impl 2026-03-14 14:02:15 +01:00
PJB3005 4c2d0064a2 Add CRASH() macro 2026-03-14 14:02:15 +01:00
PJB3005 2a09783153 Fix another JASTaskThread::allocCallStack size 2026-03-14 14:02:15 +01:00
PJB3005 67a159eeef Make JASMemPool_MultiThreaded use ObjectLevelLockable
Shrug I wrote this in despair debugging the previous issue. Can't hurt I guess.
2026-03-14 14:02:15 +01:00
PJB3005 d41225980a Fix incorrect JASChannel size for JASPoolAllocObject_MultiThreaded
Despair
2026-03-14 14:02:14 +01:00
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