Made functions for GET_GAME_STATE and SET_GAME_STATE, providing some

state debugging code (#define STATE_DEBUG in globdata.h).
Also documented some of the states.


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1118 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2003-08-24 16:42:34 +00:00
parent 15cd9cff30
commit cd50e140ea
8 changed files with 95 additions and 36 deletions
+1
View File
@@ -1,4 +1,5 @@
Changes towards version 0.3:
- Made functions for GET_GAME_STATE and SET_GAME_STATE - SvdB
- Fixed bug with entering closing portals (bug #108) - SvdB+chmmravatar
- Mouse cursor is now hidden in fullscreen mode (bug #173) -Mika
- Version checks inside the input code to flag incompatible changes --Michael