Commit Graph

425 Commits

Author SHA1 Message Date
bnnm
96b49ae08a cleanup 2022-10-29 18:11:22 +02:00
bnnm
66f36b5ad8 cleanup 2022-10-29 17:59:29 +02:00
bnnm
bae8e1b06e Add encrypted .scd [Final Fantasy XI (X360)] 2022-10-29 17:52:41 +02:00
bnnm
cbd831e658 Add .bigrp [BM Zero 2 (SW), Gunvolt 3 (SW)] 2022-09-23 22:53:45 +02:00
bnnm
e7991bb253 Update and move miniz for future use 2022-09-16 23:38:55 +02:00
bnnm
aae33a4747 Remove fake format .capdsp (use TXTH) 2022-08-21 13:43:15 +02:00
bnnm
d2218c67af Rename ps2_dxh.c to hxd.c 2022-08-14 12:37:48 +02:00
bnnm
b880c480d3 Remove fake .tec extension (use .str + TXTH) 2022-08-14 12:28:46 +02:00
NicknineTheEagle
661217abdf Added PS1 VAB format 2022-08-04 11:14:14 +03:00
bnnm
75a2d840a7 Add encrypted .akb [Final Fantasy Agito (Android)] 2022-07-23 14:49:47 +02:00
bnnm
c091c83c33 Add SNDZ .szd1/3 2022-06-26 17:05:31 +02:00
bnnm
5e8bb25e2b cleanup: rename tun.c to alp.c 2022-05-15 12:23:49 +02:00
bnnm
25c265ef30 Add Bioware fake .wav [Star Wars: KOTOR 1/2 (PC)] 2022-05-13 19:04:26 +02:00
NicknineTheEagle
b081312831 Migrate to VS 2019 and foobar2000 2022-01-04 SDK 2022-05-01 21:47:58 +03:00
bnnm
f4fe1482c9 cleanup 2022-05-01 20:34:58 +02:00
bnnm
2c9b8e614b Add .audio_data [Lego SW: The Skywalker Saga (PC)] 2022-05-01 18:10:22 +02:00
bnnm
2a6dd8d782 Add ADM3 .wem [MotoGP 21 (PC)] 2022-05-01 12:17:57 +02:00
NicknineTheEagle
5f1cae3beb Added Eurocom ESF format [Mortal Kombat 4 (PC)] 2022-04-29 22:58:19 +03:00
bxaimc
1b4049c445 Add S3V support for SVDX (AC). Fix looping for 2DX9 and SD9. 2022-04-20 23:05:37 -04:00
bnnm
ca04c668a5 utils: add chunked text reader 2022-04-16 22:14:02 +02:00
NicknineTheEagle
49b0c93b54 Fixed VS project 2022-04-09 19:48:37 +03:00
bnnm
68e63b769c Add SSPF .ssp [Metal Gear Solid 4 (PS3)] 2022-04-09 14:57:49 +02:00
bnnm
9b75cc6d83 Add .mp3 parser using mpg123 for consistency 2022-02-06 13:10:07 +01:00
bnnm
13c8649026 Separate some base code 2022-01-14 15:16:45 +01:00
bnnm
41eccd8d3e Merge msv.c and msvp.c 2022-01-12 21:13:56 +01:00
bnnm
ad6a5cab9d Add encrypted .mus from Minecraft v1.6.1< 2022-01-08 20:59:16 +01:00
bnnm
53ca00bc2c Fix some Ubi CKD [Rayman Origins (3DS/Vita)] 2021-12-31 17:33:42 +01:00
bnnm
bda98d71e1 Move custom mp4 code from KTAC 2021-12-11 12:42:17 +01:00
bnnm
f5502186e8 Rename ps2_sfs.c to ster.c 2021-12-06 13:21:35 +01:00
bnnm
7a6af2ee0e Unify dupe STER meta [Baroque, Star Soldier (PS2)] 2021-12-06 13:20:36 +01:00
NicknineTheEagle
385a105426 Added WBK format [Spider-Man 2, Ultimate Spider-Man] 2021-11-21 08:24:13 +03:00
bnnm
ad9d88c5c4 meta: rename str_asr.c to knon.c 2021-11-18 00:22:11 +01:00
bnnm
af6a7a1e0d hca: separate bruteforcer code 2021-10-19 00:40:14 +02:00
bnnm
971ac41dc4 renames 2021-10-09 12:53:42 +02:00
bnnm
67241ebda5 Add LPCM .ladpcm [Melty Blood Type Lumina (Sw)] 2021-10-03 13:48:22 +02:00
bnnm
011aa6c6c1 Add LOPU .lopus [Melty Blood Type Lumina (Switch)] 2021-10-02 18:15:04 +02:00
bnnm
334b607890 util: fix .h clash 2021-10-01 00:33:49 +02:00
bnnm
3f164f74c9 misc 2021-10-01 00:04:32 +02:00
bnnm
6096edcb40 Add M2 .psb [Senxin Aleste, Legend of Mana (PC)] 2021-09-11 16:12:35 +02:00
bnnm
374e1d3c32 utils: chunk parsing helper 2021-08-26 19:52:19 +02:00
bnnm
f799aec0ca Add log functions to show errors to users 2021-08-26 18:41:03 +02:00
bnnm
c3e6afd7b6 Add .xsh+xsd/xss [KS's Pro Surfer (Xbox)] 2021-08-22 13:13:38 +02:00
bnnm
36cf5c18f4 cleanup: move clHCA to coding to simplify
Also has changed a lot from the original so it's barely external now
2021-08-14 11:39:54 +02:00
bnnm
0b14f9a446 builds: modify how version.h is used to fix issues
- version.h is now static (should increase on new releases)
- if compiler flag is passed, will try to use version_auto.h (autogen)
(auto only on compiler flag to avoid include'ing a non-existant file)
- avoid clobbered version.h as may force recompiles
2021-08-10 23:51:48 +02:00
NicknineTheEagle
c85579f6a4 Fixups to VS project files 2021-08-10 05:50:20 +03:00
bnnm
de074e503b relic: clean API for easier external lib usage 2021-08-08 00:11:55 +02:00
bnnm
1f4b532066 cleanup: renames 2021-08-07 22:25:45 +02:00
bnnm
c8e57f07fe cleanup: renames 2021-08-07 20:58:13 +02:00
bnnm
e6c3527ee5 cleanup 2021-08-07 16:59:32 +02:00
bnnm
970139f992 Add Relic .wxd+wxh and .bnk [Homeworld (PC)] 2021-08-07 12:32:42 +02:00