- 10 Jun, 2018 1 commit
-
-
Aaron van Geffen authored
-
- 09 Jun, 2018 2 commits
-
-
Michał Janiszewski authored
-
Hielke Morsink authored
This is likely the least used page of the tile inspector, since two things have been broken for months apparently. - The checkboxes for the blocked edges weren't being positioned correctly - Rotating a banner that has either 0 or more than 1 edges blocked, the blocked edges weren't updated correctly
-
- 08 Jun, 2018 5 commits
-
-
Aaron van Geffen authored
This re-introduces the use of buffers to work around colours not being set properly. For clipping strings, we also now manually invoke `gfx_clip_string` instead of relying on `gfx_draw_string_left_clipped` to do it for us. The latter resets the current font, meaning it prevents the use of `MEDIUM_EXTRA_DARK` bases. This issue should be addressed in a later commit.
-
Aaron van Geffen authored
Enable more warnings in Xcode project
-
Aaron van Geffen authored
-
Aaron van Geffen authored
-
Aaron van Geffen authored
-
- 07 Jun, 2018 1 commit
-
-
Michał Janiszewski authored
-
- 06 Jun, 2018 10 commits
-
-
Michał Janiszewski authored
Add -Wlogical-op
-
Michał Janiszewski authored
Allows turning on -Wlogical-op
-
Michał Janiszewski authored
-
Michał Janiszewski authored
-
Michał Janiszewski authored
-
Michał Janiszewski authored
Mark unused arguments in the libopenrct2 project
-
Hielke Morsink authored
- Print warning/error code in log message - Remove attribute from Object::SetSourceGame which has a FIXME comment already instead
-
Hielke Morsink authored
For dummy classes and functions with empty bodies I've only commented out the arguments, for all others I used C++17's [[maybe_unused]].
-
Michał Janiszewski authored
Fix missing field initializers
-
Hielke Morsink authored
Allow scrolling on spinners/steppers
-
- 05 Jun, 2018 7 commits
-
-
Ted John authored
Clear the length of the sprite hash buffer. It was growing longer and longer every time the hash was calculated.
-
Hielke Morsink authored
-
Hielke Morsink authored
-
Hielke Morsink authored
-
Hielke Morsink authored
-
Hielke Morsink authored
-
OpenRCT2 git bot authored
-
- 04 Jun, 2018 10 commits
-
-
Hielke Morsink authored
This commit tackles the more difficult-to-fix warnings that -Wmissing-field-initializers reported. I've compares the new tables in TrackData with the old ones through a script to make sure they are in fact the same.
-
Hielke Morsink authored
-
Michael Steenbeek authored
-
Aaron van Geffen authored
-
Hielke Morsink authored
It's possible that widgets are arranged in such a way that the roder of buttons matches the order of tool-size widgets or steppers. Now instead of just checking the types, also their content will be checked.
-
Hielke Morsink authored
This makes scrolling work for the stepper widget, and overrides behaviour for scrolling anywhere else in the window.
-
Michał Janiszewski authored
Verify compilability of headers on Travis v2
-
Michał Janiszewski authored
-
Michał Janiszewski authored
-
Michał Janiszewski authored
This will skip linking step
-
- 03 Jun, 2018 4 commits
-
-
Hielke Morsink authored
-
Hielke Morsink authored
-
Michał Janiszewski authored
-
Michał Janiszewski authored
Using approach described in https://github.com/OpenRCT2/OpenRCT2/pull/7369#issuecomment-393973857 with updates to ease readability and maintenance. Submitted as different PR, to keep history of the old approach. Supersedes #7369.
-