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

Last commit made on 2020-08-29
Get this branch:
git clone -b zoomlevel-fix https://git.launchpad.net/~janisozaur/openrct2/+git/openrct2-janisozaur

Branch merges

Branch information

Name:
zoomlevel-fix
Repository:
lp:~janisozaur/openrct2/+git/openrct2-janisozaur

Recent commits

b767aef... by janisozaur

Fix undefined behaviour in ZoomLevel.hpp

Cf. https://docs.microsoft.com/en-us/cpp/cpp/left-shift-and-right-shift-operators-input-and-output?view=vs-2019#footnotes

f56a1de... by Tulio Leao <email address hidden>

Make CONTRIBUTING point to the full tutorial

e9c3f31... by ju-pinheiro <email address hidden>

Close #12423: Refactor NETWORK_SERVER_STATE to use strong enum (#12802)

#12423

6e7927e... by Tulio Leao <email address hidden>

Merge pull request #12804 from gguedesaz/fix-readme-wiki

Fix #12800: Enhance readme.md for macOS builds

bfdc1f6... by lukaszpe

Close #12430: Refactor OBJ_STRING_ID to use strong enum (#12796)

731a93d... by Tulio Leao <email address hidden>

Create WindowColour enum for widget definition calls (#12722)

* Make MakeWidget* functions take enum colour

* Make windows A-D use WindowColour enum

* Make windows E-G use WindowColour enum

* Make windows I-M use WindowColour enum

* Make windows N-P use WindowColour enum

* Make windows R-S use WindowColour enum

* Make windows T use WindowColour enum

* Make windows V-W use WindowColour enum

a893965... by Gabriel Guedes <email address hidden>

Rephrasing Linux's detailed instructions for builds

Making it consistent with macOS text

0d88f29... by Gabriel Guedes <email address hidden>

Fix #12800: Add detailed information for macOS cmake builds

Adding link to detailed information on compiling with cmake on MacOS

8d366eb... by Cory Sanin <email address hidden>

Add Ride.totalProfit to the plugin API (#12795)

Add Ride.totalProfit to the plugin API

b53c4b3... by awiebe <email address hidden>

Downgrade Mac build requirements of OpenRCT2 to macOS 10.13 (#12749)

Keep targeting macOS 10.14 for libopenrct2 target. Replace deployment target with macOS 10.13 for other targets, including the OpenRCT2 bundle.

Explicitly type std::arrays, since Xcode refuses to use C++17 array deduction.

Co-authored-by: Aaron van Geffen <email address hidden>