~janisozaur/openrct2/+git/openrct2-janisozaur:namespace

Last commit made on 2020-02-03
Get this branch:
git clone -b namespace https://git.launchpad.net/~janisozaur/openrct2/+git/openrct2-janisozaur

Branch merges

Branch information

Recent commits

2d2242a... by janisozaur

Place constexpr functions in anonymous namespace

b9a61c0... by Umdlye <email address hidden>

Update readme.md (#10649)

24cc4be... by Ted John <email address hidden>

Update readme.md (#10646)

VS2019 is now required.

5dbd3c7... by Ted John <email address hidden>

Allow tests to work with CRLF test data

1dc7bc2... by Duncan <email address hidden>

Merge pull request #10643 from Gymnasiast/refactor/remove-optional-polyfill

Remove opt::optional polyfill

90f788e... by Ted John <email address hidden>

Fix Windows debug builds

0689829... by Ted John <email address hidden>

Update Windows dependencies to v20 (#10642)

ca2f37a... by Michael Steenbeek

Remove opt::optional polyfill

std::optional is supported by Xcode 10. The non-polyfill variant was already used in our code, so this is not likely to break anything that wasn't broken before.

fd6c709... by Michael Steenbeek

Merge pull request #10608 from Gymnasiast/refactor/last-next-research-item-optional

Convert gResearchLast/NextItem to std::optional

57daba8... by Michael Steenbeek

Merge pull request #10640 from IntelOrca/github-actions-android

Enable Android builds with GitHub Actions