2
0
mirror of https://github.com/FWGS/hlsdk-xash3d synced 2024-11-22 01:47:45 +01:00
Commit Graph

10 Commits

Author SHA1 Message Date
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
28112bab77 Fix bullet impact sounds and interpolation artifacts. 2024-02-04 17:46:45 +05:00
a541a9699c #ifdef->#if. 2021-06-20 03:53:07 +05:00
f27d1028ac Do not reorganize variables in classes. Add missing #pragma once directives and more #include guards. 2017-12-11 02:44:30 +05:00
18adf0979f Redefine string_t. Fix wrong variables type. 2017-12-10 20:56:46 +05:00
a522ae20c3 Merge some changes from git version of hlsdk. 2017-06-26 05:47:19 +05:00
1aac42f504 Remove extra commas and semicolons. Format. 2016-06-25 21:33:39 +05:00
4304846337 CRLF to LF all. 2016-06-04 18:24:23 +05:00
ac857199cf Apply some valve's fixes 2016-02-29 20:04:01 +00:00
0f599684c5 Upload first port 2016-02-24 21:26:16 +00:00