Commit Graph

147 Commits

Author SHA1 Message Date
NicknineTheEagle
933a76f95e Print warnings in console for missing companion files 2021-10-26 00:00:57 +03:00
bnnm
e3c8240d5b Add .wve for EA SCHl [Madden NFL 99 (PC)] 2021-08-26 18:52:59 +02:00
NicknineTheEagle
a3aef99ca6 EA SCHl: Added missing indexes and defaults 2021-08-14 13:52:31 +03:00
bnnm
39dfdee9e4 cleanup: function defs, unused vars 2021-07-29 22:29:49 +02:00
NicknineTheEagle
5bb8d317ff EA MPF: Increased version range [Need for Speed: ProStreet (PS2)] 2021-06-11 21:14:16 +03:00
bnnm
51301f18ad EA SCHl tweaks 2021-06-07 00:51:39 +02:00
NicknineTheEagle
726e9b3c9e Minor doc 2021-05-02 17:08:20 +03:00
NicknineTheEagle
b455ac5af4 EA HDR: Added VAG variation [Need for Speed: Hot Pursuit 2 (PS2)] 2020-12-02 02:50:13 +03:00
NicknineTheEagle
dc74675b84 EA MPF: Improved parser accuracy 2020-12-02 02:50:13 +03:00
bnnm
0dac6af7e4 Fix compiler warnings 2020-11-09 22:26:26 +01:00
NicknineTheEagle
b0b2fb7c5b EA MPF: Fixed RAM tracks with multiple BNKs 2020-11-09 03:54:56 +03:00
NicknineTheEagle
6d80fd3caa EA MPF: Set MUS name as stream name in v0 parser 2020-11-08 23:15:00 +03:00
NicknineTheEagle
ac389b1af3 Added TXTM format for specifying companion files 2020-11-08 22:42:57 +03:00
NicknineTheEagle
cde0eb5520 EA MPF: Implemented RAM tracks (stored as BNKs) 2020-11-08 20:50:17 +03:00
NicknineTheEagle
adb7fa712e EA MPF: Fixed version 3.1 [SSX Tricky] 2020-11-08 17:47:39 +03:00
NicknineTheEagle
4f03a5112d EA SCHl: Fixed PS2 bank offsets 2020-11-07 16:24:04 +03:00
NicknineTheEagle
8b463f9d53 EA SCHl: Added Wii platform 2020-11-07 16:24:03 +03:00
NicknineTheEagle
7eb3b1cc5b Added .chk extension 2020-11-07 06:34:59 +03:00
NicknineTheEagle
da4050c144 Documented EA ABK and HDR formats 2020-11-02 01:55:38 +03:00
NicknineTheEagle
28a22f3684 EA SCHl: Fixed channel offsets for PS2 PCM 2020-11-01 19:30:07 +03:00
NicknineTheEagle
7a4864060d EA SCHl: Fixed channel offsets for PC GCADPCM streams 2020-11-01 18:59:00 +03:00
NicknineTheEagle
42bfc1fa6f EA SCHl: Adjusted when to use EA-XA v2 2020-11-01 18:57:16 +03:00
NicknineTheEagle
0df7f8ccca EA SCHl: Unified EA-XA decoder 2020-11-01 07:56:10 +03:00
NicknineTheEagle
0475750c2f EA SCHl: PCM is interleaved on PC only in v0 2020-11-01 07:07:28 +03:00
NicknineTheEagle
3985f20e7b EA SCHl: Minor doc + reordered codecs 2020-11-01 07:07:27 +03:00
NicknineTheEagle
69bec350fc EA SCHl: PS2 PCM always has mini-header 2020-11-01 07:07:27 +03:00
NicknineTheEagle
b965a8ae98 EA SCHl: Fixed channel offsets for Saturn PCM 2020-11-01 07:07:26 +03:00
NicknineTheEagle
a8a35cecb8 EA SCHl: Fixed channel offsets for some cases 2020-10-31 20:59:35 +03:00
NicknineTheEagle
19ccbc4782 EA SCHl: Assume interleaved PCM for v0 2020-10-29 20:20:43 +03:00
NicknineTheEagle
57209111cf EA SCHl: Filled missing codec indexes 2020-10-29 20:20:13 +03:00
NicknineTheEagle
ac7de48a48 EA BNK: Removed a hack for MUS files belonging to MPF 2020-05-22 19:17:48 +03:00
NicknineTheEagle
a418b6eb32 EA SCHl: Fixed some EA MicroTalk samples 2020-05-05 20:10:33 +03:00
bnnm
de850d4259 Improve EA SCHl bnk performance 2020-05-01 16:32:33 +02:00
bnnm
a8f00f0a40 Clean some EA SCHl code 2020-05-01 16:11:20 +02:00
bnnm
475ef226f0 Add VADPCM for EA SCHl [FIFA 99 (N64)] 2020-05-01 16:06:08 +02:00
NicknineTheEagle
c7c21dfd81 Minor doc fix 2020-04-10 17:33:57 +03:00
NicknineTheEagle
461230ecfb EA HDR/DAT: Fixed some checks 2020-04-08 13:39:37 +03:00
NicknineTheEagle
437667b2dc Minor tweaks 2020-02-25 21:52:49 +03:00
NicknineTheEagle
38a1896432 MPF: Added more filename combos [SSX On Tour (multi)] 2020-01-03 23:16:00 +03:00
bnnm
b0988dfc87 Fix compiler warning 2019-11-24 14:25:33 +01:00
NicknineTheEagle
f3eafd725d EA MPF: Fixed SSX 3 2019-11-23 01:10:11 +03:00
NicknineTheEagle
df9b7ea8c5 EA MPF: Fixed MPF/MUS pair finder function 2019-11-21 20:39:17 +03:00
bnnm
647e45143f Fix assert compilation and some compiler warnings 2019-11-18 00:37:45 +01:00
NicknineTheEagle
07bd62a4b5 EA MPF: Added support for empty tracks [Need for Speed: Nitro (Wii)] 2019-11-16 15:50:54 +03:00
NicknineTheEagle
e8f033dd65 Added multi-track EA MPF support 2019-11-15 22:32:03 +03:00
NicknineTheEagle
1f356cde5e Improved EA videos support 2019-11-09 23:16:13 +03:00
bnnm
65a96502fa Add extra MPF+MUS pair and missing .hdr check 2019-11-03 17:54:34 +01:00
bnnm
22c3266727 Improve RIFF ATRAC3/plus decoding accuracy 2019-08-25 20:46:29 +02:00
bnnm
59ff127548 Fix EA SCHl ATRAC3 crash 2019-08-25 20:20:26 +02:00
NicknineTheEagle
47d7b5a0ed Improved EA HDR/DAT support 2019-08-05 21:49:02 +03:00