From 7ecaa189494c7fc422b7955764f6b9c4d343570b Mon Sep 17 00:00:00 2001 From: cutealien Date: Thu, 3 Aug 2023 00:59:44 +0000 Subject: [PATCH] Merging r6506 through r6510 from branch releases/1.8 to trunk Note those were mostly backport, so trunk already had most changes. Also we've not merged all from 1.8 branch, will need another merge (backports tend to cause lots of ugly conflicts, so have to split this a bit) git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6515 dfc29bdd-3216-0410-991c-e03cc46cb475 --- changes.txt | 1 + source/Irrlicht/Irrlicht-gcc.cbp | 1 + source/Irrlicht/Irrlicht10.0.vcxproj | 1 - source/Irrlicht/Irrlicht10.0.vcxproj.filters | 1 - 4 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changes.txt b/changes.txt index f10c1134..25045e18 100644 --- a/changes.txt +++ b/changes.txt @@ -398,6 +398,7 @@ Changes in 1.9 (not yet released) -------------------------- Changes in 1.8.6 +- Backport parts of COpenGLCommon.h to ensure that COpenGLExtensionHandler, COpenGLShaderMaterialRenderer and COpenGLTexture all use identical GL extension settings - Backport removing register keywords (deprecated by c++17) - Backport bugfix from trunk to make CUserPointerAttribute::setString work on 64-bit systems. - Remove unnecessary implemented assignment operator in quaternion, irrMap, SViewFrustum, line2d and IQ3Shader which cause warnings with -Wdeprecated in newer gcc diff --git a/source/Irrlicht/Irrlicht-gcc.cbp b/source/Irrlicht/Irrlicht-gcc.cbp index 315240a9..ce0e4459 100644 --- a/source/Irrlicht/Irrlicht-gcc.cbp +++ b/source/Irrlicht/Irrlicht-gcc.cbp @@ -835,6 +835,7 @@ + diff --git a/source/Irrlicht/Irrlicht10.0.vcxproj b/source/Irrlicht/Irrlicht10.0.vcxproj index a3d69826..f82357ae 100644 --- a/source/Irrlicht/Irrlicht10.0.vcxproj +++ b/source/Irrlicht/Irrlicht10.0.vcxproj @@ -1151,7 +1151,6 @@ - diff --git a/source/Irrlicht/Irrlicht10.0.vcxproj.filters b/source/Irrlicht/Irrlicht10.0.vcxproj.filters index bb8e196b..ae0473a6 100644 --- a/source/Irrlicht/Irrlicht10.0.vcxproj.filters +++ b/source/Irrlicht/Irrlicht10.0.vcxproj.filters @@ -1263,7 +1263,6 @@ include\scene - Irrlicht\scene\loaders