quakespasm/MacOSX
Ozkan Sezer 78323635a0 silence a few macOS deprecation warnings.
The IOHID deprecation (its use is in in_sdl.c for the mouse acceleration
hack) still needs addressing:

in_sdl.c:163:7: warning: 'IOHIDGetAccelerationWithKey' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
                if (IOHIDGetAccelerationWithKey(mouseDev, CFSTR(kIOHIDMouseAccelerationType), &originalMouseSpeed) == kIOReturnSuccess)
                    ^
/opt/MacOSX11.3.sdk/System/Library/Frameworks/IOKit.framework/Headers/hidsystem/IOHIDLib.h:96:1: note: 'IOHIDGetAccelerationWithKey' has been explicitly marked deprecated here
IOHIDGetAccelerationWithKey( io_connect_t handle, CFStringRef key, double * acceleration ) __attribute__((availability(macos,introduced=10.0,deprecated=10.12)));
^
in_sdl.c:165:8: warning: 'IOHIDSetAccelerationWithKey' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
                        if (IOHIDSetAccelerationWithKey(mouseDev, CFSTR(kIOHIDMouseAccelerationType), -1.0) != kIOReturnSuccess)
                            ^
/opt/MacOSX11.3.sdk/System/Library/Frameworks/IOKit.framework/Headers/hidsystem/IOHIDLib.h:99:1: note: 'IOHIDSetAccelerationWithKey' has been explicitly marked deprecated here
IOHIDSetAccelerationWithKey( io_connect_t handle, CFStringRef key, double acceleration ) __attribute__((availability(macos,introduced=10.0,deprecated=10.12)));
^
in_sdl.c:190:7: warning: 'IOHIDSetAccelerationWithKey' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations]
                if (IOHIDSetAccelerationWithKey(mouseDev, CFSTR(kIOHIDMouseAccelerationType), originalMouseSpeed) != kIOReturnSuccess)
                    ^
/opt/MacOSX11.3.sdk/System/Library/Frameworks/IOKit.framework/Headers/hidsystem/IOHIDLib.h:99:1: note: 'IOHIDSetAccelerationWithKey' has been explicitly marked deprecated here
IOHIDSetAccelerationWithKey( io_connect_t handle, CFStringRef key, double acceleration ) __attribute__((availability(macos,introduced=10.0,deprecated=10.12)));
^
2021-06-28 03:01:02 +03:00
..
codecs oslibs, codecs: updated flac decoder builds. 2021-03-30 11:41:50 +03:00
English.lproj bump version to 0.93.2, update changelog. 2019-09-12 12:36:59 +00:00
QuakeSpasm.xcodeproj silence opengl deprecation warnings from newer mac sdks. 2021-06-28 03:01:02 +03:00
QuakeSpasmPPC.xcodeproj snd_mp3.c: moved mp3 tag stuff into a separate module snd_mp3tag.c 2019-12-12 11:37:32 +00:00
SDL.framework updated SDL-1.2 builds 2021-02-28 05:28:28 +03:00
SDL2.framework rebuilt SDL2 from latest 2.0.14 release. 2021-01-02 01:30:00 +03:00
AppController.h Removed Sparkle auto updates from OS X build and increased version numbers to 0.85.7. 2012-01-01 16:50:33 +00:00
AppController.m silence a few macOS deprecation warnings. 2021-06-28 03:01:02 +03:00
Build_Instructions.md renamed the file with spaces in its name 2012-02-11 16:00:35 +00:00
Info.plist bump version to 0.93.2, update changelog. 2019-09-12 12:36:59 +00:00
Launcher-Info.plist renamed the "Mac OS X" directory to MacOSX (without spaces). 2010-02-16 15:54:59 +00:00
QuakeArgument.h renamed the "Mac OS X" directory to MacOSX (without spaces). 2010-02-16 15:54:59 +00:00
QuakeArgument.m renamed the "Mac OS X" directory to MacOSX (without spaces). 2010-02-16 15:54:59 +00:00
QuakeArguments.h Mac OS X launcher can be suppressed by passing "-nolauncher" on the command line. 2010-08-12 15:41:15 +00:00
QuakeArguments.m macOS launcher: fix parsing of quotes in the args text box 2017-08-14 00:42:14 +00:00
QuakeSpasm.icns (Untested) Use new transparent icon for macosx (16, 32, 64, 128 and 256). 2012-05-10 21:38:50 +00:00
ScreenInfo.h renamed the "Mac OS X" directory to MacOSX (without spaces). 2010-02-16 15:54:59 +00:00
ScreenInfo.m renamed the "Mac OS X" directory to MacOSX (without spaces). 2010-02-16 15:54:59 +00:00
SDLApplication.h macOS: omit the SDLApplication class under SDL2. 2016-10-13 20:05:26 +00:00
SDLApplication.m macOS: omit the SDLApplication class under SDL2. 2016-10-13 20:05:26 +00:00
SDLMain.h renamed the "Mac OS X" directory to MacOSX (without spaces). 2010-02-16 15:54:59 +00:00
SDLMain.m apply changeset 10313 from the SDL hg repo for SDL-1.2-macosx: 2016-09-08 08:33:35 +00:00