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

15520 Commits

Author SHA1 Message Date
OpenRCT2 git bot
960751addb Merge Localisation/master into OpenRCT2/develop. 2018-10-11 04:00:28 +00:00
Michał Janiszewski
63c6486a7f Add missing header guards (#8081) 2018-10-10 23:27:25 +02:00
pizza2004
d904219ffb en-GB: Fix grammatical error [ci skip] 2018-10-10 10:57:05 +02:00
Michał Janiszewski
7660dc8042 Automatically detect fts.h presence when compiling (#8071)
This should support libc-s that don't ship with glibc-like fts.h, e.g.
musl
2018-10-10 00:06:50 +02:00
Michael Steenbeek
12145a34ee Merge pull request #8070 from Gymnasiast/fix/8057
Fix three tile element crashes
2018-10-09 22:49:20 +02:00
Gymnasiast
461342a915 Fix #8048: Crash when opening Six Flags Carolina 2018-10-09 22:20:18 +02:00
Gymnasiast
59a0c6e487 Fix #8047: Crash when using the paint tool and you click an entrance/exit 2018-10-09 22:15:12 +02:00
Gymnasiast
90f04cf478 Fix #8057: Game crashes when placing an entrance 2018-10-09 22:12:29 +02:00
youngspe
c1cd8619e0 Fix #1496: scrolling on touch devices (#8060)
* Fix #1496: scrolling on touch devices

* correct formatting errors
2018-10-09 20:50:17 +02:00
Bart Ribbers
8e6eb08275 Fix compilation on musl (#8067) 2018-10-09 20:42:02 +02:00
Michał Janiszewski
1e9cda8d2b Improve cmake build instructions
With https://github.com/OpenRCT2/OpenRCT2/pull/8054 merged,
OpenRCT2 will be able to search for its data relative to the
executable, which will allow for easy installation in the build
directory.

Improve the suggested build steps to reflect that and add some tips on
building.

[ci skip]
2018-10-09 20:40:53 +02:00
Michał Janiszewski
1334b745dc Refactor search for OpenRCT2 data on Linux (#8054)
It should now cover all use cases supported previously, with added
benefit of automatically checking and prioritising installed directories
(including DESTDIR=.) as well as path relative to $PWD.
2018-10-08 22:45:01 +02:00
OpenRCT2 git bot
ba0c87dfb6 Merge Localisation/master into OpenRCT2/develop. 2018-10-08 04:00:30 +00:00
Hielke Morsink
a15268be56 Fix #8062: Unstable cheat warning only shown when disabled (#8063) 2018-10-08 00:01:40 +02:00
youngspe
c543c1078d Fix 7760: Touchscreen presses are handled twice (#8056) 2018-10-06 17:43:39 +02:00
Hielke Morsink
f468bef6cc Fix crash when map window tries to plot a ride entrances (#8059) 2018-10-06 14:14:09 +02:00
Michael Steenbeek
7fd0571b9c Merge pull request #8046 from Gymnasiast/tile-elementor-strikes-again
Port path elements to new structure, part 1
2018-10-05 12:19:48 +02:00
OpenRCT2 git bot
dc18edcd37 Merge Localisation/master into OpenRCT2/develop. 2018-10-05 04:00:27 +00:00
TheAssassin
f3c3b45178 Add missing trailing semicolon (#8051) 2018-10-04 22:35:59 +02:00
Ted John
25db89d761 Merge pull request #7945 from Berbe/player-name
Correct client IP address not being propagated/stored
2018-10-04 14:38:58 +01:00
Gymnasiast
774d26306f Fix formatting 2018-10-04 14:54:13 +02:00
Gymnasiast
b1f737d985 Remove remaining access to additions field 2018-10-04 14:54:12 +02:00
Gymnasiast
a6885ea464 Replace C-style functions for getting direction 2018-10-04 14:54:12 +02:00
Ted John
9ef4f99d5a [ci skip] Update changelog 2018-10-04 12:47:51 +01:00
Berbe
30f6d2b31f Correct client IP address not being propagated/stored 2018-10-04 12:27:38 +01:00
Gymnasiast
015ece94c6 Replace C-style functions for getting path entries 2018-10-04 12:13:17 +02:00
Gymnasiast
ecd6247462 Replace C-style functions for checking getting path additions 2018-10-04 12:13:17 +02:00
Gymnasiast
ee05438953 Replace C-style functions for checking path addition ghost status 2018-10-04 12:13:17 +02:00
Gymnasiast
e159ac65a6 Replace C-style functions for IsWide() and SetWide() 2018-10-04 12:13:17 +02:00
Gymnasiast
f9f233dbb1 Replace C-style function for HasQueueBanner() 2018-10-04 12:13:17 +02:00
Gymnasiast
37f59e17dc Replace C-style isSloped() function 2018-10-04 12:13:17 +02:00
LRFLEW
c41f862920 Fix some memory leaks 2018-10-04 09:42:22 +02:00
Ted John
82107e5666 Merge pull request #7957 from TheAssassin/appimage
Add build scripts to create an AppImage.
2018-10-04 07:50:06 +01:00
OpenRCT2 git bot
400b1378ea Merge Localisation/master into OpenRCT2/develop. 2018-10-04 04:00:32 +00:00
Gymnasiast
0231fd7ca6 Fix #8007: Track design preview window shows nothing 2018-10-03 22:27:20 +02:00
Michał Janiszewski
b05e66e67d Fix invalid access to font descriptor 2018-10-03 21:20:04 +02:00
Michael Steenbeek
65dcc381f4 Merge pull request #8044 from Gymnasiast/locopath-1
Small tile element and GC cleanup
2018-10-03 20:16:25 +02:00
Gymnasiast
88f3e9be75 Fix crash 2018-10-03 19:38:18 +02:00
Michael Steenbeek
d3da8634d8 Use ClearAs in two places 2018-10-03 14:11:30 +02:00
Michael Steenbeek
0af198aa45 Use constants for flags 2018-10-03 12:31:02 +02:00
Michael Steenbeek
28e8b4e12b Modify game_command_remove_scenery to take unshifted scenery quadrant 2018-10-03 12:31:02 +02:00
Michael Steenbeek
90d7e146f7 Clean up small scenery GC calls a bit 2018-10-03 12:31:02 +02:00
Michael Steenbeek
28d302d653 Remove more direct access to TileElement->type 2018-10-03 12:31:02 +02:00
Michael Steenbeek
02cfffcb1e Remove some direct usage of TileElement->type 2018-10-03 12:18:21 +02:00
Michael Steenbeek
882a65e4c0 Port queue functions 2018-10-03 12:18:21 +02:00
Michael Steenbeek
deeb34f4aa Add fields to PathElement, port GetRCT1Path() 2018-10-03 10:38:46 +02:00
OpenRCT2 git bot
9138c9e4ac Merge Localisation/master into OpenRCT2/develop. 2018-10-03 04:00:29 +00:00
Hielke Morsink
6e62186d01 Fix #8034: screenshot command outputs broken sprites (#8041)
Check for no-graphics instead of headless when creating objects.
2018-10-02 20:09:08 +01:00
Krutonium
52c5fda2a9 Add GitLab as login method to Gitter 2018-10-01 21:04:53 +02:00
OpenRCT2 git bot
1e381bd5ae Merge Localisation/master into OpenRCT2/develop. 2018-09-30 04:00:30 +00:00