|
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 |
|
|
d7cd74fe2f
|
wscript: no need to pass PACKAGING into env
|
2024-05-03 15:45:20 +03:00 |
|
|
31b63e9939
|
wscript: exclude executing large file test for PSVita
|
2024-05-03 15:44:35 +03:00 |
|
|
b99c2c2df1
|
wscript: do not execute test for test for large files
|
2024-05-03 15:38:35 +03:00 |
|
|
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 |
|
|
3daf014af8
|
wscript: always enable -Werror=implicit-function-declaration
|
2024-04-20 20:48:01 +03:00 |
|
|
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 |
|
|
c200e008f1
|
wscript: disable gl-wes-v2 renderer from Android builds
|
2024-02-26 10:55:42 +03:00 |
|
|
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 |
|
|
bfcaba54dc
|
wscript: move werror flags into uselib
|
2024-01-30 17:24:17 +03:00 |
|
|
568a394a40
|
wscript: enable -Wunused-functions
|
2024-01-28 10:00:51 +03:00 |
|
|
0231f5e8ac
|
wscript: warn about missing-prototypes by default for C
|
2024-01-28 09:55:18 +03:00 |
|
|
443317bedf
|
wscript: fix RPATH under OpenBSD
|
2024-01-23 21:03:10 +03:00 |
|
|
a247e139bf
|
engine: fix dedicated build
|
2024-01-15 02:08:30 +03:00 |
|
|
e58007aab3
|
wscript: disable /showIncludes based msvcdeps for now, it causes issues with non-English locales
|
2024-01-14 13:36:49 +03:00 |
|
|
ae9c1d9f18
|
engine: remove single-binary option. Now platforms that don't need external launcher, shall set env.DISABLE_LAUNCHER
|
2023-12-30 23:45:17 +03:00 |
|
|
f6fecce52b
|
wscript: do not recurse into ref_soft when BSP2 is enabled
|
2023-12-15 07:29:38 +03:00 |
|
|
b5d602d953
|
wscript: enable -Werror=alloc-size and -Walloc-zero
|
2023-12-11 07:11:40 +03:00 |
|
|
748b06a00e
|
wscript: warn about unused variables
|
2023-12-04 02:53:07 +03:00 |
|
Henry Ford
|
652b1804a8
|
wscript: make libdl optional for systems that include it in libc
|
2023-11-25 14:29:52 +03:00 |
|
Henry Ford
|
dbdd330cf7
|
wscript: try to find alloca in stdlib.h on platforms without alloca.h or malloc.h
|
2023-11-25 14:29:52 +03:00 |
|
|
c0ceab7513
|
wscript: enable ref_gles3compat for Android
|
2023-11-03 17:01:47 +03:00 |
|
|
d03a64602b
|
wscript: change defaults for Android
|
2023-11-03 16:34:21 +03:00 |
|
|
bd969f3594
|
wscript: fix system opus detection, it didn't compile due to nonnull argument
|
2023-11-01 01:35:39 +03:00 |
|
|
29c9393da3
|
wscript: enable faster builds with gccdeps/msvcdeps
|
2023-10-31 04:30:27 +03:00 |
|
|
bf6829189e
|
wscript: move XASH_BUILD_COMMIT definition to libpublic, as this is the only place where it's used, for faster builds
|
2023-10-31 04:30:27 +03:00 |
|
|
e3934af7d1
|
wscript: always load cmakelists generation tool
|
2023-10-27 16:57:22 +03:00 |
|
|
99a7e9ad87
|
wscript: enable -Werror=nonnull
|
2023-10-22 17:37:09 +03:00 |
|
mittorn
|
7e0bd86b65
|
ref_gl: allow enabling XASH_GLES without wrapper, add ref_gles3compat, wrap gles functions in gl2wrap when XASH_GLES enabled
|
2023-10-16 06:47:55 +03:00 |
|
mittorn
|
a9ea3976a7
|
ref_gl: introduce gl2_shim based on vgl_shim for future limited core/gles context support (SLOW, still needs ffp for matrix operations)
|
2023-10-16 06:47:55 +03:00 |
|
|
c6b6938e14
|
wscript: fix RPATH usage on OSX (by @sofakng)
|
2023-09-15 20:35:51 +03:00 |
|
|
3168e5ccf0
|
wscript: add an option to request and accept any servers
|
2023-08-08 09:24:10 +03:00 |
|
|
e1cbf96100
|
wscript: make stringop-overflow non-fatal
|
2023-08-07 19:45:03 +03:00 |
|
|
1d6f695749
|
wscript: disable stringop-overflow for NSW to workaround buggy toolchain
|
2023-08-07 19:26:04 +03:00 |
|
|
e7f5cb6910
|
wscript: add stringop-overflow to our Werror list
|
2023-08-06 00:41:12 +03:00 |
|
|
8905883225
|
utils: xar: add new utility called Xar that helps interacting with Xash3D FWGS archives using filesystem_stdio C API
The utility is not yet finalized, disable from wscript for now
|
2023-07-05 07:00:39 +03:00 |
|
|
5f625bb6e1
|
wscript: remove option --enable-stdin-input, it's enabled by default in dedicated mode sys_con now
|
2023-06-30 01:43:26 +03:00 |
|
|
b29b3d5859
|
wscript: clarify that higher versions of opus also accepted in a comment
|
2023-06-21 13:21:19 +03:00 |
|
|
3533b0d284
|
wscript: check for opus 1.4, which fixes an assertion in custom modes decoder initialize
|
2023-06-21 13:19:03 +03:00 |
|
|
febdfacbd3
|
wscript: merge CMakeLists generating tool from Velaron's tree
|
2023-06-05 21:30:07 +03:00 |
|
|
85cc942a3c
|
wscript: fix Sailfish misdetection
|
2023-06-02 06:35:51 +03:00 |
|
|
13f8a02cdf
|
wscript: better Sailfish/AuroraOS macros
|
2023-06-02 06:16:40 +03:00 |
|
|
8caa2d142f
|
scripts: sailfish: initial SailfishOS support
|
2023-06-02 05:37:13 +03:00 |
|
|
2378331e47
|
wscript: enable -Werror=unsequenced, Clang's analogue of -Werror=sequence-point
|
2023-05-14 09:39:15 +03:00 |
|
|
c61c84ad4f
|
Revert "wscript: check malloc.h first to make checks on Windows slightly faster"
This reverts commit 1464e1e2be .
|
2023-04-25 12:39:47 +03:00 |
|
|
71c9fd2772
|
wscript: do not check for --prefix without --enable-packaging, as it's still valid to use
|
2023-04-25 03:01:35 +03:00 |
|
|
1464e1e2be
|
wscript: check malloc.h first to make checks on Windows slightly faster
|
2023-04-25 02:39:07 +03:00 |
|
|
cf557d191a
|
wscript: make prefix vs destdir installing more safe and predictable
|
2023-04-25 02:38:36 +03:00 |
|
|
6cb3b2f01a
|
wscript: print modules help before engine common options
|
2023-04-17 05:19:56 +03:00 |
|
|
d86ab19351
|
wscript: refactoring, replace --enable-fs-tests with --enable-tests
* Run filesystem tests in sequential order, to avoid tests being run
before filesystem_stdio DLL is linked
* Include new interface test in filesystem
|
2023-04-13 18:40:27 +03:00 |
|