1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 14:54:30 +01:00
Commit Graph

16 Commits

Author SHA1 Message Date
Ted John
f18595a1c1 Refactor viewport.c to C++ 2018-01-07 12:39:58 +01:00
Michał Janiszewski
b2bc974fe7 Use nullptr where possible 2018-01-04 06:58:44 +01:00
Hielke Morsink
eb4a8924d1 Refactor and clean up footpath-related code
This commit corrects some misused defines, and gave them clearer names.
For example, the slope mask was only useful for surface elements, so now
"SURFACE" is in its name. I also replaced any hard coded values that I
could find and knew their purpose off.
2018-01-03 10:57:37 +01:00
Hielke Morsink
4459eb09b9 Fix invalid entries in surface boundries table 2017-12-30 13:55:39 +01:00
Hielke Morsink
bcfd66cbc6 Use nullptr instead of 0 2017-12-21 23:47:30 +01:00
Hielke Morsink
628039dd8a Use range-based for loops in libopenrct2 2017-12-21 23:47:30 +01:00
Michael Steenbeek
c4f44e5e7a Compile files in paint folder as C++ 2017-12-17 17:24:36 +01:00
Michael Steenbeek
1a9975d683 Compile util and cheats as C++ 2017-12-14 10:03:21 +01:00
ζeh Matt
c84fd8edd2 Fix #6821: Edge sprites drawing is corrupted 2017-12-14 09:46:22 +01:00
ζeh Matt
8772d746ce Use index instead of memmove 2017-12-13 17:57:39 +01:00
ZehMatt
02128131e2 Refactor access to tile descriptor via reference. 2017-12-13 12:00:45 +01:00
ZehMatt
1d0750b2dd Refactor more variables to const type. 2017-12-13 12:00:45 +01:00
ZehMatt
07bd4f13be Unify some surface drawing functions. 2017-12-13 12:00:45 +01:00
ZehMatt
05137355fd Format Surface.cpp 2017-12-13 12:00:45 +01:00
ZehMatt
594c32b537 Refactor park boundary fences to use data tables. 2017-12-13 12:00:45 +01:00
ZehMatt
6787e6ca04 Rename surface.c to Surface.cpp. 2017-12-13 12:00:45 +01:00