Commit Graph

448 Commits

Author SHA1 Message Date
Alibek Omarov ea6a86a83d ref_gl: bring back GL_STATIC option 2019-03-30 03:08:44 +03:00
Alibek Omarov 47879942bb ref_gl: remove dead extensions from GLES code 2019-03-30 03:07:52 +03:00
Alibek Omarov 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
Alibek Omarov 8385563bef engine: fix possible crash during exit 2019-03-30 01:29:40 +03:00
Alibek Omarov f9f96552b7 travis: move mingw engine build to standalone VM 2019-03-30 01:29:40 +03:00
mittorn ca3913cd88 fix windows build 2019-03-30 00:43:49 +03:00
Alibek Omarov 8b07916598 scripts: travis: fix deployment, finally 2019-03-29 23:57:44 +03:00
Alibek Omarov 5f122a7435 travis: experiment to move apt addons under stage 2019-03-29 23:49:33 +03:00
Alibek Omarov 50c656df94 scripts: travis: fix upload to yadisk 2019-03-29 23:48:34 +03:00
Alibek Omarov 5436658ce7 scripts: travis: accept everything when installing python from choco 2019-03-29 23:40:25 +03:00
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 2019-03-29 23:32:06 +03:00
Alibek Omarov 184ca6517c travis: oops, forgot to set OSes 2019-03-29 23:22:47 +03:00
Alibek Omarov f4c36f49db travis: another try to fix matrices 2019-03-29 23:21:40 +03:00
Alibek Omarov ae26783902 scripts: travis: yet another workaround for mingw... 2019-03-29 23:11:39 +03:00
Alibek Omarov 45fdd74dd2 travis: fix matrices 2019-03-29 23:11:20 +03:00
Alibek Omarov 880a9651d8 scripts: travis: use stages, use yandex disk as temporary place for build artifacts 2019-03-29 22:51:31 +03:00
Alibek Omarov db30358d06 travis: fix osx archive name, remove unneeded envvars on osx, try to fix windows python 2019-03-29 06:08:41 +03:00
Alibek Omarov ebbe22b09a travis: force newer python for windows 2019-03-29 05:52:55 +03:00
Alibek Omarov 752dd13c04 scripts: travis: uncomment osx packaging 2019-03-29 05:44:36 +03:00
Alibek Omarov 469a080000 travis: add windows, test commit up 2019-03-29 05:42:20 +03:00
Alibek Omarov efc12f1045 scripts: travis: test windows scripts 2019-03-29 05:39:41 +03:00
Alibek Omarov becb58223a scripts: travis: rewrite deploy script with commit up support 2019-03-29 05:26:01 +03:00
Alibek Omarov 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
Alibek Omarov 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
Alibek Omarov 17f719558c wscript: move build env setup to main wscript 2019-03-25 01:25:44 +03:00
Alibek Omarov 70abee3e28
Merge pull request #32 from iZarif/cf749c8c
vgui_support/wscript fix indentation
2019-03-24 19:14:21 +03:00
iZarif 37defbbd14 vgui_support/wscript fix indentation 2019-03-24 20:00:49 +04:00
Alibek Omarov 62f04137a5 engine: hide ref calls under Host_IsDedicated checks, replace ref function ptr checks by \!Host_IsDedicated 2019-03-22 18:41:57 +03:00
Alibek Omarov 5f849c4823 engine: bring back XASH_USE_SELECT. I need somehow disable this only on my work PC 2019-03-22 18:29:42 +03:00
Alibek Omarov b09242e41c engine: fix dedicated check 2019-03-22 18:26:44 +03:00
Alibek Omarov 1538bc609d vgui_support: wscript: automatically disable vgui_support build on unsupported CPU type 2019-03-22 18:22:49 +03:00
Alibek Omarov 26616314f8 engine: add initial support for MCST Elbrus 2019-03-22 18:21:47 +03:00
Alibek Omarov 1483b21f00 Merge branch '0.20-renderdll' 2019-03-22 18:19:13 +03:00
Alibek Omarov 743c5ca8d5 engine: make dedicated work again 2019-03-22 16:47:52 +03:00
Alibek Omarov 92b89936b3 ref: make API thinner by moving simple calls into EngineGetParm(RenderGetParm with ref extensions), fix some UBs 2019-03-22 16:36:46 +03:00
Alibek Omarov 8abbef8dbd scripts: try to workaround mingw bug by adding sse2 2019-03-21 17:47:16 +03:00
Alibek Omarov 59f3b63e0a ref_gl: wscript: fix libm linking 2019-03-21 17:31:18 +03:00
Alibek Omarov 6a6f341c07
Merge pull request #22 from FWGS/netsplit
Extended netsplit, network extensions
2019-03-21 17:23:49 +03:00
Alibek Omarov 402a596415 ref: add EXPORT to GetRefAPI, so MSVC will create *.lib file and not confuse waf or dynamic linker 2019-03-20 02:42:44 +03:00
Alibek Omarov 52eb84d34b mainui: update 2019-03-20 02:41:44 +03:00
Alibek Omarov f3a2f46fb3 wscript: remove libm linking to static public, it's useless. Correct include path order 2019-03-20 02:40:47 +03:00
Alibek Omarov 4880ca3ca2 engine: move EXPORT definition to xash3d_types 2019-03-20 02:38:37 +03:00
Alibek Omarov 121c72c9e0 Merge origin/master into ref_dll 2019-03-20 02:38:13 +03:00
Alibek Omarov e20e114643 miniutl: update 2019-03-20 01:21:10 +03:00
Alibek Omarov 7e08104631 ref_gl: fixes for MSVC 2019-03-20 01:20:58 +03:00
Alibek Omarov 7aa7f4dbbd engine: fix broken win32 types after moving more definitions to xash3d_types.h 2019-03-20 01:18:26 +03:00
Alibek Omarov fb6fd61cd9 public: initial moving some common code into static public library, that can be linked to any engine part 2019-03-20 01:17:46 +03:00
mittorn 34da3e0ccd ref: clear draw entities when clearing edicts 2019-03-18 00:56:38 +07:00