From 54473db082e7944af1744ce5e1525f0e79fe9fc2 Mon Sep 17 00:00:00 2001 From: avolkov Date: Fri, 9 Dec 2005 20:06:04 +0000 Subject: [PATCH] split comm cmaps git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2055 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sc2/ChangeLog b/sc2/ChangeLog index 33210bfad..c70706d5a 100644 --- a/sc2/ChangeLog +++ b/sc2/ChangeLog @@ -1,4 +1,6 @@ Changes towards version 0.5: +- Split off alien comm colormaps from global scclrtab into + corresponding race dirs (avoids potential mod collisions) - Alex - Refactored font engine: fonts are loaded and treated as alpha-channel-only images (allowing for antialiased fonts now); solid color and gradient/alternate effects processing is unified - Alex