Commit Graph

10199 Commits

Author SHA1 Message Date
Michał Janiszewski d9ca477655 Drop unused RCT_CALL* wrappers 2016-12-15 16:08:11 +01:00
Michał Janiszewski 810d3d41e0 Update 32 bit Dockerfile for libzip 2016-12-14 13:20:37 +01:00
Ted John 1da7fe4667 Merge pull request #4873 from IntelOrca/refactor/file_paths
Abstract paths to IPlatformEnvironment interface
2016-12-14 11:51:35 +00:00
Ted John a7a006f30d Remove obsolete assert 2016-12-14 10:34:22 +00:00
LRFLEW 767f950ede Update Xcode Project 2016-12-14 09:07:08 +00:00
OpenRCT2 git bot fc9d3a2869 Merge Localisation/master into OpenRCT2/develop. 2016-12-14 04:00:20 +00:00
Ted John 15877fcc60 Fix code style 2016-12-14 00:36:12 +00:00
Ted John 56b17310ee Fix writing of string values to console 2016-12-14 00:32:06 +00:00
Ted John 62c088862b Fix case of openrct2.h 2016-12-14 00:32:06 +00:00
Ted John e4345c3d11 Refactor PlatformEnvironment 2016-12-14 00:32:06 +00:00
Ted John 3e21e56b9e Use correct directory base 2016-12-14 00:32:06 +00:00
Ted John 7811987ad1 Use PlatformEnvironment for track design repository 2016-12-14 00:32:06 +00:00
Ted John cc227b7761 Create repositories in OpenRCT2.c 2016-12-14 00:32:06 +00:00
Ted John 7410326fcc Refactor OpenRCT2.cpp 2016-12-14 00:32:06 +00:00
Ted John abc3835d7b Rename openrct2.c h to OpenRCT2.c h 2016-12-14 00:32:06 +00:00
Ted John 1c0e09f68a Use PlatformEnvironment for ScenarioRepository 2016-12-14 00:32:06 +00:00
Ted John c3285ef8f5 Use enum class instead of enum 2016-12-14 00:32:06 +00:00
Ted John e9c778e886 Use IPlatformEnvironment for ObjectRepository 2016-12-14 00:32:06 +00:00
Ted John fd6a750f4e Add PlatformEnvironment implementation 2016-12-14 00:32:06 +00:00
Ted John 590ecf2775 Add PlatformEnvironment interface and enums 2016-12-14 00:32:06 +00:00
Matte A 48eb95d1e6 Fix #4817: Game icon looking blurry with windows scaling feature at 125% 2016-12-14 00:27:37 +00:00
Ted John 5e400b28f3 Add x40 to makeico.linq 2016-12-14 00:27:36 +00:00
Ted John 018c0d5082 Fix #4874: OpenRCT fails to launch if no .config folder exists...
Change platform_ensure_directory_exists to create the directory chain given, e.g. mkdir -p.
Based on https://gist.github.com/JonathonReinhart/8c0d90191c38af2dcadb102c4e202950.
2016-12-13 23:00:37 +00:00
Ted John 1935f79507 Don't return pointer to local variable 2016-12-13 21:48:27 +00:00
OpenRCT2 git bot fe9dd6b7a8 Merge Localisation/master into OpenRCT2/develop. 2016-12-13 04:00:17 +00:00
Ted John f3303b91a9 Add vscode launch configuration
[ci skip]
2016-12-12 20:29:44 +00:00
Duncan 35472fe6e2 Fix #4819. Prevent peep queue loops when next_in_queue broken. 2016-12-12 09:33:55 +01:00
Ted John 9d43eaf0e0 Merge pull request #4867 from IntelOrca/refactor/openrct2-c
Refactor openrct2.c
2016-12-11 20:57:49 +00:00
Marijn van der Werf eb87baa5d8 Update Xcode project 2016-12-11 21:05:52 +01:00
Giles Wells fe2085e0ed Fix spelling error
[ci skip]
2016-12-11 19:24:40 +00:00
Hielke Morsink c3b054e795 Fix typo in msbuild command 2016-12-11 13:44:09 +00:00
Ted John cef2587119 Move RCT2 file copy into rct2.c 2016-12-11 12:16:47 +00:00
Ted John 0019827d6c Refactor sprite tween logic out openrct2.c 2016-12-11 12:16:47 +00:00
Ted John e9bafc2973 Refactor RCT2 interop code to new source 2016-12-11 12:16:43 +00:00
Ted John c6dda4e614 Fix #4863: Build fails when using VS 2017 RC 2016-12-10 00:36:59 +00:00
wolfreak99 d1d6be0b93 Clip all scenery images in scenery window to prevent overflow/overlap 2016-12-08 20:10:16 +01:00
n42k bd02f14699 Fix platform_get_locale_temperature_format() in windows.c 2016-12-08 12:09:21 +00:00
Ted John 1513b88af7 Resolve #4856: Mention Dump File Location in Readme 2016-12-08 11:31:21 +00:00
Yaroslav Tretyakov 51fcfe3379 Fix #4852: Clicking on the hook icon for a person does not return it to the original location (#4854) 2016-12-07 22:28:55 +01:00
OpenRCT2 git bot 1dd2751f4a Merge Localisation/master into OpenRCT2/develop. 2016-12-07 04:00:19 +00:00
OpenRCT2 git bot c462a6dd23 Merge Localisation/master into OpenRCT2/develop. 2016-12-06 04:00:17 +00:00
Michał Janiszewski cbd64af113 Merge pull request #4835 from janisozaur/tests
Add tests
2016-12-04 18:55:02 +01:00
Ted John db39e66c5b Fix machine not specified warning 2016-12-04 15:24:48 +00:00
Ted John f130567554 Define subsystem for release configuration 2016-12-04 14:32:05 +00:00
Michał Janiszewski d2e1857733 Fix #4793: Inventions list broken
This reverts commit 3f767ed8ff and replaces it with exact check that
doesn't trigger array-bounds GCC warning with `-O3`
2016-12-04 12:03:32 +01:00
OpenRCT2 git bot a5de893439 Merge Localisation/master into OpenRCT2/develop. 2016-12-04 04:00:22 +00:00
Ted John 8892a5e17c Fix AppVeyor for testing 2016-12-04 00:27:25 +00:00
duncanspumpkin 7917d189cb Readd addresses header to allow RCT2 builds 2016-12-03 07:19:43 +00:00
Ted John 3a3e3c76d1 Rollback AppVeyor platform update 2016-12-02 22:09:52 +00:00
Michał Janiszewski f9424455e7 Merge pull request janisozaur/OpenRCT2#23
Add msbuild / msvc / windows support for tests
2016-12-02 22:52:07 +01:00