Moved image scaling to DCQ thread; fixes scale-out-of-sync problem in

melee. Also reduced number of scaling steps.


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@861 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
gewlitys
2003-03-07 03:04:43 +00:00
parent ce63e30100
commit b0d1e3651c
7 changed files with 58 additions and 40 deletions
+2
View File
@@ -1,4 +1,6 @@
Changes towards version 0.3:
- Moved image scaling to DCQ thread; fixes scale-out-of-sync problem
in melee -Mika
- Fix lockup in cyborg melee (fixes 204 and 218) from chmmravatar
- Added -g option to control gamma correction, from chmmravatar
- Restored the CondBank to actually use condition variables properly