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

Last commit made on 2020-07-27
Get this branch:
git clone -b pie https://git.launchpad.net/~janisozaur/openrct2/+git/openrct2-janisozaur

Branch merges

Branch information

Recent commits

4e30031... by janisozaur

Generate position-independent code for amd64 builds for Linux

This is standard on some distributions, a good practice to play along
with ASLR and changes a bit what compiler knows about possible null
values, for which it complained in Launchpad builds in the past.

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

Merge Localisation/master into OpenRCT2/develop.

41162cc... by Michael Steenbeek

Fix: bad kerning on lowercase 'j' character (original bug)

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

Merge pull request #12487 from IntelOrca/fix/12297-opengl-resizeatlas

Fix #12297: OpenGL renderer causing artifacts

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

Fix #12297: OpenGL renderer causing artifacts

Do not re-allocate texture memory if we don't need to and aren't going to restore the old pixels.

8a378ad... by Duncan <email address hidden>

Remove uses of GET_PEEP macro and replace with GetEntity (#12467)

* Use TryGetEntity and GetEntity instead of macro

* Use GetEntity for ui guest window

* Remove final GET_PEEP macro uses

* Fix remaining issues

ba10b84... by Michael Steenbeek

Fix #12478: Crash in track_block_get_next()

9db2aac... by Michael Steenbeek

Merge pull request #12482 from frutiemax/Fix12457

Close #12457: Refactor INTRO_STATE to use strong enum

6598ae1... by frutiemax <email address hidden>

Close #12457: Rename INTRO_STATE to use PascalCase

0f1788d... by frutiemax <email address hidden>

Part of #12457: Refactor INTRO_STATE to use strong enum