Commit Graph

1504 Commits

Author SHA1 Message Date
Alibek Omarov ef53b5a644 gha: fix android build, last time 2021-07-03 19:54:56 +03:00
Alibek Omarov 1ff369ae0b mainui: upgrade 2021-07-03 19:39:48 +03:00
Alibek Omarov 7f0c096ece scripts: xcompile: fix motomagx build 2021-07-03 19:25:49 +03:00
Alibek Omarov 3039c5a22e waifulib: xcompile: fix typo 2021-07-03 16:54:18 +03:00
Alibek Omarov e15cfecbb8 gha: try to fix -fuse-ld=lld with clang-12 2021-07-03 16:41:27 +03:00
Alibek Omarov ff81a39500 waifulib: xcompile: use correct environ dict 2021-07-03 16:26:34 +03:00
Alibek Omarov 9fbe1868cc waifulib: xcompile: respect environment variables when using host compiler for Android 2021-07-02 02:31:51 +03:00
Alibek Omarov 82804ce8f3 gha: android: explicitly set clang-12 as compiler and llvm-strip-12 as strip 2021-07-02 02:26:09 +03:00
Alibek Omarov 82801230c9 gha: motomagx: fail fast 2021-07-02 02:21:41 +03:00
Alibek Omarov 759b747f03 gha: add llvm repository, install clang-12 for android 2021-07-02 02:18:30 +03:00
Alibek Omarov 1250b3a4b0 gha: use curl instead of wget, as it's preinstalled for windows. Fix Android build 2021-07-02 02:07:57 +03:00
Alibek Omarov 865b589978 gha: try to fix upload, fix win32 build 2021-07-02 01:37:32 +03:00
Alibek Omarov 9e978b8cc4 travis: try to fix build 2021-07-01 23:44:52 +03:00
Alibek Omarov 01c616283d gha: try to fix build 2021-07-01 23:43:00 +03:00
Alibek Omarov e7c6217f83 ci: include android, motomagx build for gha, refactor cirrus and travis ci scripts 2021-07-01 10:03:40 +03:00
Alibek Omarov e51a3c37d6 Use our uploadtool fork 2021-07-01 00:29:50 +03:00
Alibek Omarov 5723f741df github: first try to upload to GitHub Releases, enable amd64 win32 builds 2021-06-29 01:54:48 +03:00
Alibek Omarov e19af34368 github: run scripts with bash explicitly 2021-06-27 21:34:26 +03:00
Alibek Omarov ce95ff8f4e scripts: convert our CPU architecture naming into what AppImage uses 2021-06-27 20:45:25 +03:00
Alibek Omarov 4d55cea522 github: install wget for windows 2021-06-27 17:58:23 +03:00
Alibek Omarov a170a99677 github: add needed dependencies for linux 2021-06-27 17:44:51 +03:00
Alibek Omarov 9d05444dcb github: are we allowed to use envvars? 2021-06-27 17:37:12 +03:00
Alibek Omarov 4336078162 github: remove quiet flag on wget 2021-06-27 17:27:02 +03:00
Alibek Omarov bb27df2a55 github: remove codeql action, turned out not to be very useful 2021-06-27 17:25:10 +03:00
Alibek Omarov cfd4e431c0 actions: fix extras checkout 2021-06-27 17:24:26 +03:00
Alibek Omarov 58c6b65449 scripts: now port to GitHub Actions 2021-06-27 17:24:26 +03:00
Alibek Omarov b848a39c84 scripts: cleanup of old CI scripts 2021-06-27 17:24:26 +03:00
Alibek Omarov 67b3bb70ea travis: disable build, disable deploy, add free aarch64/ppc64le/s390x builds 2021-06-27 17:24:26 +03:00
Alibek Omarov 2147542e33 engine: all user libraries packed inside archives are now deprecated 2021-06-27 00:20:23 +03:00
Alibek Omarov a0af256641 engine: library: fix saves on 64-bit Windows, compile custom loader only on x86 2021-06-27 00:03:39 +03:00
Alibek Omarov 21174dc9cf engine: library: fix missing return 2021-06-27 00:02:41 +03:00
Alibek Omarov 894726d699 engine: disable custom DLL loader for everything except 32-bit x86 2021-06-27 00:02:16 +03:00
Alibek Omarov f8e6033ae6 engine: move TIMER_LINUX to TIMER_POSIX, enabling dedicated builds for FreeBSD and other *nix platforms 2021-06-26 00:19:49 +03:00
a1batross 4abe1a77f4 engine: filesystem: fix missing newline in debug message 2021-06-22 11:31:53 +03:00
Alibek Omarov #SupportRMS 79f3a6f60e
engine: sound: code style fix 2021-06-22 00:49:22 +03:00
SNMetamorph a2c83144c0 engine: sound: warn about late precached sounds in developer mode 2021-06-22 00:48:02 +03:00
Alibek Omarov 6e0d372504 engine: fix FunctionFromName on MSVC, fix memory leak 2021-06-21 10:20:29 +03:00
Alibek Omarov 91ee9bd32a engine: merge tests for imagelib 2021-06-20 20:26:22 +03:00
Alibek Omarov 6ea25b8194 engine: add simple unit-testing (v3?) 2021-06-20 19:59:16 +03:00
Alibek Omarov 5bc4359a2f engine: implement platform neutral saves, now we can load saves made in Linux on Windows and vice-versa 2021-06-20 19:59:16 +03:00
Alibek Omarov 17d3eaa590 engine: win32: remove normal win32 library loader, from now on every win32 port must port custom loader 2021-06-20 19:59:16 +03:00
SNMetamorph 6ceb101ba1 engine: client: correctly named values in net_speeds stats 2021-06-18 08:58:46 +03:00
SNMetamorph f7f069a38b engine: client: added Host_Error for CL_EDICT_NUM (hotfix for issue #434) 2021-06-18 08:58:46 +03:00
Alibek Omarov 37c5dfa49f engine: generalize maps command and map command autocompletion 2021-06-18 00:05:34 +03:00
tyabus 0260a6c234 engine: server: backport maps command implementation from old engine 2021-06-18 00:05:34 +03:00
lilmayofuksu 2ad209b973
engine: server: updated TSource query to be more compatible with GoldSrc standard (#497)
Mark TSource queries as connectionless.
Only send Windows as the os if the engine was built on it.
2021-06-16 13:09:31 +03:00
Alibek Omarov #SupportRMS e9712fc24f
Documentation: rework ports.md
Add new Switch and Wii ports
Add DOS port
Mark everything merged to main tree as supported, otherwise leave as in progress
2021-06-15 19:00:12 +03:00
Alibek Omarov eef52ea2d0 mainui: update 2021-06-14 21:15:34 +03:00
Alibek Omarov 8018f4a000 waf: update 2021-06-14 21:14:22 +03:00
Alibek Omarov 9d0c7338ab wscript: make win32 common libraries check faster 2021-06-14 01:13:28 +03:00