From fccfb82dad8716a41239b0117d18f776406544b8 Mon Sep 17 00:00:00 2001 From: mcmartin Date: Tue, 14 Nov 2006 11:16:51 +0000 Subject: [PATCH] Updated for pending 0.6 release git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2503 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/WhatsNew | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/sc2/WhatsNew b/sc2/WhatsNew index 80993396c..a91ff23c9 100644 --- a/sc2/WhatsNew +++ b/sc2/WhatsNew @@ -12,6 +12,29 @@ Changes are broadly classified into the following categories: unlikely to be of interest to you unless you plan on coding extensions. + Version 0.6 + ------------- + +NEW FEATURES + +- Netplay! You can now engage in Super Melee over the Internet. +- Key configuration is now entirely in-game. +- UQM now compiles and runs on 64-bit systems. + +BUGFIXES + +- The Quit button (F10) now works properly when used during the + introduction sequence. +- Various small fixes to text and conversation logic. + +INTERNAL CHANGES + +- The setup menu now reads all its text from the content, easing + translation. +- The MOD player for PC-style music can now be linked against an + external version of libmikmod. +- Various code cleanups and memory optimizations. + Version 0.5 -------------