Commit graph

23 commits

Author SHA1 Message Date
Joël Troch
c3b58b1bb4 [HL25] Backport "_sv_override_scientist_mdl" CVAR functionality 2024-08-28 09:59:00 +02:00
Sam V
5576e6481f Fix scientists crashing when speaking fear dialogue when enemy has been removed 2023-06-18 20:40:10 +02:00
Sam V
a370af08e6 Convert all source files to UTF without BOM 2022-12-17 13:32:43 +01:00
Anchur
2c84881c07 Update source file encoding to UTF-8 2022-12-16 22:52:07 +08:00
Sam V
c2239e610a Merge branch 'master' of https://github.com/Revenant100/halflife-FactFilesFixes
# Conflicts:
#	dlls/aflock.cpp
#	dlls/houndeye.cpp
#	dlls/monsters.cpp
#	dlls/scientist.cpp
2022-08-06 13:41:59 +02:00
Roman Chistokhodov
0a73020f5f Fix scientist voice pitch 2022-06-25 18:26:48 +03:00
Sam V
2b9b75ac97 Wrap braces after case label
#84
2021-11-29 20:55:01 +01:00
Sam V
12d410785b Properly format method definitions to have no space between class name and scope operator
#84
2021-11-29 20:31:17 +01:00
Sam V
08755342d0 Format all files and add clang-format configuration file
Resolves #84
2021-11-28 16:54:48 +01:00
Sam V
998469a386 Rework all boolean condition checks to use conversions to bool, use bool instead of int when possible
#69
#83
#59
2021-11-28 15:32:26 +01:00
Sam V
0b334a3216 Rework all uses of BOOL in function declarations with bool or qboolean
#59
2021-11-19 14:31:11 +01:00
Sam V
bce3b78653 Replace all uses of TRUE with true
#59
2021-11-19 13:45:16 +01:00
Sam V
99e0a0ed2c Replace uses of FALSE with false
#59
2021-11-19 13:43:33 +01:00
Solokiller
77c312a91d Use override specifier where needed (clang-tidy modernize-use-override) 2021-03-05 23:07:22 +01:00
Solokiller
8247ed76ea Remove void from functions taking no arguments (clang-tidy modernize-redundant-void-arg) 2021-03-05 20:54:33 +01:00
Solokiller
935d9917c8 Fix scientists not noticing carcasses, meat and garbage
halflife issue #2982
2021-02-15 16:27:02 +01:00
Sam
ccad6fe576 Make char* parameters const where needed to silence compiler warnings 2020-02-13 17:15:27 +01:00
Marphy Black
fc8c85f3dc
Fix scientists not disregarding enemy after hiding 2019-09-30 06:21:31 -05:00
Marphy Black
f748eb8c8a
Removing redundant scientist scream 2019-09-30 05:16:33 -05:00
Marphy Black
57306ca1cb
Fix scientists not screaming in fear 2019-09-30 05:12:52 -05:00
Marphy Black
992e4cf798
Restore scientist's fear display animation 2019-09-30 05:06:07 -05:00
Marphy Black
1d88ba86fa
Restore scientist's sense of smell 2019-09-30 05:04:43 -05:00
Alfred Reynolds
de70fada50 initial seed of Half-Life 1 SDK 2013-08-30 13:34:05 -07:00