From 647fc8640211860e53dc414456d43ab54d363932 Mon Sep 17 00:00:00 2001 From: Kevin Shanahan Date: Tue, 26 Feb 2013 09:39:32 +1030 Subject: [PATCH] TyrUtils v0.5 Signed-off-by: Kevin Shanahan --- changelog.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index fc86ab60..79b86009 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,7 +1,9 @@ 2013-02-25 TyrUtils v0.5 -* New changelog to summarise changes in future +* New changelog to summarise changes going forward * light and vis both now multithreaded on Unix and Windows platforms * vis now writes a state file every 5 minutes so it can resume if needed * qbsp and vis now support a form of detail brushes, similar to Quake 2. See qbsp.txt for further details. +* added a small optimisation to vis for a minor speedup (usually only 1-2%) +* build system re-written and lots of cleanups all over the code