From b1dfc726319603c242aa72e43d7193f55ec6f36b Mon Sep 17 00:00:00 2001 From: gewlitys Date: Sat, 21 Dec 2002 21:11:04 +0000 Subject: [PATCH] updated git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@458 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/ChangeLog | 1 + sc2/TODO | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/ChangeLog b/sc2/ChangeLog index e1f2699b2..7f54d487c 100644 --- a/sc2/ChangeLog +++ b/sc2/ChangeLog @@ -1,4 +1,5 @@ 0.2: +- Planet surface is now smoothed, from PhracturedBlue - Implemented scanlines in pure SDL mode - Mika - Star sizes and colors are now correct in solar system, from fOSSiL - Captain portraits in melee are now updated properly after battle and diff --git a/sc2/TODO b/sc2/TODO index 0beb69173..337d8ec8d 100644 --- a/sc2/TODO +++ b/sc2/TODO @@ -146,7 +146,6 @@ Stuff still to do (medium size): - try to speed up resource loading. It looks to be much slower now than it needs to be. - Convert bulky media files into more compact representations -- planet surface smoothing - Proper uninitialization of everything when quitting - Currently pretty nonexistant, got only some atexit callbacks - Option to display the planet statistics as text instead of images?