From e38e04270d586a27182cbb68406c6a8ad7302ecd Mon Sep 17 00:00:00 2001 From: avolkov Date: Sun, 2 Feb 2003 22:58:08 +0000 Subject: [PATCH] added resource script and icons for win32 git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@641 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/sc2/ChangeLog b/sc2/ChangeLog index f1166f2fa..1735b6e77 100644 --- a/sc2/ChangeLog +++ b/sc2/ChangeLog @@ -1,4 +1,5 @@ Changes towards version 0.2: +- Added icons to win32 builds (MSVC only for now) - Removed the GraphicStrength code, since all that is handled with an arithmetic blit routine outside of the drawing thread - Added an improved version of biadapt scaling filter,