From b3b5bd64d965f09ecd3cafb9ae341a23677e5e3a Mon Sep 17 00:00:00 2001 From: Javidx9 <25419386+OneLoneCoder@users.noreply.github.com> Date: Mon, 28 Nov 2022 22:58:45 +0000 Subject: [PATCH 1/3] Stubbed PGE 2.22 in develop --- olcPixelGameEngine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/olcPixelGameEngine.h b/olcPixelGameEngine.h index 5480a153..5b0a1600 100644 --- a/olcPixelGameEngine.h +++ b/olcPixelGameEngine.h @@ -3,7 +3,7 @@ olcPixelGameEngine.h +-------------------------------------------------------------+ - | OneLoneCoder Pixel Game Engine v2.21 | + | OneLoneCoder Pixel Game Engine v2.22 | | "What do you need? Pixels... Lots of Pixels..." - javidx9 | +-------------------------------------------------------------+ From 98278fa50c7de9fd24fc86b684819eba9a983d85 Mon Sep 17 00:00:00 2001 From: Javidx9 <25419386+OneLoneCoder@users.noreply.github.com> Date: Thu, 29 Dec 2022 14:53:16 +0000 Subject: [PATCH 2/3] Fixes dbuffer typo --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e9150297..dd400cf0 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ ################################################################################ /.vs +/utilities/olcUTIL_AffineView.h +/utilities/olcUTIL_Maths.h From 734abe986c4ddee66b86c38264e60af36ae807f7 Mon Sep 17 00:00:00 2001 From: Javidx9 <25419386+OneLoneCoder@users.noreply.github.com> Date: Thu, 29 Dec 2022 14:58:46 +0000 Subject: [PATCH 3/3] v2.22 --- olcPixelGameEngine.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/olcPixelGameEngine.h b/olcPixelGameEngine.h index 5b0a1600..74e91703 100644 --- a/olcPixelGameEngine.h +++ b/olcPixelGameEngine.h @@ -197,7 +197,7 @@ Author ~~~~~~ - David Barr, aka javidx9, �OneLoneCoder 2018, 2019, 2020, 2021, 2022 + David Barr, aka javidx9, (c) OneLoneCoder 2018, 2019, 2020, 2021, 2022 */ #pragma endregion @@ -315,6 +315,7 @@ +FillTexturedTriangle() - Software rasterizes a textured, coloured, triangle +FillTexturedPolygon() - Hijacks DecalStructure for configuration +olc::vf2d arguments for Sprite::Sample() functions + 2.22: = Fix typo on dragged file buffers for unicode builds !! Apple Platforms will not see these updates immediately - Sorry, I dont have a mac to test... !! !! Volunteers willing to help appreciated, though PRs are manually integrated with credit !! @@ -394,7 +395,7 @@ int main() #include #pragma endregion -#define PGE_VER 221 +#define PGE_VER 222 // O------------------------------------------------------------------------------O // | COMPILER CONFIGURATION ODDITIES | @@ -5574,7 +5575,7 @@ namespace olc vFiles.push_back(std::string(buffer)); delete[] buffer; #else - vFiles.push_back(std::string(dbuffer)); + vFiles.push_back(std::string(dfbuffer)); #endif }