~janisozaur/openrct2/+git/openrct2-janisozaur:hide-paint_arrange_structs_helper

Last commit made on 2020-02-12
Get this branch:
git clone -b hide-paint_arrange_structs_helper https://git.launchpad.net/~janisozaur/openrct2/+git/openrct2-janisozaur

Branch merges

Branch information

Name:
hide-paint_arrange_structs_helper
Repository:
lp:~janisozaur/openrct2/+git/openrct2-janisozaur

Recent commits

da68847... by janisozaur

Hide paint_arrange_structs_helper from global symbols

b8b539c... by Duncan <email address hidden>

Modify next_x/y/z to become a CoordsXYZ (#10680)

* Modify next_x/y/z to become a CoordsXYZ

Should be further scope for refactoring from this.

* Make suggested changes

* Fix default construct issues

3df79cb... by TusharSariya <email address hidden>

Part of #9473: Convert vehicle_update to Vehicle struct method (#10677)

* Issue #9473, moved static void vehicle_update in Vehicle.cpp to a member of the Vehicle struct

* Fix formatting

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

3b18f66... by OpenRCT2 git bot <email address hidden>

Merge Localisation/master into OpenRCT2/develop.

723f658... by Michael Steenbeek

Change ride_idnew_t to 16 bit; use it in more places (#10667)

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

Move tupaschoal to development team (#10682)

3ec2252... by Michael Steenbeek

Merge pull request #10654 from IntelOrca/windows/winhttp

Replace cURL with WinHttp implementation on Windows

4e032ae... by Ted John <email address hidden>

Improve WinHttp code

1e64bbe... by Michael Steenbeek

Update Xcode project

4af6955... by Ted John <email address hidden>

Improve WinHttp logic / code