- 31 Jul, 2017 1 commit
-
-
OpenRCT2 git bot authored
-
- 30 Jul, 2017 13 commits
-
-
Ted John authored
Move remaining functions out rct2.c
-
wolfreak99 authored
-
wolfreak99 authored
-
wolfreak99 authored
-
wolfreak99 authored
-
Michał Janiszewski authored
-
Michał Janiszewski authored
-
Michał Janiszewski authored
-
Michał Janiszewski authored
-
Michał Janiszewski authored
-
Michał Janiszewski authored
-
Michał Janiszewski authored
-
Richard Jenkins authored
-
- 29 Jul, 2017 26 commits
-
-
Ted John authored
Implement #2225: Change mountain tool to ignore higher surrounding tiles
-
jensj12 authored
-
ζeh Matt authored
-
Ted John authored
-
Ted John authored
- rct2_init_directories - get_file_path
-
Ted John authored
-
Ted John authored
-
Ted John authored
Regression from #5775.
-
Ted John authored
No palette was loaded, so load it in game_init_all.
-
Richard Jenkins authored
-
jensj12 authored
-
jensj12 authored
-
jensj12 authored
-
jensj12 authored
Fixes #2225. The mountain tool will now stop at land edges. It also improves the performance of the mountain tool.
-
jensj12 authored
Saves a few lines of code
-
jensj12 authored
Errors in game_command_raise/lower_land will now be passed on in smooth_land. Removes need for error checking elsewhere
-
jensj12 authored
Behaviour now matches that of the non-mountain land tool. Provide define for min/max land height and fix a bug where the mountain tool would incorrect raise/lower land.
-
jensj12 authored
-
jensj12 authored
Change the landscaping cost to be $5 per quarter cell changed. This normalizes the cost for the maintain tool.
-
jensj12 authored
This makes the mountain tool calculate the cost properly. Fixes #2229,
-
Ted John authored
Fix #6052: Unable to place entrance/exit on certain ride types. The issue is caused by ride types that don't automatically close the construction window which leads to execute following condition: https://github.com/OpenRCT2/OpenRCT2/blob/develop/src/openrct2/world/map.c#L3374-L3378 Which later executes GAME_COMMAND_REMOVE_TRACK with the ghost flag set: https://github.com/OpenRCT2/OpenRCT2/blob/develop/src/openrct2/ride/ride.c#L1416-L1424 But then ignores the ghost flag and removes the entrances. I've also refactored the flags to use the actual named flags.
-
ZehMatt authored
-
ZehMatt authored
-
ZehMatt authored
-
ζeh Matt authored
-
Michael Steenbeek authored
Show up to 128 open rides in the New Campaign dropdown.
-