- 01 Dec, 2017 5 commits
-
-
Stefan Winkler authored
-
Michael Steenbeek authored
-
Michael Steenbeek authored
When adding entries to scenery groups by hand, like we do for a lot of ToonTowner's stuff, it currently tries to get the loaded scenery group. If this happens not to be loaded at that time, this will fail. Instead, hardcode the headers - that's how object .DATs do this anyway.
-
Michael Steenbeek authored
-
OpenRCT2 git bot authored
-
- 30 Nov, 2017 7 commits
-
-
Aaron van Geffen authored
FontConfig implicitly falls back to any default font it is configured to handle. In our implementation, this cannot account for supported character sets, leading to unrendered characters (tofu) when trying to render e.g. CJK characters using a Western (sans-)serif font. We therefore ignore substitutions FontConfig provides, and instead rely on exact matches on the fonts predefined for each font family.
-
Michael Steenbeek authored
[ci skip]
-
Tomas Dittmann authored
switch const variable to `#define`
-
Tomas Dittmann authored
Switch magic number to constant `maxTrackElements`. If the number of TrackElements becomes equal to maxTrackElements, cleanup the data and abort the export.
-
Michael Steenbeek authored
-
Ted John authored
-
OpenRCT2 git bot authored
-
- 29 Nov, 2017 5 commits
-
-
Michael Steenbeek authored
-
Michael Steenbeek authored
-
Michael Steenbeek authored
-
Michael Steenbeek authored
-
OpenRCT2 git bot authored
-
- 28 Nov, 2017 4 commits
-
-
Michael Steenbeek authored
-
Michael Steenbeek authored
-
Michael Steenbeek authored
-
OpenRCT2 git bot authored
-
- 27 Nov, 2017 3 commits
-
-
Michał Janiszewski authored
-
Michał Janiszewski authored
-
OpenRCT2 git bot authored
-
- 26 Nov, 2017 9 commits
-
-
Michał Janiszewski authored
-
Ted John authored
Remove limits.h from common.h
-
Michał Janiszewski authored
-
Michał Janiszewski authored
-
Michał Janiszewski authored
-
Richard Jenkins authored
[ci skip]
-
Hielke Morsink authored
-
Hielke Morsink authored
This adds a vector of indices used for the track designs array, which is used instead of the window list index. Some other things I've edited that are not directly related to this commit: - Orders widgets in logical order like how they appear on screen - Adds some comments to existing code
-
OpenRCT2 git bot authored
-
- 25 Nov, 2017 7 commits
-
-
Ted John authored
Add optional screenshot argument to set weather
-
Ted John authored
Name known misc sprite fields
-
Michał Janiszewski authored
-
Michał Janiszewski authored
-
duncanspumpkin authored
-
duncanspumpkin authored
Fountain jumping code has been sped up slightly so that the code can be simplified and not require rolling over a unsigned int. Also removed setting direction of the fountain as the field was not used.
-
duncanspumpkin authored
-