Open andypiper opened 11 years ago
This is an inheritance from xDuke: On Windows 95 platforms this was an improvement from the original icon. We should probably use the MacOS X high quality icon and create Windows Vista/7 icons.
Fixed the OS X icon although for Retina displays we should build a full iconset https://developer.apple.com/library/mac/#documentation/GraphicsAnimation/Conceptual/HighResolutionOSX/Optimizing/Optimizing.html including images up to 512x512@2x
Windows and Linux currently still call SDL_WM_SetIcon in display.c
Although the duke_3d_icon.icns image is used for the app bundle, when running it appears in the Dock with a lower quality icon. This is caused by the SDL app setting SDL_WM_SetIcon(image,NULL); in display.c
Is this intended in respect of "reproducing the original", or should this call be avoided on OS X so the Info.plist overrides it for modern displays?