Commit Graph
21 Commits
Author SHA1 Message Date
grisenti 99f161cdcd HPL1: make PhysicsRayParams constructor constexpr 2022-12-23 14:04:22 +01:00
Eugene Sandulenko f7026c047c HPL1: Remove usage of std::abs 2022-12-23 14:04:22 +01:00
Eugene Sandulenko 224e3fee5f HPL1: Rename Hpl1::set:: to Hpl1::Set:: namespace 2022-12-23 14:04:21 +01:00
grisenti 81138eb006 HPL1: replace std::map with Hpl1::std::map 2022-12-23 14:04:13 +01:00
grisenti a373f201d5 HPL1: replace std::vector with Common::Array 2022-12-23 14:04:11 +01:00
grisenti 4cd3902fb0 HPL1: replace std::list with Common::List 2022-12-23 14:04:08 +01:00
D G Turner 0f4923309c HPL1: Fix Remaining Unused Variable GCC Compiler Warnings
These were emitted when -Wunused-variable is passed to GCC.
2022-12-23 14:04:03 +01:00
D G Turner af2a0395b4 HPL1: Fix Unused Variables Compiler Warnings in Physics World Code 2022-12-23 14:04:01 +01:00
D G Turner 10c50494b7 HPL1: Fix Unused Variables GCC Compiler Warnings in Physics 2D Collision 2022-12-23 14:04:01 +01:00
Paweł Kołodziejski 0ee8e7e915 HPL1: Fixed unused or shadow variables compiler warnings 2022-12-23 14:03:49 +01:00
Paweł Kołodziejski 5c90f1612f HPL1: Remove trailing semicolons 2022-12-23 14:03:47 +01:00
grisenti 3a7f09fa34 HPL1: fix possible use of uninitialised variables 2022-12-23 14:03:46 +01:00
grisenti b986ef9903 HPL1: fix player collisions
implements a fix found in the HPL2 sources
2022-12-23 14:03:39 +01:00
grisenti 8e4738f6fd HPL1: implement PhysicsBodyNewton class 2022-12-23 14:03:36 +01:00
grisenti 7d46984d84 HPL1: move LowLevelSystem implementation 2022-12-23 14:03:31 +01:00
Eugene Sandulenko 93630a54a8 HPL1: Fix more warnings 2022-12-23 14:03:30 +01:00
Eugene Sandulenko 2844bc52bd HPL1: Fix warnings 2022-12-23 14:03:29 +01:00
grisenti 7f956b585b HPL1: remove double license 2022-12-23 14:03:26 +01:00
grisenti 87d8541ba5 HPL1: improve formatting 2022-12-23 14:03:26 +01:00
grisenti b35fd9d1b8 HPL1: add license header 2022-12-23 14:03:26 +01:00
grisenti 6c2973bf50 HPL1: add engine code 2022-12-23 14:03:25 +01:00