Commit graph

13 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
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
8cb9d9eb90 Remove obsolete preprocessor macro checks
Resolves #47
2021-11-15 19:11:50 +01:00
Solokiller
23436202bc Move primitive types aliases to Platform.h when possible 2021-03-16 20:01:08 +01:00
Solokiller
f7186ba0ac Consolidate math header includes 2021-03-16 19:51:04 +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
Sam
42d1f06f09 Change temporary variable types from float to double to silence compiler warnings 2020-02-14 18:36:41 +01:00
Sam
dd61140579 Fix linker error involving multiple vec3_origin globals 2020-02-13 14:44:11 +01:00
Sam
69984404e2 Remove duplicate math functions, move ConcatTransforms to pm_math.cpp 2018-09-03 14:35:22 +02:00
Sam
e0e1e15d86 Clean up math functions to avoid function redefinition errors 2018-09-03 14:15:48 +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
Renamed from pm_shared/pm_math.c (Browse further)