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?