[quake3-commits] [ioquake/ioq3] cb153f: Fix warning that SDL_GetKeyboardState return value...
Zack Middleton
zturtleman at gmail.com
Sat Oct 19 02:12:39 EDT 2013
Branch: refs/heads/sdl2
Home: https://github.com/ioquake/ioq3
Commit: cb153f2aaa3547d03d515c24d2992dc0dad4b1ad
https://github.com/ioquake/ioq3/commit/cb153f2aaa3547d03d515c24d2992dc0dad4b1ad
Author: Zack Middleton <zturtleman at gmail.com>
Date: 2013-10-18 (Fri, 18 Oct 2013)
Changed paths:
M code/sdl/sdl_input.c
Log Message:
-----------
Fix warning that SDL_GetKeyboardState return value is used non-const
Commit: 983ebbb4a67d577be3c2dca194880524a3503e9b
https://github.com/ioquake/ioq3/commit/983ebbb4a67d577be3c2dca194880524a3503e9b
Author: Zack Middleton <zturtleman at gmail.com>
Date: 2013-10-18 (Fri, 18 Oct 2013)
Changed paths:
M code/sys/sys_main.c
Log Message:
-----------
Ignore -psn* arguments on Mac OS X
Mac OS X adds an argument starting with "-psn" when launched using Finder, Dock,
or a terminal using open command and not specifying arguments.
It caused the opening videos to be skipped.
This change mimics SDL 1.2.
Compare: https://github.com/ioquake/ioq3/compare/c6a61d212a0b...983ebbb4a67d
More information about the quake3-commits
mailing list