Commit Graph

23 Commits

Author SHA1 Message Date
Alibek Omarov 20c7617926
Rename EFLAG_MONSTER to EFLAG_FLESH_SOUND (#449)
This is mentioned in default delta.lst shipped with HL25:

```
	DEFINE_DELTA( eflags, DT_INTEGER, 2, 1.0 ), // JoshA: Changed to 2 for EFLAG_FLESH_SOUND to fix flesh sounds on entities. If a mod ships updated DLLs and not this file, they just won't have that fix.
```
2024-04-14 09:12:07 +00:00
Andrey Akhmichin 955f7ad436 Port spectator changes from HLSDK 2.4. 2024-02-13 03:41:13 +05:00
Andrey Akhmichin 28112bab77 Fix bullet impact sounds and interpolation artifacts. 2024-02-04 17:46:45 +05:00
Roman Chistokhodov ef7b4a9015
Replace copyright symbol with (c) in game_shared/ and common/com_model.h to avoid problems with encoding (#378) 2023-06-11 22:30:13 +00:00
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 a541a9699c #ifdef->#if. 2021-06-20 03:53:07 +05:00
Andrey Akhmichin a091e8ce55 Remove duplicated cache size definition. 2020-04-23 12:09:56 +05:00
Andrey Akhmichin 0aecf06741 Remove GPL-licensed headers. 2020-04-22 13:12:23 +05:00
mittorn 2ba9071798 check if cmath useful, remove posix defines when using owcc 2020-02-12 15:34:05 +07:00
Andrey Akhmichin 4a02cfc012 Merge branch 'double_promotion' 2019-11-05 02:48:47 +05:00
Alibek Omarov b00170a0a2 Support compiling with GCC 3.4.3 2019-10-26 15:49:05 +03:00
Andrey Akhmichin a9f37f6d74 Include tgmath.h and cmath headers. 2019-10-13 20:27:05 +05:00
Andrey Akhmichin ec9bffedaf Partially fix double promotion. 2019-10-13 16:49:25 +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
Night Owl 18adf0979f Redefine string_t. Fix wrong variables type. 2017-12-10 20:56:46 +05:00
Night Owl 58a5ca48be Add protection for vec3_t definition. 2017-07-20 23:42:00 +05:00
Night Owl 2faa732aa1 Apply some @AlliedModders's patches. 2017-06-29 18:56:03 +05:00
Night Owl a522ae20c3 Merge some changes from git version of hlsdk. 2017-06-26 05:47:19 +05:00
Night Owl fad7aa53d7 Remove extra commas and semicolons. 2016-06-25 23:21:01 +05:00
Night Owl 1aac42f504 Remove extra commas and semicolons. Format. 2016-06-25 21:33:39 +05:00
Night Owl 4304846337 CRLF to LF all. 2016-06-04 18:24:23 +05:00
mittorn ac857199cf Apply some valve's fixes 2016-02-29 20:04:01 +00:00
mittorn 0f599684c5 Upload first port 2016-02-24 21:26:16 +00:00