From fc4160f44eaf08b44c1f2828953bd768d7c1277e Mon Sep 17 00:00:00 2001 From: avolkov Date: Fri, 11 Aug 2006 19:06:21 +0000 Subject: [PATCH] optional joystick git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2407 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/sc2/ChangeLog b/sc2/ChangeLog index 7b14a570d..3b52774fb 100644 --- a/sc2/ChangeLog +++ b/sc2/ChangeLog @@ -1,5 +1,6 @@ Changes towards version 0.6: - Added some generic lib code to be used by future code. - SvdB +- Joystick support is now optional; from SvdB, Alex - Restructed and normalized savegame and game-state reading/writing code; savegames are now compatible between same-endian 32- and 64-bit systems; savegames from prior 64-bit builds cannot be used - Alex