Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
There was a typo in the name (missing 'r' in browser).
|
|
Instead of trying to undefine ARRAYSIZE everywhere we use a Windows header, let's just do it before we define our own
|
|
|
|
|
|
folder (#1449)
|
|
There's no point in testing for Windows 10 since the comparison is already "greater than or equals", and it identifies itself as 6.2 for backwards compatibility. Likely it was failing before because the return type was wrong.
Version checks are unreliable anyways, should use feature checks, but "if it ain't broke don't fix it".
|
|
|
|
|
|
Replace calls to GetUserDefaultUILanguage and SHGetFolderPath which aren't supported in older Windows.
|
|
|
|
instance
|
|
|
|
|
|
OSystem_SDL
|
|
|
|
|
|
|
|
This broke compilation on buildbot as ShlObj.h cannot be found.
A developer that has access to Windows should take a look to
properly fix this.
|
|
There is no GUI option to set the screenshot directory, but this
allows power users to set it if they don't want to use the default.
|
|
This fixes bug #9701: WINDOWS: Flow of taking screenshots
on Windows is broken
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Based on changes by aquadran.
|
|
|
|
|
|
|
|
|
|
|
|
- Conversion from double to float
- Unary minus operator applied to unsigned type
- ARRAYSIZE redefinition
|
|
of enabling the console window.
|
|
We bypass SDL_WM_SetIcon and setup the window icon using the embedded icon, with the default path as a fallback.
This allows us to use an antialised icon with alpha transparency (which the default included icon doesn't have) on Windows XP and later
|
|
|
|
Taskbar integration
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This should fix compilation on mingw64
|
|
|