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