~janisozaur/openrct2/+git/openrct2-janisozaur:colour-validate

Last commit made on 2019-07-23
Get this branch:
git clone -b colour-validate https://git.launchpad.net/~janisozaur/openrct2/+git/openrct2-janisozaur

Branch merges

Branch information

Name:
colour-validate
Repository:
lp:~janisozaur/openrct2/+git/openrct2-janisozaur

Recent commits

659e1bf... by janisozaur

Limit scrolling text colour to valid options

83b1d1f... by Ted John <email address hidden>

Merge pull request #9629 from IntelOrca/fix/utf8-support-windows

Fix UTF-8 support on Windows

7a2a5a7... by Ted John <email address hidden>

Fix #9626: Crash when navigating to price tab on park window (#9634)

The park name argument was being overwritten by the price argument in the argument buffer. Draw price text in paint event instead.

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

Rename ToUtf16 to ToWideChar

This is more correct as wchar_t size can differ, for example Linux typically uses 32 bits for wchar_t where as Windows uses 16 bits.

6f61c94... by Ted John <email address hidden>

Remove old widechar <-> utf-8 conversion function

3e28073... by Ted John <email address hidden>

Log path when loading / saving park

8cd6849... by Ted John <email address hidden>

Set console encoding to UTF-8 for Windows

ab5f5b2... by Duncan <email address hidden>

Use enum class for RCT2_SOUND (#9618)

* Use enum class for RCT2_SOUND

* Fix formatting. Fix mistaken declaration.

* Change name of enum to SoundId

* Fix clang format

5a6f573... by =?utf-8?b?zrZlaCBNYXR0?= <email address hidden>

Merge pull request #9466 from ZehMatt/opengl/rain

Fix #6515: Add rain rendering to OpenGL renderer

2792ddf... by Hielke Morsink <email address hidden>

Tile Inspector: Use correct names for up/down buttons

This little mistake has been around for years and is most likely caused
by reordering the buttons. They used to be side-to-side, but their names
were never changed, and since the order of tile elements is reversed I
never noticed it was wrong.