558 Commits (4a1f44115183667a37ecacfccb2b39fe47a1fbd8)
 

Author SHA1 Message Date
Alibek Omarov 041315da44 scripts: use waf install to generate packages 5 years ago
Alibek Omarov aa30661c26 vgui_support: wscript: disable build on mingw 5 years ago
Alibek Omarov 031bac8d13 wscript: move msvc.py initialization BEFORE compiler_c, so we can set compiler with --msvc_version command line switch 5 years ago
Alibek Omarov 0cf1e3b1da ref: add REF_D3D placeholder for compatibiltiy(not planned anyway) 5 years ago
Alibek Omarov 441795943b ref_gl: move gl specific defines out from defaults.h, remove VIDEO_DONTCARE hack, automatically set XASH_GLES if wrapper is set 5 years ago
Alibek Omarov a9cf3357c7 ref: move GLES driver hint to SetAttribute as we don't choose GLES renderer in compile-time anymore 5 years ago
Alibek Omarov 84761e62ff
Merge pull request #34 from x6herbius/netcode-reduce-failures 5 years ago
Jonathan Poncelet 60a1c4f0cc Prevented net send errors from triggering an entire host error 5 years ago
Alibek Omarov 77b23eec9f ref_gl: add options for linking-in nanogl and glwes(thus getting GLES1 and GLES2 renderers) and static gl 5 years ago
Alibek Omarov f4bcea6182 ref_gl: don't use dxt on gles 5 years ago
Alibek Omarov ea6a86a83d ref_gl: bring back GL_STATIC option 5 years ago
Alibek Omarov 47879942bb ref_gl: remove dead extensions from GLES code 5 years ago
Alibek Omarov 6c006e087d common: don't use SDL headers and types in refdll, if for some reason dll wants it 5 years ago
Alibek Omarov 8385563bef engine: fix possible crash during exit 5 years ago
Alibek Omarov f9f96552b7 travis: move mingw engine build to standalone VM 5 years ago
mittorn ca3913cd88 fix windows build 5 years ago
Alibek Omarov 8b07916598 scripts: travis: fix deployment, finally 5 years ago
Alibek Omarov 5f122a7435 travis: experiment to move apt addons under stage 5 years ago
Alibek Omarov 50c656df94 scripts: travis: fix upload to yadisk 5 years ago
Alibek Omarov 5436658ce7 scripts: travis: accept everything when installing python from choco 5 years ago
Alibek Omarov d7ea40d850 scripts: remove waf jobs, as waf smart enough to get CPU number, fix upload archive name for osx, install newer python in windows 5 years ago
Alibek Omarov 184ca6517c travis: oops, forgot to set OSes 5 years ago
Alibek Omarov f4c36f49db travis: another try to fix matrices 5 years ago
Alibek Omarov ae26783902 scripts: travis: yet another workaround for mingw... 5 years ago
Alibek Omarov 45fdd74dd2 travis: fix matrices 5 years ago
Alibek Omarov 880a9651d8 scripts: travis: use stages, use yandex disk as temporary place for build artifacts 5 years ago
Alibek Omarov db30358d06 travis: fix osx archive name, remove unneeded envvars on osx, try to fix windows python 5 years ago
Alibek Omarov ebbe22b09a travis: force newer python for windows 5 years ago
Alibek Omarov 752dd13c04 scripts: travis: uncomment osx packaging 5 years ago
Alibek Omarov 469a080000 travis: add windows, test commit up 5 years ago
Alibek Omarov efc12f1045 scripts: travis: test windows scripts 5 years ago
Alibek Omarov becb58223a scripts: travis: rewrite deploy script with commit up support 5 years ago
Alibek Omarov f48335f2f2 ref: get rid of fov in globals, add RenderFrame wrapper, which correctly initialize shared global values 5 years ago
Alibek Omarov 8b5926f9b1 ref_gl: fix alpha in menu (and anywhere else where triColor4ub is used) 5 years ago
Alibek Omarov 0b13bf393f vgui_support: wscript: set default vgui-dev repo path, check OS in configuration stage 5 years ago
Alibek Omarov 58b5e1a9df wscript: introduce shortened frequently used configuration options 5 years ago
Alibek Omarov 17f719558c wscript: move build env setup to main wscript 5 years ago
Alibek Omarov 70abee3e28
Merge pull request #32 from iZarif/cf749c8c 5 years ago
iZarif 37defbbd14 vgui_support/wscript fix indentation 5 years ago
Alibek Omarov 62f04137a5 engine: hide ref calls under Host_IsDedicated checks, replace ref function ptr checks by \!Host_IsDedicated 5 years ago
Alibek Omarov 5f849c4823 engine: bring back XASH_USE_SELECT. I need somehow disable this only on my work PC 5 years ago
Alibek Omarov b09242e41c engine: fix dedicated check 5 years ago
Alibek Omarov 1538bc609d vgui_support: wscript: automatically disable vgui_support build on unsupported CPU type 5 years ago
Alibek Omarov 26616314f8 engine: add initial support for MCST Elbrus 5 years ago
Alibek Omarov 1483b21f00 Merge branch '0.20-renderdll' 5 years ago
Alibek Omarov 743c5ca8d5 engine: make dedicated work again 5 years ago
Alibek Omarov 92b89936b3 ref: make API thinner by moving simple calls into EngineGetParm(RenderGetParm with ref extensions), fix some UBs 5 years ago
Alibek Omarov 8abbef8dbd scripts: try to workaround mingw bug by adding sse2 5 years ago
Alibek Omarov 59f3b63e0a ref_gl: wscript: fix libm linking 5 years ago
Alibek Omarov 6a6f341c07
Merge pull request #22 from FWGS/netsplit 5 years ago