Commit graph

14 commits

Author SHA1 Message Date
Joël Troch
b31de2b7ae Reset frame to 0 when grenade bounces
Fixes #238, thanks @FreeSlave
2024-08-12 19:42:56 +02:00
Justin
2ee36b472f Properly set up hand grenade sequence 2023-07-31 18:02:18 -07:00
Sam V
d6accf181d Fix explosives that impact the underside of a brush dealing damage to entities on the other side of that brush
ValveSoftware/halflife#3244
2023-02-04 13:08:19 +01: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
078e78766f FIx explosions going through walls in certain cases
Resolves ValveSoftware/halflife#3244
2022-02-09 14:01:30 +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
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
Sam V
0a180821d9 Remove unused nodes.h includes and unncessary WorldGraph forward declarations
Remove references to WorldGraph global inside CGraph class
#37
Resolves #48
2021-11-18 15:03:44 +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
Alfred Reynolds
de70fada50 initial seed of Half-Life 1 SDK 2013-08-30 13:34:05 -07:00