Add/Remove fuel 10 at a time with PageUp/PageDown, from from Scott A. Colcord, Nic.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3752 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Meep-Eep
2012-01-28 19:02:33 +00:00
parent 3a54081af8
commit 8abe057e2a
2 changed files with 83 additions and 92 deletions
+2
View File
@@ -1,4 +1,6 @@
Changes towards version 0.8:
- PageUp/PageDown now add/remove 10 fuel in the shipyard, from
Scott A. Colcord, Nic
- Annihigate flash thread - SvdB
- Switch SetFlashRect() to the new flash code - SvdB
- Add C++ support to the build system, from Scott A. Colcord