Commit Graph

11 Commits

Author SHA1 Message Date
a1batross 808be9442f
Use filtered command buffer when string came from network (#241)
* cdll_int: add undocumented FilteredClientCmd function to client interface

* client: use filtered command buffer where we have to execute command from server

* client: use normal pfnClientCmd in place of pfnFilteredClientCmd in case of engine doesn't supports it

* client: don't read out of bounds if engine interface is old and don't have pfnFilteredClientCmd

* client: fix incorrect cvar pointer comparison
2022-04-24 03:43:45 +05:00
Andrey Akhmichin a541a9699c #ifdef->#if. 2021-06-20 03:53:07 +05:00
Andrey Akhmichin 93d1ed0294 Add a missing const qualifiers. Remove unneeded casts. 2019-07-07 19:37:24 +05:00
Night Owl f27d1028ac Do not reorganize variables in classes. Add missing #pragma once directives and more #include guards. 2017-12-11 02:44:30 +05:00
Roman Chistokhodov ad3a2141eb Change __MSC_VER to _MSC_VER to make the client buildable with VS 6 2017-12-03 18:52:38 +03:00
Night Owl d1fbb99574 Fix some warnings yet. 2017-07-20 23:32:06 +05:00
Night Owl d20c4ff329 Fix build. 2017-07-02 02:36:56 +05:00
Night Owl ecaba0de22 Upload missing file. Fix build. 2017-06-26 07:06:27 +05:00
mittorn 80593d29bd Apply fixes from gravgun branch 2017-02-01 14:55:40 +00:00
Night Owl 4304846337 CRLF to LF all. 2016-06-04 18:24:23 +05:00
mittorn 0f599684c5 Upload first port 2016-02-24 21:26:16 +00:00