From 8f9fb50165ffdab86639a5da7652c4f424313d04 Mon Sep 17 00:00:00 2001 From: avolkov Date: Fri, 16 Dec 2005 01:24:57 +0000 Subject: [PATCH] rotating planet facelift git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2077 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/ChangeLog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sc2/ChangeLog b/sc2/ChangeLog index 3109a0a70..da341c021 100644 --- a/sc2/ChangeLog +++ b/sc2/ChangeLog @@ -1,6 +1,7 @@ Changes towards version 0.5: - Rotating 3D planet changes: nicer looking slave shield; planet now - finally looks like a rotating sphere (and not cylinder) - Alex + finally looks like a rotating sphere (and not cylinder); added some + lighting variance to give it a 3D feel (not a smooth ball) - Alex - Refactored colormaps storage, management and transforms; paletted images rendering should be much faster now - Alex - Corrected intro slide 5 (crosshair removed); bug #794, from AusME