From 64e96ab2093f291ae66c65e52e2a30132c952f12 Mon Sep 17 00:00:00 2001 From: Bram Verhulst Date: Tue, 16 Apr 2024 14:08:41 +0200 Subject: [PATCH] Pre Point2f Nuke Fixed drawing, Added general optimisations --- .idea/.idea.Motherload/.idea/workspace.xml | 73 ++++-- Engine/Texture.cpp | 5 +- Engine/Texture.h | 2 + Engine/utils.cpp | 3 + Game/Animations/Animation.cpp | 11 +- Game/Animations/Animation.h | 3 +- Game/Game.cpp | 2 + Game/GridSystem/WorldTile.cpp | 2 +- Game/Gui/Screen.cpp | 9 +- Game/Levels/World/WorldLevel.cpp | 29 +-- Game/Levels/World/WorldLevel.h | 6 +- Game/Player.cpp | 258 +++++++++++---------- Game/Player.h | 2 + 13 files changed, 228 insertions(+), 177 deletions(-) diff --git a/.idea/.idea.Motherload/.idea/workspace.xml b/.idea/.idea.Motherload/.idea/workspace.xml index 02e275f..3b75b7d 100644 --- a/.idea/.idea.Motherload/.idea/workspace.xml +++ b/.idea/.idea.Motherload/.idea/workspace.xml @@ -10,10 +10,20 @@