1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-31 02:35:46 +01:00
Commit Graph

28 Commits

Author SHA1 Message Date
Christian Murphy
d8cd8f1b13 Move Preprocessor to linux.c 2017-02-17 22:43:10 +00:00
Christian Murphy
29ba9586f5 Update platform.h 2017-02-16 21:47:00 +00:00
Christian Murphy
b40c57934b Update platform.h 2017-02-16 12:23:32 +00:00
Christian Murphy
c3ea18f490 Modified MAX_PATH usage to use more appropriate MAX_COMMAND_LENGTH 2017-02-15 23:10:04 +00:00
Christian Murphy
b552231c1d more bash escapes on zenity commands for file dialog 2017-02-15 21:45:21 +00:00
Christian Murphy
fb0661b55e improve file dialogs (zenity + kdialog) 2017-02-13 21:11:13 +00:00
Ted John
591e81a0af Merge pull request #5157 from IntelOrca/fix/windows-tests-assert
Allow control of assertion behaviour
2017-02-10 18:18:49 +00:00
Ted John
b79e714740 Fix compilation of sprite.cpp 2017-02-09 18:50:30 +00:00
Ted John
e649e7ad4a Move creation of version string to Version.cpp 2017-02-09 17:58:19 +00:00
Ted John
5787a0bf90 Use S6Exporter for crash handler 2017-02-08 22:17:01 +00:00
muemart
a64dae573a Fix data path command line on windows 2017-01-31 19:41:26 +00:00
duncanspumpkin
7cddd36feb Fix RCT2 builds
Due to increased warnings unreachable code warning was causing a failure to compile.
2017-01-25 18:35:28 +00:00
Ted John
efb64603eb Only create OpenGL window when necessary
Currently the game window is always created with an OpenGL context which then means that opengl32.dll and other modules are loaded. The OpenGL window flag will now only be used if the config drawing engine is set to OpenGL. This now means that a restart of the game is required when switching to the OpenGL drawing engine for Windows.

#5104
2017-01-22 21:38:08 +00:00
Ted John
fc66f42c31 Add config option to enable / disable light FX 2017-01-21 12:01:01 +00:00
Broxzier
60603ae10a Use types from common.h 2017-01-14 12:37:31 +01:00
Michał Janiszewski
33dcb1a506 Rename types to avoid shadowing 2017-01-13 10:57:00 +01:00
Ted John
d70cd3775e Fix silent warnings 2017-01-12 18:40:49 +00:00
Ted John
1bf7a0ffdb Fix Win32 warnings 2017-01-12 18:28:51 +00:00
Ted John
b79af110c7 Fix more warnings 2017-01-12 18:02:28 +00:00
Ferdinand Thiessen
afbe1dda0f Fix 'No real prototype' warnings 2017-01-12 09:52:44 +01:00
LRFLEW
47c532d020 Don't zoom to cursor for keyboard or toolbar inputs (#5028) 2017-01-11 17:43:11 -06:00
Ted John
191c4ab998 Fix mingw build 2017-01-10 17:58:04 +00:00
Ted John
21bb7b9da6 Add back main entry point for mingw 2017-01-10 17:29:55 +00:00
Ted John
d535e290d3 Remove --console CLI switch 2017-01-10 17:29:52 +00:00
Ted John
73b21b5880 Convert openrct2 to static library 2017-01-10 17:29:02 +00:00
Michał Janiszewski
bd140e78fb Compile fixes for MinGW (#4998)
* Fix mismatched condition in CMakeLists.txt

* Fix MinGW release builds
2017-01-06 07:04:25 +01:00
Michał Janiszewski
6684851115 Fix MinGW builds 2017-01-04 18:28:39 +00:00
Ted John
25bc798ff8 Move contents of src into project sub directory 2017-01-04 17:44:12 +00:00