- 22 Nov, 2015 2 commits
- 21 Nov, 2015 2 commits
- 20 Nov, 2015 3 commits
- 19 Nov, 2015 1 commit
-
-
Ted John authored
-
- 18 Nov, 2015 11 commits
-
-
Ted John authored
Fixes for building optimized binary on Linux
-
janisozaur authored
-
Michał Janiszewski authored
Use `-DCMAKE_BUILD_TYPE=X`, where X: - `RELEASE` - `RELWITHDEBINFO` - `MINSIZEREL` Only works for GCC, clang binaries crash for now.
-
Duncan authored
Refactor audio.c and audio.h
-
Dom Light authored
-
Ted John authored
Update language.cpp (CHT font)
-
Harry Lam authored
Microsoft removed "MingLiu.ttc" in Windows 10 1511 for no reason. The alternative, "MingLiub.ttc" (which support more characters and existed since Vista (https://www.microsoft.com/typography/fonts/font.aspx?FMID=1772)) is kept instead.
-
Ted John authored
-
Dom Light authored
[skip ci]
-
Dom Light authored
-
Dom Light authored
-
- 17 Nov, 2015 16 commits
-
-
Dom Light authored
-
duncanspumpkin authored
-
Dom Light authored
-
Ted John authored
Searching through rides now also checks their type.
-
Dom Light authored
-
Duncan authored
Use fnmatch to match file patterns.
-
duncanspumpkin authored
Issue was caused by mistakenly not stopping searching for tiles after finding the correct one. Mistake made during refactoring
-
Hielke Morsink authored
-
Hielke Morsink authored
-
Hielke Morsink authored
-
Ted John authored
Remote obsolete date tooltip
-
Kevin authored
-
Ted John authored
-
Dom Light authored
-
Dom Light authored
-
Dom Light authored
-
- 16 Nov, 2015 5 commits
-
-
Kevin authored
strstr doesn't support wildcards, so patterns like '*.TD?' will fail. This adds the possibility for more complex patterns.
-
Alexander Overvoorde authored
-
Alexander Overvoorde authored
-
duncanspumpkin authored
Issue was caused by failing to reinitialise a variable and reusing a variable name for two different purposes. It has been fixed by nameing the variable and also initialising it.
-
Duncan authored
Fix length of max scenario name in scenario editor (fixes #2316)
-