Any input gesture is now guaranteed to persist for at least one frame.

This fixes Bug #864.  Note that this also adds an "Input Frame" 
abstraction into the input library.


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2688 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
mcmartin
2007-01-30 07:43:40 +00:00
parent 94fd412f2e
commit 4a99d4b2fb
6 changed files with 54 additions and 6 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
Changes towards version 0.7:
- Remove the unnecessary VControl memory abstraction layer - Michael
- Any input will register for at least one frame (Bug #864) - Michael
- Many VControl cleanups - Michael
- Fix compilation without Netplay support - SvdB
- Added limited AIFF sound file decoder for playing 3DO originals;
SDX2 decoder by SvdB - Alex