Ryan C. Gordon [Sun, 11 Sep 2011 01:35:57 -0400] rev 5886
Fixed some compiler warnings on Cygwin.
Ryan C. Gordon [Sun, 11 Sep 2011 00:40:21 -0400] rev 5885
Fixed another nasm warning, this one looking quite serious.
Ryan C. Gordon [Sun, 11 Sep 2011 00:33:18 -0400] rev 5884
Fixed build warnings from nasm on some Hermes blitters.
Ryan C. Gordon [Sat, 10 Sep 2011 23:21:19 -0400] rev 5883
Disabled MMX blitters on GCC. They break the build on tons of machines now.
Ryan C. Gordon [Sat, 10 Sep 2011 19:37:20 -0400] rev 5882
Corrected datatype used for LoadLibrary() return value.
Ryan C. Gordon [Fri, 09 Sep 2011 10:45:48 -0400] rev 5881
Removed sail.bmp reference from Xcode project.
Fixes Buildbot.
Ryan C. Gordon [Fri, 09 Sep 2011 04:48:45 -0400] rev 5880
Fixed a compiler warning.
Ryan C. Gordon [Fri, 09 Sep 2011 04:17:47 -0400] rev 5879
Fixed a compiler warning on Visual Studio.
Ryan C. Gordon [Fri, 09 Sep 2011 02:43:04 -0400] rev 5878
Added a newline to the end of a file to quiet old versions of GCC.
Ryan C. Gordon [Fri, 09 Sep 2011 00:48:53 -0400] rev 5877
Removed WIN_GetKeyboardState().
It causes problems on modern Windows, when a player ALT-Tab's out of a window.
When they ALT-Tab back, the keystate gets confused.
Fixes Bugzilla #659.