2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-24 18:59:50 +01:00
Commit Graph

621 Commits

Author SHA1 Message Date
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
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
7704d9b2ef wscript: add /FS to avoid race condition on PDB file(second try) 2019-04-08 21:34:41 +03:00
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
6403a265de Try fix python encoding again 2019-04-08 21:16:29 +03:00
3fa4a36983 wscript: specifiy psapi version on win32 2019-04-08 21:15:05 +03:00
8b16c30fb8 wscript: always optimize on MSVC(temporary) and always generate PDB using /Zi 2019-04-08 21:10:36 +03:00
20a177c783 wscript: enable msvs.py, as it's handy for those who can actually install Python 2019-04-08 21:09:23 +03:00
0840d9ec25 scripts: fix deploying vc2008 solution and empty vc2008 folder 2019-04-08 21:09:23 +03:00
4124e01d65 scripts: enable deploying vc2008 project 2019-04-08 21:09:21 +03:00
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
9cd22a98bd wscript: fix mistyped msvc flag 2019-04-08 21:08:50 +03:00
6a6d21ed32 vgui_support: wscript: don't continue configuration if vgui_supoport can't be built 2019-04-08 21:08:17 +03:00
041315da44 scripts: use waf install to generate packages 2019-04-08 21:08:15 +03:00
aa30661c26 vgui_support: wscript: disable build on mingw 2019-04-08 21:07:02 +03:00
031bac8d13 wscript: move msvc.py initialization BEFORE compiler_c, so we can set compiler with --msvc_version command line switch 2019-04-08 21:07:02 +03:00
0cf1e3b1da ref: add REF_D3D placeholder for compatibiltiy(not planned anyway) 2019-04-04 23:13:55 +03:00
441795943b ref_gl: move gl specific defines out from defaults.h, remove VIDEO_DONTCARE hack, automatically set XASH_GLES if wrapper is set 2019-04-04 23:13:17 +03:00
a9cf3357c7 ref: move GLES driver hint to SetAttribute as we don't choose GLES renderer in compile-time anymore 2019-04-04 22:43:33 +03:00
84761e62ff
Merge pull request #34 from x6herbius/netcode-reduce-failures
Prevented net send errors from triggering an entire host error
2019-04-01 23:04:00 +03:00
Jonathan Poncelet
60a1c4f0cc Prevented net send errors from triggering an entire host error 2019-04-01 20:17:13 +01:00
77b23eec9f ref_gl: add options for linking-in nanogl and glwes(thus getting GLES1 and GLES2 renderers) and static gl 2019-03-30 03:10:43 +03:00
f4bcea6182 ref_gl: don't use dxt on gles 2019-03-30 03:09:07 +03:00
ea6a86a83d ref_gl: bring back GL_STATIC option 2019-03-30 03:08:44 +03:00
47879942bb ref_gl: remove dead extensions from GLES code 2019-03-30 03:07:52 +03:00
6c006e087d common: don't use SDL headers and types in refdll, if for some reason dll wants it 2019-03-30 03:06:23 +03:00
8385563bef engine: fix possible crash during exit 2019-03-30 01:29:40 +03:00
f9f96552b7 travis: move mingw engine build to standalone VM 2019-03-30 01:29:40 +03:00
ca3913cd88 fix windows build 2019-03-30 00:43:49 +03:00
8b07916598 scripts: travis: fix deployment, finally 2019-03-29 23:57:44 +03:00
5f122a7435 travis: experiment to move apt addons under stage 2019-03-29 23:49:33 +03:00
50c656df94 scripts: travis: fix upload to yadisk 2019-03-29 23:48:34 +03:00
5436658ce7 scripts: travis: accept everything when installing python from choco 2019-03-29 23:40:25 +03:00
d7ea40d850 scripts: remove waf jobs, as waf smart enough to get CPU number, fix upload archive name for osx, install newer python in windows 2019-03-29 23:32:06 +03:00
184ca6517c travis: oops, forgot to set OSes 2019-03-29 23:22:47 +03:00
f4c36f49db travis: another try to fix matrices 2019-03-29 23:21:40 +03:00
ae26783902 scripts: travis: yet another workaround for mingw... 2019-03-29 23:11:39 +03:00
45fdd74dd2 travis: fix matrices 2019-03-29 23:11:20 +03:00
880a9651d8 scripts: travis: use stages, use yandex disk as temporary place for build artifacts 2019-03-29 22:51:31 +03:00
db30358d06 travis: fix osx archive name, remove unneeded envvars on osx, try to fix windows python 2019-03-29 06:08:41 +03:00
ebbe22b09a travis: force newer python for windows 2019-03-29 05:52:55 +03:00
752dd13c04 scripts: travis: uncomment osx packaging 2019-03-29 05:44:36 +03:00
469a080000 travis: add windows, test commit up 2019-03-29 05:42:20 +03:00
efc12f1045 scripts: travis: test windows scripts 2019-03-29 05:39:41 +03:00
becb58223a scripts: travis: rewrite deploy script with commit up support 2019-03-29 05:26:01 +03:00
f48335f2f2 ref: get rid of fov in globals, add RenderFrame wrapper, which correctly initialize shared global values 2019-03-28 18:17:58 +03:00
8b5926f9b1 ref_gl: fix alpha in menu (and anywhere else where triColor4ub is used) 2019-03-28 18:17:58 +03:00
Alibek Omarov
0b13bf393f vgui_support: wscript: set default vgui-dev repo path, check OS in configuration stage 2019-03-26 16:28:40 +03:00
Alibek Omarov
58b5e1a9df wscript: introduce shortened frequently used configuration options 2019-03-26 16:26:02 +03:00
17f719558c wscript: move build env setup to main wscript 2019-03-25 01:25:44 +03:00