From 21a454d53df7b6d8e5933eadb751749f4e3ecc58 Mon Sep 17 00:00:00 2001 From: avolkov Date: Tue, 13 Dec 2005 07:31:43 +0000 Subject: [PATCH] refactored colormaps git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2064 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sc2/ChangeLog b/sc2/ChangeLog index 56b367a78..6dcce6b8a 100644 --- a/sc2/ChangeLog +++ b/sc2/ChangeLog @@ -1,4 +1,6 @@ Changes towards version 0.5: +- Refactored colormaps storage, management and transforms; paletted + images rendering should be much faster now - Alex - Corrected intro slide 5 (crosshair removed); bug #794, from Benjamin - Split off alien comm colormaps from global scclrtab into corresponding race dirs (avoids potential mod collisions) - Alex