Commit Graph

5131 Commits

Author SHA1 Message Date
bnnm
a008645c0f build: fix building with ffmpeg + without mpeg 2021-08-12 20:03:14 +02:00
bnnm
9407cda157 cmake: tweak to avoid permission failure on linux 2021-08-12 20:02:32 +02:00
bnnm
a36edd592b build: update chmod +x for helper .sh 2021-08-12 20:01:56 +02:00
bnnm
2084b22564 build: remove some conditional includes 2021-08-12 00:09:33 +02:00
bnnm
735948e947 gitattributes: cpp 2021-08-12 00:05:53 +02:00
bnnm
c2428c8faa vs: remove faac includes for now 2021-08-12 00:05:30 +02:00
bnnm
ad21706fcb build: fix rebuild then version doesn't change 2021-08-11 23:57:36 +02:00
bnnm
fefc40dcf7 build: example linux sh with extra libs (beta) 2021-08-10 23:55:03 +02:00
bnnm
e70cc00fac makefiles: fixes to build with external libs 2021-08-10 23:54:04 +02:00
bnnm
2b042d6eed autotools: enable ffmpeg as should now build ok 2021-08-10 23:52:53 +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
372cd75076
Merge pull request #911 from NicknineTheEagle/ea
EAAC: Fixed PCM channel offsets
2021-08-10 05:55:39 +03:00
NicknineTheEagle
c85579f6a4 Fixups to VS project files 2021-08-10 05:50:20 +03:00
NicknineTheEagle
9840556adc EAAC: Fixed PCM channel offsets 2021-08-10 05:34:34 +03:00
NicknineTheEagle
6f592943c8 Temp fix for gitattributes 2021-08-10 05:33:29 +03:00
bnnm
17afbab199
Merge pull request #910 from bnnm/relic-build
- Fix some Relic decoder issues
- Add Relic .wxd+wxh and .bnk [Homeworld (PC)]
- Fix some .sts issues [Shikigami no Shiro 3 (Wii)]
- Remove unused .vcproj (use CMake if needed)
- misc cleanup
- misc build fixes and tweaks
2021-08-08 19:40:44 +02:00
bnnm
f7430a16f8 missing stuff 2021-08-08 19:15:44 +02:00
bnnm
11844ec34d build: fix version 2021-08-08 18:53:59 +02:00
bnnm
d9845dbf95 doc: extra build info with more cases 2021-08-08 18:47:35 +02:00
bnnm
38ace8cf7e cmake: version generation fixes and some tweaks 2021-08-08 18:37:52 +02:00
bnnm
25b95c61ae builds: clean version makers a bit 2021-08-08 14:00:58 +02:00
bnnm
483ee87498 config: add basic git crlf control 2021-08-08 13:40:23 +02:00
bnnm
e6a8b2c3f5 cleanup 2021-08-08 13:31:39 +02:00
bnnm
fc44d8f4f0 build: read msvc-build.config.ps1 for local sdks 2021-08-08 13:31:11 +02:00
bnnm
63b588709f builds: don't make .h when no git found, no .mk 2021-08-08 13:30:21 +02:00
bnnm
d12f137470 Remove unused .vcproj (use CMake if needed) 2021-08-08 09:50:58 +02: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
0c62973811 Fix some .sts issues [Shikigami no Shiro 3 (Wii)] 2021-08-07 22:25:07 +02:00
bnnm
5335f0876d remove unused .bytes extension 2021-08-07 21:00:14 +02:00
bnnm
c8e57f07fe cleanup: renames 2021-08-07 20:58:13 +02:00
bnnm
d8cd1487ea cleanup 2021-08-07 20:56:31 +02:00
bnnm
d4e697fdbe builds: missing 2021-08-07 20:50:13 +02:00
bnnm
52f04eef82 build: VERSION fixes
- rename to VERSION to VGMSTREAM_VERSION to avoid some clashes
- improve git-less builds
2021-08-07 20:41:50 +02:00
bnnm
75bb39b843 builds: some cleanup 2021-08-07 17:06:45 +02:00
bnnm
607913abc2 msbuild: some config and tweaks 2021-08-07 17:04:48 +02:00
bnnm
e6c3527ee5 cleanup 2021-08-07 16:59:32 +02:00
bnnm
489fa59c58 rename build.* to msvc-build.* for consistency 2021-08-07 13:19:57 +02:00
bnnm
6f7226ea04 cmake: don't build foobar for MinGW 2021-08-07 13:01:55 +02:00
bnnm
8033054840 doc 2021-08-07 12:38:07 +02:00
bnnm
15bd54dfa8 hca: alt key bruteforcer for txt files 2021-08-07 12:37:41 +02:00
bnnm
2b7455b87c txtp-dumper: allow set filenames, ignore BOM 2021-08-07 12:36:24 +02:00
bnnm
4340396a5c cli: try to write all subsongs even if some fail 2021-08-07 12:34:40 +02:00
bnnm
210e8ee783 makefiles: fix -lm order for some linkers 2021-08-07 12:33:50 +02:00
bnnm
a48fcd9484 makefiles: add .so target for testing 2021-08-07 12:33:25 +02:00
bnnm
970139f992 Add Relic .wxd+wxh and .bnk [Homeworld (PC)] 2021-08-07 12:32:42 +02:00
bnnm
adf3d3d3b0 relic decoder: fix some issues 2021-08-07 12:31:15 +02:00
NicknineTheEagle
88a74acb7f
Merge pull request #909 from NicknineTheEagle/ea
Improved EA Harmony bank support
2021-08-07 11:36:00 +03:00
NicknineTheEagle
52ceaef200 Improved EA Harmony bank support 2021-08-06 15:45:00 +03:00
bnnm
0ad117e874
Merge pull request #906 from Guest126/patch-1
Add HCA key [Mini 4WD Hyper Dash GP (Android)]
2021-07-31 01:02:50 +02:00