From 4a6d08d97694f33122fae6ec35e87aa3981a12f5 Mon Sep 17 00:00:00 2001 From: cutealien Date: Thu, 11 Feb 2021 14:26:18 +0000 Subject: [PATCH] Clarify a bit in changes.txt the bug-case of rect::clipAgainst (I was wondering why it worked for UI). And run some tests (all seem fine... in 64bit, 32-bit has some older problem). git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6189 dfc29bdd-3216-0410-991c-e03cc46cb475 --- changes.txt | 3 ++- tests/tests-last-passed-at.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/changes.txt b/changes.txt index 7f5d89a..e628687 100644 --- a/changes.txt +++ b/changes.txt @@ -1,6 +1,7 @@ -------------------------- Changes in 1.9 (not yet released) -- Fix bug in rect::clipAgainst that had caused rects completely outside the rect to be clipped against ending up with one corner outside. +- Fix bug in rect::clipAgainst that had caused rects completely outside to the left-top of the rect to be clipped against ending up with both corners outside. + It still worked for UI in most cases as the resulting rectangle still had an area of 0. - Add getAlign functions to IGUIElement - Add optional multitouch support to X11 (but disabled in IrrCompileConfig by default). Thanks @TheBrokenRail for a patch proposal based on example code from esjeon (patch #322). - Slightly changed close window handling on X11 (optimized and avoids problems on some shells). Thanks @TheBrokenRail for a patch (was part of patch #322). diff --git a/tests/tests-last-passed-at.txt b/tests/tests-last-passed-at.txt index 15f3146..09ce1bd 100644 --- a/tests/tests-last-passed-at.txt +++ b/tests/tests-last-passed-at.txt @@ -1,4 +1,4 @@ Tests finished. 72 tests of 72 passed. Compiled as DEBUG -Test suite pass at GMT Tue Dec 01 13:34:31 2020 +Test suite pass at GMT Thu Feb 11 14:00:00 2021