- 26 Nov, 2017 7 commits
-
-
Michał Janiszewski authored
-
Michał Janiszewski authored
-
Michał Janiszewski authored
-
Richard Jenkins authored
[ci skip]
-
Hielke Morsink authored
-
Hielke Morsink authored
This adds a vector of indices used for the track designs array, which is used instead of the window list index. Some other things I've edited that are not directly related to this commit: - Orders widgets in logical order like how they appear on screen - Adds some comments to existing code
-
OpenRCT2 git bot authored
-
- 25 Nov, 2017 13 commits
-
-
Ted John authored
Add optional screenshot argument to set weather
-
Ted John authored
Name known misc sprite fields
-
Michał Janiszewski authored
-
Michał Janiszewski authored
-
duncanspumpkin authored
-
duncanspumpkin authored
Fountain jumping code has been sped up slightly so that the code can be simplified and not require rolling over a unsigned int. Also removed setting direction of the fountain as the field was not used.
-
duncanspumpkin authored
-
duncanspumpkin authored
-
duncanspumpkin authored
-
duncanspumpkin authored
-
duncanspumpkin authored
This will move steam in exactly the same way as the previous code but the code is easier to understand. Note on first load of a save that was made prior to this change there will be 1 tick of incorrect movement for steam. This is barrely noticeable.
-
duncanspumpkin authored
-
OpenRCT2 git bot authored
-
- 24 Nov, 2017 7 commits
-
-
Michał Janiszewski authored
-
Michael Steenbeek authored
-
Michael Steenbeek authored
-
Michael Steenbeek authored
-
Michael Steenbeek authored
-
Michael Steenbeek authored
-
rwjuk authored
-
- 23 Nov, 2017 8 commits
-
-
Marijn van der Werf authored
-
Marijn van der Werf authored
-
Michael Steenbeek authored
Includes a little cleanup for the Ride Groups and a fix in the table with available pieces, which erroneously listed banked pieces as available.
-
Michael Steenbeek authored
-
Hielke Morsink authored
This commit increases the max length of the filter string from 40 to MAX_PATH, so that entire paths can be pasted inside the search box.
-
Michał Janiszewski authored
* GCC suddenly decided `Object` should be marked as `final`, however it is used as a base class for more specific types that inherit from it. * Also ignore -Wsuggest-final-methods for Object class * Guard Object::GetName from being final
-
Ted John authored
- Force refresh of ride list and guest list for both rename ride and demolish ride actions.
-
OpenRCT2 git bot authored
-
- 22 Nov, 2017 5 commits
-
-
Ted John authored
-
Ted John authored
-
Ted John authored
-
Michael Steenbeek authored
-
zyliwax authored
This feature existed in the original RCT1/2 games but was not present in the latest development commit. The original shortcut for this key was '7', placing it between the "Invisible people toggle" (6) shortcut and the "Height marks on land toggle" (8). This commit preserves as much as possible, using placeholder comments that signify the relevant values which this feature actually uses where this is not possible.
-