Added '-a' switch to support 'PC-style' course-scan (i.e. use text instead

of images)


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@531 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
ghaushe
2003-01-05 05:21:21 +00:00
parent fa6448e719
commit bd8d3053d2
6 changed files with 264 additions and 6 deletions
+1
View File
@@ -1,4 +1,5 @@
Changes towards version 0.2:
- Added an option ('-a') to display 'PC-style' course-scan -PhracturedBlue
- Fixed deadlock races in new FlushGraphics method -PhracturedBlue
- FlushGraphics now waits and notifies on a per-thread level
- No longer using SHGetFolderPath on Windows - SvdB