~janisozaur/openrct2/+git/openrct2-janisozaur:align-track-checksum

Last commit made on 2019-02-05
Get this branch:
git clone -b align-track-checksum https://git.launchpad.net/~janisozaur/openrct2/+git/openrct2-janisozaur

Branch merges

Branch information

Name:
align-track-checksum
Repository:
lp:~janisozaur/openrct2/+git/openrct2-janisozaur

Recent commits

7e51a93... by janisozaur

Fix alignment of track checksum

4192ffe... by =?utf-8?q?Micha=C5=82_Janiszewski?= <email address hidden>

Improve cmake for MSVC (#8581)

* Improve cmake for MSVC

* Fix mingw builds

8a395e3... by =?utf-8?q?Micha=C5=82_Janiszewski?= <email address hidden>

Fix misaligned access (#8665)

Platforms like ARM are very sensitive to unaligned access. This change
makes sure the addresses obey the C++ standard and are properly aligned.

613521f... by Tom Lankhorst

changelog: change #8647 to 'fix' [ci skip]

6bdbe24... by =?utf-8?q?Micha=C5=82_Janiszewski?= <email address hidden>

Merge pull request #8641 from tomlankhorst/use-lto

Detect availability of LTO, apply when available

ce6e08c... by Tom Lankhorst

Introduce SET_CHECK_CXX_FLAGS

beaeaa9... by Tom Lankhorst

Catch curl transfer.sh failures /w timeout (#8629)

* Handle transfer.sh upload failures

Add `||` condition on `curl` and add `-m` option set to 300 seconds.

* Missing ; at end of line

* Add --max-time to tagged builds, but do fail

* Rename env var to TRANSFER_MAX_SECONDS

* Explicitly set --connect-timeout on cURL

Because -m caused timeouts still. Also, removed --progress-bar.
Renamed env var to CURL_OPTION_NAME, specified unit in comment.

5219481... by Tom Lankhorst

Chat toggle button (#8648)

* Add chat_available()

* Add appropriate strings

* Add new Chat icon

* Implement Chat button

* CS

* Fix chat icon

* Make chat icon a bit smaller and less bright

* Update chat icon

* Update changelog

604da7c... by =?utf-8?q?Micha=C5=82_Janiszewski?= <email address hidden>

Merge pull request #8661 from tomlankhorst/refactor-random

Refactor random engine

b657d3b... by Duncan <email address hidden>

Merge pull request #8664 from tomlankhorst/8647-changelog-update

Update changelog according to #8647