Commit Graph
10 Commits
Author SHA1 Message Date
grisenti a373f201d5 HPL1: replace std::vector with Common::Array 2022-12-23 14:04:11 +01:00
D G Turner 3f77311c6e HPL1: Fix Misleading Indentation in Newton Shape Collision Function
This emits a warning when -Wmisleading-indentation is passed to GCC.

A quick review of the surrounding code suggests that the indentation
is a mistake, rather than missing braces, so no functional change from
this commit.
2022-12-23 14:03:58 +01:00
grisenti 4a52032bde HPL1: remove optimisations in collider creation
this fixes a problem with an entrance being blocked by wrong colliders
2022-12-23 14:03:57 +01:00
Eugene Sandulenko 28746360b6 HPL1: Fix warnings 2022-12-23 14:03:48 +01:00
grisenti 1ec1c49dfe HPL1: implement ColliderShapeNewton class 2022-12-23 14:03:36 +01:00
grisenti 7d46984d84 HPL1: move LowLevelSystem implementation 2022-12-23 14:03:31 +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