Added --keepaspectratio option to keep correct aspect ratio with custom resolutions

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2825 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
gewlitys
2007-07-29 19:18:14 +00:00
parent c82e1fa430
commit ca2f82e40f
6 changed files with 87 additions and 14 deletions
+2
View File
@@ -1,4 +1,6 @@
Changes towards version 0.7:
- Added --keepaspectratio to keep correct aspect ratio when using
custom resolutions in OpenGL mode - Mika
- Add /var/tmp as possible location for temporary files. Don't try
/tmp and /var/tmp at all on MS Windows (Cygwin excepted) - SvdB
- Added fullscreen/windowed toggle key F11 - Mika