1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 03:23:15 +01:00
Commit Graph

15341 Commits

Author SHA1 Message Date
Aaron van Geffen
e1d6585423 Simplify EscapePathForShell by using std functions. 2018-09-13 23:20:17 +02:00
Gymnasiast
e84348309c Add function to shell-escape path 2018-09-13 22:20:45 +02:00
Gymnasiast
3623e80428 Add #7971 to changelog [ci skip] 2018-09-13 22:20:45 +02:00
Gymnasiast
dfdb3b4681 Rename STR_OPEN_CUSTOM_USER_FOLDER 2018-09-13 22:20:45 +02:00
Gymnasiast
40cd64c916 Add Linux support 2018-09-13 22:20:45 +02:00
Christian Schubert
b1ac76910e Removed methods from Context, added headers and functionality only in TitleMenu.cpp 2018-09-13 22:20:45 +02:00
Christian Schubert
97ebf50035 Removed c styled method. 2018-09-13 22:19:51 +02:00
Christian Schubert
6e6753aaf1 Added MacOS OpenFolder support. 2018-09-13 22:19:51 +02:00
Christian Schubert
48d6e2f58f Added 'open custom content folder' button to toolbar menu. 2018-09-13 22:18:09 +02:00
Viktor Friberg
574fd83882 Improve #2940: Staff patrol areas can now be mouse-painted in singleplayer 2018-09-13 09:25:12 +02:00
Ted John
c07a57eb73 Merge pull request #7980 from IntelOrca/improve-portable-builds
Improve portable builds
2018-09-13 08:22:41 +01:00
OpenRCT2 git bot
8c01992680 Merge Localisation/master into OpenRCT2/develop. 2018-09-12 04:00:29 +00:00
OpenRCT2 git bot
1eecd37243 Merge Localisation/master into OpenRCT2/develop. 2018-09-10 04:00:32 +00:00
Aaron van Geffen
825be55158 Merge pull request #7730 from wolfreak99/improvements/ride_graph_red_danger_gs
Draw dangerous G forces in red on ride graph
2018-09-09 11:29:46 +02:00
Ted John
6a38f7dbd4 Merge pull request #7979 from IntelOrca/appveyor/cleanup
Appveyor / msbuild cleanup
2018-09-09 01:24:07 +01:00
Hielke Morsink
64c52fa796 Improve readability 2018-09-09 00:16:46 +02:00
wolfreak99
28bfab0c9b Draw dangerous G forces on graph in red 2018-09-09 00:03:35 +02:00
Ted John
881060b746 Update man file 2018-09-08 22:23:13 +01:00
Ted John
e46a0e6a16 Update changelog 2018-09-08 22:22:19 +01:00
Ted John
b9c2fdedd1 Resolve absolute path when indexing files
This ensures scenarios are displayed with their full path in the scenario select window rather than as specified in config or command line.
2018-09-08 22:17:21 +01:00
Ted John
94592f50e6 Allow RCT1 path to be specified as cmdline argument 2018-09-08 22:07:44 +01:00
Ted John
56444e6870 Remove build dependency for g2 target
The reason for removing this is so that running the g2 target does not cause a build when it isn't necessary such as if the build is out of date or there is a platform or configuration mismatch.
2018-09-08 21:32:05 +01:00
Ted John
5ff7a0a4f8 Remove code signing clutter 2018-09-08 21:29:10 +01:00
deurklink
a5cbcb448c Fix #7975: Clear inspection due flag when interval set to Never 2018-09-07 13:08:26 +02:00
ζeh Matt
65659e2ab6 Fix OpenGL renderer stuttering when loading new textures into atlas 2018-09-07 10:21:28 +02:00
Michał Janiszewski
a1fd033822 Add RISC-V architecture information (#7966) 2018-09-03 10:22:36 +02:00
OpenRCT2 git bot
34246e0227 Merge Localisation/master into OpenRCT2/develop. 2018-09-03 04:00:55 +00:00
OpenRCT2 git bot
983a63b9e3 Merge Localisation/master into OpenRCT2/develop. 2018-09-02 04:00:31 +00:00
Michael Steenbeek
bba029b3c9 Merge pull request #7964 from Gymnasiast/czech-letters
Add Hungarian letters (plus some Czech ones)
2018-09-01 21:34:08 +02:00
Gymnasiast
b1e9afb542 Amend changelog 2018-09-01 21:03:56 +02:00
Gymnasiast
3b5a766f34 Add glyphs for Ő, ő, Ű and ű 2018-09-01 21:03:56 +02:00
Gymnasiast
e6d3d15ea1 Move Latin letters to a subdirectory 2018-09-01 20:42:24 +02:00
Gymnasiast
3b97f6d9f6 Add y with acute 2018-09-01 20:42:24 +02:00
Gymnasiast
ab1044d2de Add C with caron 2018-09-01 20:42:24 +02:00
Michael Steenbeek
b24237eda2 Add #7930 to changelog [ci skip] 2018-09-01 20:37:28 +02:00
Christian Schubert
f1d5989bc3 Implement #7930: automatically create custom user content folders 2018-09-01 20:36:18 +02:00
Ted John
303dd66e5d Merge pull request #7952 from ZehMatt/context-refs
Use std::unique_ptr in context
2018-08-31 21:05:23 +01:00
Matt
1ca41da2aa Unload objects from context destructor. 2018-08-31 07:18:51 +02:00
Matt
ccf12befd5 Formating. 2018-08-31 07:18:51 +02:00
Matt
8c6f6a18ab Remove unused passing of object manager. 2018-08-31 07:18:50 +02:00
Matt
71e1b1c21a Remove unnecessary call that can cause null dereference. 2018-08-31 07:18:50 +02:00
Matt
2ac6262293 Use std::unique_ptr for LocalisationService 2018-08-31 07:18:50 +02:00
Matt
837c0a9e7f Use std::unique_ptr for ObjectManager and ObjectRepository 2018-08-31 07:18:49 +02:00
Matt
04928d4b84 Refactor reference over std::shared_ptr. 2018-08-31 07:18:48 +02:00
OpenRCT2 git bot
ad3e3c589b Merge Localisation/master into OpenRCT2/develop. 2018-08-31 04:00:27 +00:00
Michał Janiszewski
87af44e9df Merge pull request #7953 from OpenRCT2/libSegFault
Use libSegFault to print stack traces on Travis
2018-08-30 23:19:15 +02:00
Michał Janiszewski
f9600ccfd9 Only provide strcasestr for WIN32 toolchains
All the other toolchains appear to be providing this function and only
MSVC+mingw are missing out.

cf. https://github.com/OpenRCT2/OpenRCT2/pull/7942
2018-08-30 22:56:14 +02:00
pkubaj
03cd16220e Change ordering of includes (#7941)
It fixes build with LLVM 6.0.1 and GCC 7.3.0 on FreeBSD 11.2-RELEASE
2018-08-30 21:19:46 +02:00
Ted John
7faa4e06e0 Update gtest to latest snapshot (#7950)
This fixes issues when building with MSVC 15.8.
2018-08-30 10:10:36 +02:00
Michael Steenbeek
0ba47eed2a Add #7929 to changelog [ci skip] 2018-08-29 23:38:58 +02:00