From 27a73a81c60faaa0f7b686a6915f0735c96517d3 Mon Sep 17 00:00:00 2001 From: cutealien Date: Wed, 26 Jul 2023 15:31:41 +0000 Subject: [PATCH] Merging r6423 through r6505 from branch releases/1.8 to trunk Those were backports from trunk to 1.8 so only changes.txt changed git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6506 dfc29bdd-3216-0410-991c-e03cc46cb475 --- changes.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/changes.txt b/changes.txt index fca0528a..b1a31f9d 100644 --- a/changes.txt +++ b/changes.txt @@ -396,7 +396,10 @@ Changes in 1.9 (not yet released) - burningvideo: mipmaplevel adjusted ( not that bad bokeh...(sometimes) ) -------------------------- -Changes in 1.8.6 +Changes in 1.8.6 +- 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 - Avoid warning about stringop-overflow in string::subString when compiling in release with newer gcc - Update library zlib to 1.2.11 (from 1.2.8) - Update library bzip2 to 1.0.8 (from 1.0.6)