Commit graph

23 commits

Author SHA1 Message Date
Joël Troch
e760b9f988 [HL25] Backport changes from October 2nd 2024 2024-10-04 18:46:55 +02:00
Joël Troch
952831ccd3 [HL25] Backport changes to view origin/angles 2024-08-28 09:59:00 +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
44891ac815 Remove unnecessary semicolons 2022-11-18 14:37:19 +01:00
Sam V
4c3a845282 Fix V_CalcBob not initializing static variables
Resolves #126
2021-12-31 13:03:01 +01:00
Marc-Antoine Lortie
cccdb1e331 Removed _TFC ifdefs. 2021-12-04 12:01:32 -05: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
322f229442 Remove benchmarking functionality
Resolves #54
2021-11-18 17:09:30 +01:00
Solokiller
61097e1835 Remove duplicate player view constants
Define constant for dead player view
Clean up magic numbers to use constants
2021-03-16 20:44:35 +01:00
Solokiller
20610e36fa Remove duplicate PI constant definitions 2021-03-16 19:51:18 +01:00
Solokiller
90bd0f2274 Refactor Vector code to remove use of vec3_t
Remove duplicate Vector definitions in util_vector.h
Remove shared_vec3_origin
Remove unused vector functions
2021-03-16 19:45:46 +01:00
Solokiller
16720b9134 Fix local player model using wrong pitch angles when seen through another entity
halflife issue #3075
2021-03-13 15:53:48 +01:00
Solokiller
8c26a99109 Fix client event angles being wrong when player's view entity is overridden
halflife issue 1744
2021-03-13 11:42:43 +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
44f1538133 Re-implement view model tilt
halflife issue #1544
2021-02-08 12:41:02 +01:00
Solokiller
dcd3e93a5a Reimplement view roll
halflife issue #1544
2021-02-07 14:09:34 +01:00
Sam
bf7e91dba9 Make char* parameters const where needed to silence compiler warnings 2020-02-13 16:33:57 +01:00
Sam
f604b90f9a Refactor dllexport macro definitions 2018-09-03 10:47:51 +02:00
Joël Troch
39524f609d Add fixes for Linux (GCC 8) 2018-09-03 00:01:23 +02:00
Sam
c9f2351d63 Convert player movement code to C++
Fix some incorrect math function declarations & definitions
2018-09-02 23:19:15 +02:00
Alfred Reynolds
de70fada50 initial seed of Half-Life 1 SDK 2013-08-30 13:34:05 -07:00