Alibek Omarov
|
a7b776f3b9
|
Revert "wscript: disable /showIncludes based msvcdeps for now, it causes issues with non-English locales"
Add option --enable-msvcdeps that we only enable on CI.
This reverts commit e58007aab3 .
|
2025-01-10 21:48:43 +03:00 |
|
Alibek Omarov
|
e70ba7ad64
|
engine: now, remove SUPPORT_BSP2_FORMAT macro, only prevent ref_soft from loading such maps
|
2025-01-09 08:02:39 +03:00 |
|
Alibek Omarov
|
f9a0057c28
|
wscript: fix bsp2 build bruh
|
2025-01-08 01:22:23 +03:00 |
|
Alibek Omarov
|
bec526a77e
|
utils: xar: fix xar build
|
2024-12-22 07:11:53 +03:00 |
|
Alibek Omarov
|
51fa7d2611
|
wscript: strip lib prefix from new opus and vorbis targets, don't link them in dedicated
|
2024-12-02 21:59:11 +03:00 |
|
Alibek Omarov
|
7eba5a994d
|
wscript: specifically look for opus 1.4, as 1.5 have broken custom modes
Link to GitHub issue: https://github.com/xiph/opus/issues/374
|
2024-12-02 21:05:08 +03:00 |
|
Alibek Omarov
|
c39d2e243a
|
wscript: look for system provided vorbis and opus dependencies
In some configuration, like Flatpak, on dev machines or when packaging for *nix
we can safely link with system libraries.
|
2024-12-02 21:04:28 +03:00 |
|
SNMetamorph
|
485d4324f8
|
3rdparty: libvorbis & libvorbisfile combined into one wscript
|
2024-12-02 20:36:33 +03:00 |
|
SNMetamorph
|
73cf55b958
|
wscript: link sound format related libraries in XASH_DEDICATED build mode
|
2024-12-02 20:36:33 +03:00 |
|
SNMetamorph
|
8e5d0a6425
|
3rdparty: opusfile: added wscript for libopusfile
|
2024-12-02 20:36:33 +03:00 |
|
SNMetamorph
|
914be8dbd7
|
3rdparty: vorbis: added wscript for libvorbisfile
|
2024-12-02 20:36:33 +03:00 |
|
SNMetamorph
|
9e67a90b25
|
3rdparty: vorbis: added wscript for libvorbis
|
2024-12-02 20:36:33 +03:00 |
|
SNMetamorph
|
3c6c90c1e7
|
3rdparty: libogg: added wscript for libogg
|
2024-12-02 20:36:33 +03:00 |
|
Alibek Omarov
|
0154ffa060
|
wscript: try to automatically set console subsystem flag depending on target features
Remove subsystem flag from shlibs and stlibs, it's only required for executables.
|
2024-11-27 15:43:13 +03:00 |
|
Alibek Omarov
|
cb3f5a74a8
|
wscript: don't check for cmake twice
|
2024-11-27 15:08:42 +03:00 |
|
Alibek Omarov
|
b3c7dbe3e4
|
wscript: don't install import libraries
|
2024-11-27 15:08:28 +03:00 |
|
Alibek Omarov
|
cb5f5baa2b
|
Revert "wscript: as an experiment, add -pipe flag for better compilation speeds"
This reverts commit 6bfa5ce600 .
|
2024-11-20 08:13:02 +03:00 |
|
Alibek Omarov
|
6bfa5ce600
|
wscript: as an experiment, add -pipe flag for better compilation speeds
|
2024-11-20 08:08:16 +03:00 |
|
Alibek Omarov
|
2972d7c309
|
wscript: disable enum-float-conversion on clang
|
2024-11-03 04:24:54 +03:00 |
|
Alibek Omarov
|
09210e4316
|
wscript: add option to build with extended msurface_t from HL25
|
2024-11-02 02:16:59 +03:00 |
|
Alibek Omarov
|
93b382f174
|
wscript: move SUPPORT_BSP2_FORMAT definition to the main wscript file. Manually define REF_DLL in the build task
|
2024-11-02 01:57:33 +03:00 |
|
Alibek Omarov
|
42cf51c6aa
|
wscript: don't look for amd64_x86 MSVC crosscompiler when using msvc-wine
|
2024-11-02 01:55:35 +03:00 |
|
Alibek Omarov
|
0e79326571
|
waf: upgrade to latest, fix for api changes
|
2024-10-24 00:37:05 +03:00 |
|
Alibek Omarov
|
ae2ad6ddf2
|
3rdparty: add MultiEmulator by 2010kohtep
* patched to be portable, turned into a static library
* integrated to the engine
|
2024-10-21 06:19:11 +03:00 |
|
Alibek Omarov
|
47a04df189
|
wscript: try to fix Windows XP compatibility on 32-bit binaries
|
2024-10-17 14:56:10 +03:00 |
|
Alibek Omarov
|
057b47555d
|
3rdparty: bzip2: add wscript for bzip2, check for system-wide bzip2, add readme note
|
2024-10-08 03:28:02 +03:00 |
|
Alibek Omarov
|
ef0fc46ed8
|
wscript: allow async resolving for NSwitch
|
2024-10-02 00:55:53 +03:00 |
|
Alibek Omarov
|
138b4fa247
|
wscript: allow async resolving for PSVita
|
2024-10-02 00:55:53 +03:00 |
|
Alibek Omarov
|
37fb46f092
|
wscript: enable mismatched-dealloc and free-nonheap-object, now that we mark all malloc-like functions with malloc attribute
|
2024-09-30 04:00:28 +03:00 |
|
Alibek Omarov
|
f1754bdd5f
|
wscript: disable cast-align diagnostic, it's mostly useless
|
2024-09-29 20:36:09 +03:00 |
|
Alibek Omarov
|
c462a1c500
|
wscript: add commented out freevgui subproject
|
2024-09-29 20:36:09 +03:00 |
|
Alibek Omarov
|
3dcd6cb80b
|
wscript: set crosscompiling msvc toolchain on 64-bit systems
|
2024-08-18 14:13:51 +03:00 |
|
Alibek Omarov
|
d33c1af549
|
wscript: don't force 32-bit for OSX users, as OSX don't support launching 32-bit applications since Catalina
Add `-4` or `--32bits` configure flag to specifically target 32-bit engine
|
2024-08-10 15:01:42 +03:00 |
|
Alibek Omarov
|
d4a2011a59
|
wscript: add configuration option for building xar
|
2024-07-21 05:36:58 +03:00 |
|
Alibek Omarov
|
6d98d2c7c3
|
engine: check XASH3D_GAME if -game argument wasn't found, do not override default base directory
Clarify that `--gamedir` configure option and `XASH_GAMEDIR` macro specify base directory
|
2024-07-21 01:04:50 +03:00 |
|
Alibek Omarov
|
42a915b04a
|
wscript: enforce -Werror=format-extra-args
|
2024-07-18 01:28:35 +03:00 |
|
Alibek Omarov
|
244b9dc02b
|
wscript: disable -Wformat=2 back (it wasn't supposed to be pushed anyway)
|
2024-06-24 20:01:29 +03:00 |
|
Alibek Omarov
|
d56e53a347
|
Replace hardcoded functions names by __func__ macro
* while we're here, fix some possible bugs
* and fix -Wformat=2
s/__FUNCTION__/__func__/g
awawawa
|
2024-06-19 06:53:42 +03:00 |
|
Alibek Omarov
|
5d9bc950ce
|
wscript: do not load msvc manually, it will be loaded by compiler_{c,cxx}
|
2024-05-25 22:40:25 +03:00 |
|
Alibek Omarov
|
823fe9ebbd
|
waf: upgrade to waf 2.1.1/waifu 1.3.0. Try to fix most optparse->argparse migration issues
|
2024-05-25 04:58:28 +03:00 |
|
Alibek Omarov
|
d7cd74fe2f
|
wscript: no need to pass PACKAGING into env
|
2024-05-03 15:45:20 +03:00 |
|
Alibek Omarov
|
31b63e9939
|
wscript: exclude executing large file test for PSVita
|
2024-05-03 15:44:35 +03:00 |
|
Alibek Omarov
|
b99c2c2df1
|
wscript: do not execute test for test for large files
|
2024-05-03 15:38:35 +03:00 |
|
Alibek Omarov
|
a9e83fb9cf
|
wscript: move std defining macros into libpublic's sdk_includes target, so we don't accidentally feed submodules our macros
|
2024-04-29 05:29:53 +03:00 |
|
Alibek Omarov
|
3daf014af8
|
wscript: always enable -Werror=implicit-function-declaration
|
2024-04-20 20:48:01 +03:00 |
|
Alibek Omarov
|
aab1fa1ba2
|
wscript: move gitversion load to libpublic, define XASH_BUILD_BRANCH, use unknown-{commit,branch} if detecting git version was failed
|
2024-03-19 19:30:52 +03:00 |
|
Alibek Omarov
|
c200e008f1
|
wscript: disable gl-wes-v2 renderer from Android builds
|
2024-02-26 10:55:42 +03:00 |
|
Alibek Omarov
|
565f717804
|
ref: add ref_null renderer that does nothing
This was sitting in my git stash for months. Let's publish it now.
|
2024-02-01 02:45:19 +03:00 |
|
Alibek Omarov
|
bfcaba54dc
|
wscript: move werror flags into uselib
|
2024-01-30 17:24:17 +03:00 |
|
Alibek Omarov
|
568a394a40
|
wscript: enable -Wunused-functions
|
2024-01-28 10:00:51 +03:00 |
|