FlushGraphics now blocks until the requested graphics are drawn

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@387 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
mcmartin
2002-12-09 22:05:29 +00:00
parent f0524f8540
commit f9807bf16d
11 changed files with 35 additions and 19 deletions
+3
View File
@@ -1,4 +1,7 @@
0.2:
- Rendering thread now broadcasts to a condition variable, stopping most
of the problems we were having where a fast thread spams the DCQ with
too many requests to handle in a timely manner
- Fixed an unsafe memory freeing from sfx.c
- Thread library now includes condition variables
- Shofixti dialogue fixed to subtitles, by BlckKnght