FlushGraphics now tracks and wakes each thread individually, lessening

the stuttering when multiple threads are performing Flush operations.

Also, a number of comments have been reworked for accuracy.


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@527 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
mcmartin
2003-01-03 12:14:19 +00:00
parent af999b15ea
commit 578cf23ba3
12 changed files with 149 additions and 19 deletions
+1
View File
@@ -1,4 +1,5 @@
Changes towards version 0.2:
- FlushGraphics now waits and notifies on a per-thread level
- No longer using SHGetFolderPath on Windows - SvdB
- Key repeat is now enabled when typing text, from slayne
- Capital letter bug in new input code fixed, from slayne