Make DoPopupWindow() work over faded out screens.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3235 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Meep-Eep
2009-10-23 19:51:33 +00:00
parent 62c7422918
commit 6774ad2a9b
7 changed files with 22 additions and 6 deletions
+1
View File
@@ -1,4 +1,5 @@
Changes towards version 0.7:
- Make DoPopupWindow() work over faded out screens. - SvdB
- Trackplayer rewrite; fixed many bugs - Alex
- Source tree reorg: libs/ moved out of sc2code/, msvc++/ moved to
build/msvc6/, src/sc2code/ renamed to src/uqm/ - Coredev