~janisozaur/openrct2/+git/openrct2-janisozaur:github-cmake-msvc

Last commit made on 2020-05-18
Get this branch:
git clone -b github-cmake-msvc https://git.launchpad.net/~janisozaur/openrct2/+git/openrct2-janisozaur

Branch merges

Branch information

Name:
github-cmake-msvc
Repository:
lp:~janisozaur/openrct2/+git/openrct2-janisozaur

Recent commits

94b9020... by janisozaur

Do cmake-based MSVC build

d93edf7... by hdpoliveira <email address hidden>

Part of #9473: Create Vehicle::KillPassengers() (#11714)

* Part of #9473: Create Vehicle::KillPassengers()

Converted from vehicle_kill_all_passengers

Co-authored-by: Michael Steenbeek <email address hidden>

2cf95ad... by TusharSariya <email address hidden>

Fix #11565: gfx_draw_string_left_clipped to use ScreenCoordsXY (#11765)

* Issue #11565, created overload for gfx_draw_string_left_clipped

Co-authored-by: Tushar <email address hidden>
Co-authored-by: Tulio Leao <email address hidden>

4c88630... by TomasZilinek <email address hidden>

Fix #11567 - create draw_string_centred_underline() overload (#11771)

Created the overload and deleted the old function (there were no calls)

7582ed8... by TomasZilinek <email address hidden>

Fix #11568 - create draw_string_left_underline() overload (#11770)

* Fix #11568 - create draw_string_left_underline() overload

created the overload, changed all calls from the old function to the new (just 1 call) and deleted the old function

277080d... by TomasZilinek <email address hidden>

Fix #11570 - create gfx_draw_string_centered() overload (#11760)

* Fix #11570 - create gfx_draw_string_centered() overload

I created the overload, updated all calls from the old function to the new and deleted the old one

e87343f... by Tulio Leao <email address hidden>

Rename MoneyEffect member variables to prevent shadowing (#11748)

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

Fix #11753: Listview with header does not display last item in the list (#11754)

b7b5a26... by Tulio Leao <email address hidden>

 Rename ServerList member variables to prevent shadowing

c88bb9e... by Michael Steenbeek

Merge pull request #11750 from tupaschoal/prevent-shadow-peep

Renames some Peep member variables to prevent shadowing