Commit graph

18 commits

Author SHA1 Message Date
Joël Troch
a542e4a00a [HL25] Backport crowbar full swing fix
This commit also reverts fe8a54065c to
prevent potential conflicts. Seems to be identical to vanilla behavior.
2024-08-28 10:27:39 +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
6528126006 Fix crowbar playing back swing events twice sometimes
Resolves ValveSoftware/halflife#3230
2022-01-23 15:11:50 +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
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
Sam V
940bf0b0e9 Remove unused skiplocal parameter
Resolves #38
2021-10-21 14:00:29 +02:00
Sam V
2ff6a81a5b Make event playback functions const correct
Resolves #41
2021-10-21 13:52:04 +02:00
Solokiller
c74e99d590 Remove duplicate weapon animation enums 2021-03-16 20:52:58 +01:00
Solokiller
a04cec2282 Make hull vectors constexpr constants
Fix GetHullBounds & HUD_GetHullBounds using wrong syntax to copy vectors
halflife issue #1703
2021-03-16 20:25:49 +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
c90351f354 Fix crowbar using wrong time base for swing think
halflife issue #2296
2021-02-23 20:43:26 +01:00
Solokiller
511c6ef627 Fix chainsaw crowbar effect when hitting corpse
halflife issue #2590
2021-01-14 13:15:54 +01:00
Alfred Reynolds
de70fada50 initial seed of Half-Life 1 SDK 2013-08-30 13:34:05 -07:00