Commit Graph

94 Commits

Author SHA1 Message Date
Alibek Omarov 8b94443ba2 scripts: travis: make PRs succeed, add a note about moving to GitHub Releases 2019-07-08 19:10:49 +03:00
Alibek Omarov 0366035237 travis: add github releases uploader (#47) 2019-07-01 00:40:52 +03:00
Alibek Omarov b1406e8ecd waf: fix multiprocess compilation with msvc 2019-06-26 16:41:58 +03:00
Alibek Omarov 7484c51490
appimage: fix packaging 2019-06-17 18:29:31 +03:00
Alibek Omarov 96c4044a6c
appimage: use APPDIR enviroment variable to determine application directory 2019-06-17 15:45:28 +03:00
Alibek Omarov 014a09e222
appimage: fix AppRun shell-script POSIX compatibility 2019-06-12 22:14:12 +03:00
mittorn 497ae6d269
Remove optimizations on mingw until game exports is marked 2019-06-08 20:36:29 +07:00
Alibek Omarov a8cc5b7cef waf: update to 2.0.17, rename module dir to waifulib, remove some modules, as they moved to waf binary itself(see waifu project) 2019-06-06 03:26:45 +03:00
Andrey Akhmichin 37181e410f waflib: fix wrong identation. 2019-06-01 18:59:24 +03:00
Alibek Omarov 4a1f441151 waflib: xcompile: Android NDK r19c support 2019-05-28 04:13:19 +03:00
Alibek Omarov 82697ca2a9 waflib: force_32bit: fix wrong DEST_SIZEOF_VOID_P when 64-bit build is allowed 2019-05-28 03:44:46 +03:00
Alibek Omarov 9145589414 waflib: xcompile: fix hardfp linking 2019-05-28 00:29:26 +03:00
Alibek Omarov 67ce4cfbef
travis: windows: die if waf has failed 2019-05-23 22:13:00 +03:00
Alibek Omarov dec1b8dfb4 waflib: xcompile: even if hardfloat ABI is selected, force architecture name as armeabi-v7a, as armeabi-v7a-hard is completely virtual. Move options defines to main wscript 2019-05-06 04:11:12 +03:00
Alibek Omarov c9b5332d16 waflib: subproject: preserve IGNORED_SUBDIRS between contexts, fix broken logic 2019-05-05 00:22:03 +03:00
Alibek Omarov 3fef353291 android: initial port 2019-05-02 18:07:03 +03:00
Alibek Omarov 87f380b90c waflib: xcompile: define both __ANDROID__ and ANDROID for compatibility 2019-05-01 19:03:23 +03:00
Alibek Omarov 3ebb4d0ea3 waflib: xcompile: check arch, configure 'M' uselib to m_hard on hardfp, remove linker select 2019-05-01 01:58:27 +03:00
Alibek Omarov d4b4a4a864 waflib: xcompile: add support for ANDROID_NDK environment variable, as well as ANDROID_NDK_HOME. Fix help message. 2019-04-27 13:01:05 +03:00
mittorn d5911b33b1 msvc8 support 2019-04-12 14:33:57 +07:00
mittorn f1638b09c5 waf: implement 'reconfigure' module 2019-04-12 02:45:23 +07:00
mittorn 54d54b1457 waf: fix python3 2019-04-12 00:19:12 +07:00
Alibek Omarov b2038e76d3 waflib: subproject: carefully restore previous enviroment in configuration context 2019-04-11 01:38:00 +03:00
Alibek Omarov eb650b71ad waflib: subproject: restore environment in build context 2019-04-11 01:32:19 +03:00
Alibek Omarov 459f4a9788 scripts: waflib: introduce new waf plugin -- subproject, which makes easier use of standalone envs for each subdirectory 2019-04-11 00:15:48 +03:00
Alibek Omarov d17fdea884 waflib: remove get_subproject_name function 2019-04-11 00:13:59 +03:00
mittorn b20efff57c msdev: add line breaks to lines 2019-04-10 01:55:43 +03:00
mittorn 36159e6622 msdev: convert solution to list 2019-04-10 01:55:43 +03:00
mittorn c953ba0852 msdev: add line breaks to solution 2019-04-10 01:55:43 +03:00
mittorn b38ef43260 msdev: include solution file 2019-04-10 01:55:43 +03:00
mittorn fea2395a80 msdev: fix 2019-04-10 01:55:43 +03:00
mittorn ffaab11da9 msdev: add relative library paths 2019-04-10 01:55:43 +03:00
mittorn f6b3603934 msdev: fix 2019-04-10 01:55:43 +03:00
mittorn 9421963b29 msdev: print abspath 2019-04-10 01:55:43 +03:00
mittorn 239c13da28 msdev: remove printing bld.root 2019-04-10 01:55:43 +03:00
mittorn eb6f67ed07 msdev: print include paths 2019-04-10 01:55:43 +03:00
mittorn c206e72f7b msdev: fix 2019-04-10 01:55:43 +03:00
mittorn 79e6ebbe23 msdev: fix 2019-04-10 01:55:43 +03:00
mittorn d4638a9cf4 msdev: find relative include path 2019-04-10 01:55:43 +03:00
mittorn 7ccc9b0795 Revert "waf: try relative SDL2 path"
This reverts commit 50f0ae5234b9a6085d88dde9e0cfd9b2e2da7849.
2019-04-10 01:55:43 +03:00
mittorn 6c1d911193 waf: try relative SDL2 path 2019-04-10 01:55:43 +03:00
Alibek Omarov 777562aea8 Revert "Revert "scripts: try to avoid race condition when MSVC writes to same pdb file in multiple threads""
This reverts commit a40d64d3a6.
2019-04-08 21:46:59 +03:00
Alibek Omarov a40d64d3a6 Revert "scripts: try to avoid race condition when MSVC writes to same pdb file in multiple threads"
This reverts commit d87dd2a60a.
2019-04-08 21:36:48 +03:00
Alibek Omarov d87dd2a60a scripts: try to avoid race condition when MSVC writes to same pdb file in multiple threads 2019-04-08 21:31:57 +03:00
Alibek Omarov 0840d9ec25 scripts: fix deploying vc2008 solution and empty vc2008 folder 2019-04-08 21:09:23 +03:00
Alibek Omarov 4124e01d65 scripts: enable deploying vc2008 project 2019-04-08 21:09:21 +03:00
Alibek Omarov 129325f3a4 scripts: waflib: add msdev.py tool by Michel Mooij, patched to support uselib, separate envs and so 2019-04-08 21:08:52 +03:00
Alibek Omarov 041315da44 scripts: use waf install to generate packages 2019-04-08 21:08:15 +03:00
Alibek Omarov f9f96552b7 travis: move mingw engine build to standalone VM 2019-03-30 01:29:40 +03:00
Alibek Omarov 8b07916598 scripts: travis: fix deployment, finally 2019-03-29 23:57:44 +03:00