From d1652c8be54625ac188d97eeae24b9ca01db3388 Mon Sep 17 00:00:00 2001 From: Kevin Shanahan Date: Mon, 25 Feb 2013 16:07:20 +1030 Subject: [PATCH] add a changelog and prep for release Signed-off-by: Kevin Shanahan --- changelog.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog.txt diff --git a/changelog.txt b/changelog.txt new file mode 100644 index 00000000..fc86ab60 --- /dev/null +++ b/changelog.txt @@ -0,0 +1,7 @@ +2013-02-25 TyrUtils v0.5 + +* New changelog to summarise changes in future +* 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.