Le Philousophe
6293c2b3c2
WIN32: Don't use unsafe strcat and strcpy
2022-10-23 22:46:19 +02:00
Eugene Sandulenko
abea37c9bb
ALL: Update ScummVM project license to GPLv3+
2021-12-26 18:48:43 +01:00
Orgad Shaneh
44219dfa1a
BACKENDS: Use nullptr
...
Using clang-tidy modernize-use-nullptr
2021-11-14 15:51:59 +02:00
Le Philousophe
174e0cc98a
WIN32: Fix compilation for good ol' Windows 9x
...
Set _WIN32_IE to 0x500 everywhere and remove where it's not needed.
As we gracefully check if the function is present or not, it's OK to set
this define without having IE 5.0 installed on target
2021-11-14 10:45:09 +01:00
sluicebox
3d6524c9f4
WIN32: Add Portable Mode
...
Adds support for a self-contained portable mode in which the
executable's directory is used for application files instead
of directories in the user's profile.
Portable mode is activated by placing a scummvm.ini file in
the executable's directory. The directory must be outside of
the system's Program Files directory to comply with UAC.
2021-11-13 21:22:28 +01:00
sluicebox
abc3c36c37
WIN32: Make WindowsSaveFileManager UNICODE compatible
2021-06-29 12:38:01 -05:00
sluicebox
863747bc96
WIN32: Use MAX_PATH (260) instead of MAXPATHLEN (256)
2021-06-29 12:38:01 -05:00
Cameron Cawley
5c255b3aa9
WIN32: Add override and final keywords
2020-10-16 18:32:08 +01:00
Cameron Cawley
f2b9f7bb76
BACKENDS: Remove the Windows CE port
2019-11-17 22:33:56 +01:00
SupSuper
d0512db25c
WIN32: Move all ARRAYSIZE undefs to util.h
...
Instead of trying to undefine ARRAYSIZE everywhere we use a Windows header, let's just do it before we define our own
2018-12-17 12:28:33 +02:00
Filippos Karapetis
54159276c7
WIN32: Fix build after the addition of SHGetFolderPath()
2018-12-16 19:50:05 +02:00
Cameron Cawley
1de8f1e529
WIN32: Use SHGetFolderPath to get the location of the Application Data folder ( #1449 )
2018-12-16 17:04:24 +02:00
Johannes Schickel
449ea100d9
WIN32: Make GPL headers consistent in themselves.
2014-02-18 02:39:40 +01:00
Littleboy
339fb6968e
BACKENDS: Silence warning about ARRAYSIZE in windows-saves
2012-07-14 12:22:11 -04:00
Travis Howell
8701e0a382
WINDOWS: Add default save paths for Windows NT4 onwards
2012-01-23 23:18:21 +11:00