Fixed .mod file, from fOSSiL.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@559 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2003-01-17 19:10:57 +00:00
parent 2b2551f161
commit 7f1653d91c
2 changed files with 2 additions and 1 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
Changes towards version 0.2:
- Fixed Orz .mod file, from fOSSiL
- Added vertical alignment for subtitles (text runs off screen fix)-from Nic
- Updated infinity text/symbol for RUs - from fOSSiL, Nic
- Split away DCQ-specific code into its own header file
@@ -20,7 +21,7 @@ Changes towards version 0.2:
- Check for a deadlock in savedgames and try to continue -PhracturedBlue
- Added an option ('-a') to display 'PC-style' coarse-scan -PhracturedBlue
- Fixed deadlock races in new FlushGraphics method -PhracturedBlue
- FlushGraphics now waits and notifies on a per-thread level
- FlushGraphics now waits and notifies on a per-thread level - McMartin
- 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