From b403b6bd5efdecfaa36418f8cea7b6b1f06b2bc7 Mon Sep 17 00:00:00 2001 From: Kevin Shanahan Date: Sun, 18 Aug 2013 17:19:10 +0930 Subject: [PATCH] doc: note the vertex limit bug fix in changelog Signed-off-by: Kevin Shanahan --- changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.txt b/changelog.txt index 77581b35..ef1732a4 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,6 +2,7 @@ Unreleased * qbsp: Fix animating texture bug when brushes are textured with alt-animations * qbsp: Fix a crash in tjunc calculations +* qbsp: Exit with error if verticies exceed 65535 (BSP29 limit) * qbsp: Add experimental "-forcegoodtree" command line option (thanks Rebb) * vis: reduce "leaf recursion" error to a warning and continue processing