From 5ded3550ff3ab6b2ebbd34ba88b820e729dbf2cb Mon Sep 17 00:00:00 2001 From: curt Date: Wed, 9 Sep 1998 20:57:36 +0000 Subject: [PATCH] news ... --- NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/NEWS b/NEWS index 98e8c14f7..16397e229 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +New in 0.54 +* More optimizations and code cleanups. (Norman Vine, Bernie Bright, Charlie + Hotchkiss.) +* Bug fixed that was causing odd display artifacts due to a degenerate + fragment being created for every tile. +* Bug fixed that caused scenery generation to go bad (misplaced fclose on an + invalid file descriptor.) + New in 0.53 * Some initial "GameGLUT" support contributed by Gary R. Van Sickle (tiberius@braemarinc.com)