TyrUtils v0.8

Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
This commit is contained in:
Kevin Shanahan 2013-04-23 09:40:05 +09:30
parent 347020879d
commit dddae057d6
3 changed files with 8 additions and 6 deletions

View File

@ -18,7 +18,7 @@ TARGET_UNIX ?= $(if $(filter UNIX,$(TARGET_OS)),$(HOST_UNIX),)
# ============================================================================
TYR_RELEASE := v0.8-pre
TYR_RELEASE := v0.8
TYR_GIT := $(shell git describe --dirty 2> /dev/null)
TYR_VERSION := $(if $(TYR_GIT),$(TYR_GIT),$(TYR_RELEASE))
TYR_VERSION_NUM ?= $(patsubst v%,%,$(TYR_VERSION))

View File

@ -1,7 +1,7 @@
Updated 2013-04-10
Updated 2013-04-23
------------------
Tyr-Utils (v0.7)
Tyr-Utils (v0.8)
------------------
Website: http://disenchant.net
Author: Kevin Shanahan (AKA Tyrann)
@ -28,7 +28,9 @@ Included utilities:
and extract the textures to a .wad file.
See the doc/ directory for more detailed descriptions of the various
tools capabilities.
tools capabilities. See changelog.txt for a brief overview of recent
changes or git://disenchant.net/tyrutils for the full changelog and
source code.
---------
License

View File

@ -1,11 +1,11 @@
Unreleased
2013-04-23 TyrUtils v0.8
* qbsp: fixed surface edge corruption when using skip surfaces
* qbsp: fixed portal generation for transparent water and detail nodes
* qbsp: added "-noskip" option for troubleshooting skip related problems
* light: reduce "no model has face ###" to a warning
* vis: fix portal stack corruption in ClipStackWinding
* bsputil: added a "--check" option to check internal data consistency
* bsputil: added a "--check" option (beta!) to check internal data consistency
2013-04-10 TyrUtils v0.7