Added commandline and installer options for "Safe Mode" startup

(See Bug #946 for more details.)


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2673 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
mcmartin
2007-01-19 03:44:39 +00:00
parent 16122a71da
commit 7da89e82ab
4 changed files with 29 additions and 1 deletions
+3
View File
@@ -1,4 +1,7 @@
Changes towards version 0.7:
- Added -w and -x commandline options, to counter -f and -o; used these
to implement "Safe Mode" links in the Win32 installer (Bug #946)
- Michael
- OpenGL texture loading uses surface pitch instead of screen width.
This should head off future bugs similar to Bug #740 (this issue was
reported as Bug #956) - Michael