From f5d352239c12456f09f3e201e3f9f96f03e599d4 Mon Sep 17 00:00:00 2001 From: Bram Verhulst Date: Wed, 24 Apr 2024 21:38:14 +0200 Subject: [PATCH] Add basic controller Support Fix more memory leaks (seeing a trend here) --- .idea/.idea.Motherload/.idea/workspace.xml | 99 +- Engine/BaseGame.cpp | 29 +- Engine/BaseGame.h | 2 + Game/Game.cpp | 8 - Game/Game.vcxproj | 1 + Game/GridSystem/WorldGridManager.cpp | 28 +- Game/GridSystem/WorldGridManager.h | 6 +- Game/GridSystem/WorldTile.cpp | 84 +- Game/GridSystem/WorldTile.h | 58 +- Game/GroundTileTypeManager.cpp | 4 +- Game/GroundTileTypeManager.h | 19 + Game/Levels/World/WorldLevel.cpp | 48 +- Game/Player.cpp | 7 +- Resources/gamecontrollerdb.txt | 2040 ++++++++++++++++++++ 14 files changed, 2267 insertions(+), 166 deletions(-) create mode 100644 Resources/gamecontrollerdb.txt diff --git a/.idea/.idea.Motherload/.idea/workspace.xml b/.idea/.idea.Motherload/.idea/workspace.xml index e87ac59..47ff246 100644 --- a/.idea/.idea.Motherload/.idea/workspace.xml +++ b/.idea/.idea.Motherload/.idea/workspace.xml @@ -10,34 +10,20 @@