Eugene Sandulenko
|
abea37c9bb
|
ALL: Update ScummVM project license to GPLv3+
|
2021-12-26 18:48:43 +01:00 |
|
Le Philousophe
|
ded4ab6c23
|
WIN32: Enable GNU extensions for mingw
This way old mingw gets its __argc and __argv. Using gnu++11 instead of
undefining __STRICT_ANSI__ makes GCC11 happy.
Closes #3473
|
2021-11-02 20:52:36 +01:00 |
|
Le Philousophe
|
6ba11c8f93
|
WIN32: Make sure _argc and _argv are present with mingw
In mingw32 when __STRICT_ANSI__ is defined these variables doesn't get
defined
|
2021-10-24 15:11:18 +03:00 |
|
sluicebox
|
1071f48be3
|
WIN32: Make main() arguments UNICODE compatible
|
2021-06-29 12:38:01 -05:00 |
|
sluicebox
|
93eeffc84d
|
JANITORIAL: Update old bug tracker numbers
|
2021-03-03 02:15:05 +02:00 |
|
Cameron Cawley
|
9a61a99590
|
BACKENDS: Add init() to OSystem
|
2020-08-24 14:22:35 +02: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 |
|
Thierry Crozat
|
941d22c047
|
BACKENDS: Use OSystem::destroy() instead of deleting directly the g_system instance
|
2018-10-14 21:25:33 +01:00 |
|
Johannes Schickel
|
655f4dfedb
|
WIN32: Fix compilation with MinGW-w64 based Win32 compiler.
|
2016-02-12 19:22:47 +01:00 |
|
Kirben
|
8f9245cfce
|
WIN: Fix mingw64 compilation, by limiting last hack.
|
2015-10-08 11:02:40 +11:00 |
|
Kirben
|
7e81052150
|
WIN: Add hack for command line display in Windows versions built with MinGW.
|
2015-10-08 10:46:05 +11:00 |
|
Johannes Schickel
|
3745ddbefd
|
WIN32: Add experimental SDL2 support.
Based on changes by aquadran.
|
2015-02-16 02:13:11 +01:00 |
|
Johannes Schickel
|
63304ee9ec
|
SDL: Make GPL headers consistent in themselves.
|
2014-02-18 02:39:38 +01:00 |
|
strangerke
|
69b1485a22
|
GIT: Clean up: Suppress SVN tags, now useless
|
2011-05-12 01:16:22 +02:00 |
|
Max Horn
|
47dbd520bb
|
WIN32: Try to fix compiler error for mingw-w64 buildbot build
svn-id: r55785
|
2011-02-05 10:34:37 +00:00 |
|
Max Horn
|
df05ed1a46
|
BACKENDS: Include scummsys.h at top of all .cpp files, *before* any #ifdefs
svn-id: r54573
|
2010-11-29 16:18:43 +00:00 |
|
Alejandro Marzini
|
f9c3a4547c
|
Cleanup and documentation.
svn-id: r50589
|
2010-07-02 06:44:42 +00:00 |
|
Alejandro Marzini
|
e9c12368fc
|
Fix link error with duplicated name files.
svn-id: r50255
|
2010-06-25 00:02:58 +00:00 |
|