TyrUtils v0.5

Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
This commit is contained in:
Kevin Shanahan 2013-02-26 09:39:32 +10:30
parent d1652c8be5
commit 647fc86402
1 changed files with 3 additions and 1 deletions

View File

@ -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