~janisozaur/openrct2/+git/openrct2-janisozaur:title-seq-0.1.2b

Last commit made on 2019-06-25
Get this branch:
git clone -b title-seq-0.1.2b https://git.launchpad.net/~janisozaur/openrct2/+git/openrct2-janisozaur

Branch merges

Branch information

Name:
title-seq-0.1.2b
Repository:
lp:~janisozaur/openrct2/+git/openrct2-janisozaur

Recent commits

0126d88... by janisozaur

Use 0.1.2b release of title sequence

0.1.2b contains the same title sequence as previous release, but the
parks no longer use RLE chunks, which improves overall compression when
distributing as zip file.

This aims to alleviate the problems with Linux builds on Travis going
over quota and failing to upload to https://openrct2.org/

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

Merge Localisation/master into OpenRCT2/develop.

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

Fix #9476: Running `simulate` command on park yields `Completed: (null)`

6bd298b... by Duncan <email address hidden>

Merge pull request #9392 from duncanspumpkin/pickupAC

Peep Pickup Game Action

2de9430... by duncanspumpkin <email address hidden>

Remove incorrect code that resets picked peep

The game command owner is never set for game actions so this would be incorrect

27e958f... by duncanspumpkin <email address hidden>

Increment network version

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

Cancel concurrent peep pickups on placement (#29)

b896f07... by duncanspumpkin <email address hidden>

Add PeepPickupAction

Move Guest and Staff pickup to the new game action. Rework the game
action so that only one game action is required for the two game
commands. Remove the final game command with a callback.

65c0b05... by duncanspumpkin <email address hidden>

Fix build for gcc

Invalid cast to int32_t that had been left in after refactoring months ago. Latest version of gcc flags this as the cast made this a comparison between a signed and unsigned value.

cc82975... by Duncan <email address hidden>

Merge pull request #9448 from ZehMatt/fix-9287

Fix marketing/money effect bugs