Commit Graph

13 Commits

Author SHA1 Message Date
Roman Chistokhodov ba2cab60df
Get VGUI back (optionally) (#194)
* Get VGUI back (optionally)

* Add some missing VGUI invocations

* Update CMakeLists.txt to build with vgui for Windows

* Move windows.h inclusions only to those places where it's really needed

* Try fix mingw build

* Update hud_spectator

* Merge nekonomicon's vgui branch

* Don't include vgui panel and app in cdll_int.cpp if vgui is real

* Deduplicate scoreboard global variables

* Add options to prefer non-vgui motd and scoreboard when vgui is enabled

* Add vgui-dev as a submodule. Add building vith vgui to CI

* Fix artifact uploading

* Don't use global variable when not necessary

* char* to const char* in CMenuHandler_StringCommand constructor

* Fix 'format string is not a literal string' warnings

* Fix 'always evaluate to true' warnings

* Team Fortress classes to const char*

* CreateCommandMenu accepts const char*

* Fix printf formats. Turn some unsigned longs into unsigned ints since they use only 32 bits anyway

* Explicit assignment result as condition

* Prevent memory leak on menu reading

* Localize button text

* Create FileInputStream on stack avoiding the leak

* Remove Servers Browser code

* Arrow file names to const char*

* Fix assignment to the wrong variable
2021-10-27 01:35:11 +00:00
Andrey Akhmichin ec9bffedaf Partially fix double promotion. 2019-10-13 16:49:25 +05:00
Roman Chistokhodov 1d8d1b5d2e Use mouse input backend depending on the current engine 2017-12-03 23:52:35 +03:00
mittorn 5da21e38d2 Fix client visual studio build 2017-01-10 16:45:52 +07:00
Night Owl 611d2b73a5 Merge branch 'master' of https://github.com/FWGS/hlsdk-xash3d 2016-08-04 22:48:49 +05:00
mittorn 5bdb97c26c Fix cl_movespeedkey multiplied twice 2016-08-03 21:21:37 +00:00
Night Owl 3728c6c7c2 Merge branch 'master' of https://github.com/FWGS/hlsdk-xash3d 2016-07-31 19:33:34 +05:00
a1batross a52fda0b19 Don't write viewangles to engine while dead(fix of rotating corpses). Don't let any movement during intermission 2016-07-28 22:46:39 +06:00
Night Owl 9e7debbb34 Client format. 2016-07-03 18:39:55 +05:00
mittorn 3348f5d214 Check +speed value 2016-04-17 14:31:24 +00:00
mittorn dccb3f4aab Fix mingw 2016-03-09 18:43:27 +06:00
mittorn d254f1bd0e Improve client 2016-03-01 20:18:42 +00:00
mittorn 0f599684c5 Upload first port 2016-02-24 21:26:16 +00:00