~janisozaur/openrct2/+git/openrct2-janisozaur:fix-13816

Last commit made on 2021-01-14
Get this branch:
git clone -b fix-13816 https://git.launchpad.net/~janisozaur/openrct2/+git/openrct2-janisozaur

Branch merges

Branch information

Recent commits

87216d8... by janisozaur

Fix #13816: Compilation failure on Launchpad

78f6e3e... by =?utf-8?b?zrZlaCBNYXR0?= <email address hidden>

Fix replays not failing when last tick is the cause (#13834)

* Fix replays never failing

* Change replay dependency meta

* Stop replay when state mismatches

f1ea718... by =?utf-8?b?zrZlaCBNYXR0?= <email address hidden>

Fix #13832: Game action position is invalid on opening/closing a ride

baaf686... by OpenRCT2 git bot <email address hidden>

Merge Localisation/master into OpenRCT2/develop

601fa56... by LRFLEW <email address hidden>

Fix Window IDX enum names

0c91ed9... by Duncan <email address hidden>

Fix #13755. Regression causing entity position corruption (#13828)

When switching from variable frame to fixed frame the entity positions could become corrupted. This would cause to end up being stuck inside of tiles that they could not path out of. When switching from normal speed to hyperspeed the rendering switches from variable to fixed frame. Therefore entitys could end up corrupted when enabling hyperspeed. Due to the way the corruption occured a hang or crash could also occur.

5c33773... by OpenRCT2 git bot <email address hidden>

Merge Localisation/master into OpenRCT2/develop

bf63a56... by Michael Steenbeek

Fix #11438: Crash when decreasing map size

93b7b86... by Michael Steenbeek

Merge pull request #13756 from IntelOrca/refactor/guest-list-window

Refactor guest list window to a class

830d242... by Michael Steenbeek

Import RCT1 tile elements by x/y (#13740)

* Import RCT1 tile elements by x/y

* Clean up wall import

* Move tile pointers creation to a separate function and to heap

* Create class for tile pointer index