From dac85fa62fd100d479c01ec46d968135f93aa4d6 Mon Sep 17 00:00:00 2001 From: mcmartin Date: Thu, 5 Feb 2004 08:32:21 +0000 Subject: [PATCH] Updated git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1319 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sc2/ChangeLog b/sc2/ChangeLog index d7d8ea2e5..c221ca1d8 100644 --- a/sc2/ChangeLog +++ b/sc2/ChangeLog @@ -1,4 +1,8 @@ Changes towards version 0.4: +- Fixed a keyrepeatbug from when the player cancels out of the + Starmap in IP -Michael +- IP_taskfunc now uses PulsedInputState instead of handling its + own debounce delays -Michael - Input code refactoring, phase 1: Replaced messy structs with an array indexed by an enum. -Michael - Thread code refactoring: only the main thread will actually spawn