Commit graph

19 commits

Author SHA1 Message Date
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
273aab1d34 Format all files according to current formatting rules 2022-08-04 12:30:11 +02:00
Sam V
5d8aed7469 Fix Osprey engine damage effects showing on wrong engine
Resolves ValveSoftware/halflife#3263
2022-03-15 17:15:51 +01:00
Sam V
765c1f5654 Fix Osprey not firing trigger targets
Resolves ValveSoftware/halflife#3261
2022-03-15 12:33:12 +01:00
Sam V
2e0607eb6a Fix Osprey teleporting to world origin if it isn't moving at all
Resolves ValveSoftware/halflife#3260
2022-03-14 19:26:28 +01:00
Sam V
4ecdc3c81a Fix Osprey crashing if it has no valid target
Resolves ValveSoftware/halflife#3259
2022-03-14 19:25:27 +01:00
Sam V
2bf0ea17f7 Fix Osprey not interpolating
Resolves ValveSoftware/halflife#3228
2022-03-14 14:57:18 +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
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
5aef8c54fc Remove unnecessary returns and semicolons 2021-03-05 23:48:27 +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
Alfred Reynolds
de70fada50 initial seed of Half-Life 1 SDK 2013-08-30 13:34:05 -07:00