From 6be8d50bcec71a5d3f427ee6836a0fea84c4f61d Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Mon, 3 Oct 2016 11:03:43 -0600 Subject: [PATCH] update changelog --- changelog.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index c54a94de..c85c4571 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,6 @@ -2016-09-20 TyrUtils-ericw 0.15.8 release +2016-10-03 TyrUtils-ericw 0.15.8 release -- light: fix black noise in some cases when using -bounce. +- light: fix black noise in some cases when using -bounce. (reported by Pritchard) - light: try to limit artifacts caused by "too many lightstyles on a face", by saving the 4 brightest lightmaps. The previous behaviour was random, so you would likely get bad artifacts when that warning occurred. @@ -10,6 +10,7 @@ - light: restore support for skip-textured bmodels with "_shadow" "1". This is only supported on bmodels where all faces are textured with "skip". - light: add "_lightignore" model key, makes a model receive minlight only. +- qbsp: accept absolute path to map (reported by lurq) 2016-09-09 TyrUtils-ericw 0.15.7 release