~janisozaur/openrct2/+git/openrct2-janisozaur:fix-clear-with-empty-vector

Last commit made on 2020-03-26
Get this branch:
git clone -b fix-clear-with-empty-vector https://git.launchpad.net/~janisozaur/openrct2/+git/openrct2-janisozaur

Branch merges

Branch information

Name:
fix-clear-with-empty-vector
Repository:
lp:~janisozaur/openrct2/+git/openrct2-janisozaur

Recent commits

7d159cd... by janisozaur

Fix #11068: segfault when trying to clear empty list

The report in #11068 was using track designs manager with "Boat hire"
ride, for which there were no designs and selecting "Clear" button on
the list accessed empty vector in `_filteredTrackIds`.

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

Add missing check for valid scenery type (#11067)

cfb405f... by Michael Steenbeek

Use StationIndex in many more places (#10992)

3570441... by Michael Steenbeek

Merge pull request #11061 from Gymnasiast/fix/7094

 Fix #7094: Back wall edge texture in water missing

81c6bb2... by Michael Steenbeek

Prepare guest counters for more than 32767 guests (#10989)

905ba0c... by Michael Steenbeek

Fix #475: GFX water sides drawn incorrectly

aeb1b32... by Michael Steenbeek

Fix #7094: Back wall edge texture in water missing

6c0de27... by Michael Steenbeek

Change calls to tile side drawing to use big Z

9035ba2... by Daan de Heij <email address hidden>

Simple implementation of copy input to clipboard (Ctrl+C) (#11013)

This is a simple implementation of copying all current input text to the clipboard using ctrl+c. A simple dialog acknowledges that text is copied. This commit includes a new string ID for the text in this dialog.

da2ba0b... by Michael Steenbeek

snake_case to camelCase

This is mostly to trigger a rebuild for openrct2.org