Commit Graph

22921 Commits (4fb76db42f886ff21a9f60fc89c786de79d79705)
 

Author SHA1 Message Date
Charles Pigott 5c5267726f Fix: Warning about base set template instantiations with clang 6 years ago
Ricardo N Feliciano e8de33a61f Cleanup: Use new filename for README file. (#6738) 6 years ago
PeterN 3b32075e8a
Add: {PUSH_COLOUR} and {POP_COLOUR} control codes to handle switching colours. (#6737)
This replaces the internal SCC_PREVIOUS_COLOUR swap.
6 years ago
translators f4f9e18790 Update: Translations from eints
belarusian: 3 changes by KorneySan
6 years ago
Pavel Stupnikov 9175c349da Fix #6465: Add {NORMAL_FONT} and {MONO_FONT} control codes to GS strings (#6726) 6 years ago
Peter Nelson 4d6a5fbec4 Fix: Four group action icons were misplaced and cropped. 6 years ago
Patric Stout 88be2413ce
Codechange #6729: mute bogus GCC 7 warning (#6733)
We do a memset of (byte - byte), which strictly seen ranges from -254 .. 255, for which GCC warns.
But just before this memset is an if() which says the first byte has to be bigger than the second.
So this is a bogus warning.
6 years ago
translators a72117111e Update: Translations from eints
spanish (mexican): 6 changes by Absay
6 years ago
Andy 6d31478988 Doc: add CONTRIBUTING.md (derived from Bootstrap) (#6732) 6 years ago
Charles Pigott 00c1603256 Fix e614357: Ask the compiler who it is, instead of using symlinks (#6727)
This fixes #6723
6 years ago
Patric Stout ce6761a6de
Change: [Jenkinsfile] Set a git user.email and user.name before rebase (#6728)
Rebase demands both are set, otherwise it refuses to work
6 years ago
Heiko August 079f774fd7 Doc #6698: rewrite of the readme in Markdown syntax 6 years ago
Heiko August 413ece9b51 Doc #6698: rename the readme.txt to REAMDE.md 6 years ago
Michael Lutz 7dd6027194 Codechange: Use a SmallVec for the animated tile list instead of replicating most of the logic. 6 years ago
Michael Lutz 4851feb102 Codechange: Add functions to insert and extract an element at a specific position in a SmallVec. 6 years ago
Michael Lutz f240274b7e Codechange: Replace magic numbers with the proper enum. 6 years ago
Patric Stout 158eed669a
Add: [Jenkinsfile] rebase the pull-request on top of master (#6720)
This allows PRs to be a bit older, but still validate the correct result
6 years ago
glx bd18951db1 Codechange: a .aps is created by MSVC when opening a .rc, so ignore it 6 years ago
Patric Stout aaf7e98c77
Fix 6ac0790: don't show the location to / failure of 'realpath' every time (#6719) 6 years ago
Patric Stout 43338b8a45 Change: [JenkinsFile] allow easier configuration stages 6 years ago
Patric Stout a5382d8dd8 Add: [Jenkinsfile] enable ANSI colors in logs 6 years ago
Patric Stout af4b52aff6 Add: [JenkinsFile] mark as a groovy script
This allows applications to show highlighting correctly
6 years ago
Patric Stout 2ec775b964 Add: [JenkinsFile] show CI status per entry on GitHub
This makes it easier (and faster) to spot what went wrong
6 years ago
Patric Stout ae5628e903
Change: [Build] prioritize cc-build over build (based on patch by woutershep2) (#6716)
This closes #6414
6 years ago
Patric Stout f06061aa3b
Change: [Build] use flags set by env at the end, not at the start (based on patch by adf88) (#6715)
This closes #6433
6 years ago
frosch 34cc1f8b7c Fix 192770e6da: Version name in master branch contained a duplicate dash. 6 years ago
Andy 82d4f6c60a Doc: update known_bugs.txt to include Involuntary cargo exchange with cargodist via neutral station (#6714)
This closes #6114
6 years ago
Charles Pigott 62d79900ec Add: List recent news messages in crashlog output 6 years ago
Victor Sergienko 6ac079020b Fix e614357: MingW/MacOS/MacPorts don't have realpath, use reallink in those cases (#6710) 6 years ago
frosch 192770e6da Change: Non-tag revisions are now named '<commitdate>-<branch>-g<shorthash><modified>'. 6 years ago
frosch e0a62a9e55 Remove: [NewGRF] OpenTTD version no longer contains a revision number. 6 years ago
Owen Rudge 3701b8685a
Add: Include basic .editorconfig file to help enforce tab style (#6707) 6 years ago
Charles Pigott e47f646cb3 Fix e61435774b: Some systems don't have realpath (#6705) 6 years ago
Patric Stout 17bd580630
Remove: NO_DEBUG_MESSAGES was only read and setting it broke compilation (#6703)
Given any speed issue cannot be attributed to checking for _debug_NNN_level, removing this is a safe action

This fixes #6652.
6 years ago
TrueBrain 66f67ac5ac Fix #6550: minor spelling mistake in comment (juanjo) 6 years ago
Charles Pigott dd6b82d6b2 Codechange: Simplify C++11 check for assert_compile 6 years ago
Charles Pigott e61435774b Fix: Resolve symlinks when working out which compiler is being used 6 years ago
Charles Pigott 4b1a42c703 Codechange: Remove outdated assumption about FreeBSD's C compiler 6 years ago
Michael Lutz 6c3902ac41 Codechange: [OSX] Use newer APIs to get resolution information when available. 6 years ago
Michael Lutz 964d310cda Codechange: [OSX] Use non-deprecated API for displaying an alert where supported. 6 years ago
Michael Lutz f670277ff5 Codechange: [OSX] Try to set the thread name for debugger display. 6 years ago
Michael Lutz 4971678f52 Codechange: [OSX] Use 10.10+ API to get the OSX version when available. 6 years ago
Michael Lutz 74b7f0a9aa Fix: [OSX] Remove some OSX compiler warnings on newer SDKs/compilers. 6 years ago
Michael Lutz fa587ad3cc Codechange: [OSX] Use 10.6+ APIs to get the path for a font where available. 6 years ago
Michael Lutz 27bfb1df8f Codechange: [OSX] Use 10.6+ APIs to initialise audio when available. 6 years ago
Michael Lutz 4bfd277017 Codechange: [Win32] Use OS function for mouse tracking if present. 6 years ago
Michael Lutz afa3e15afe Change: [Win32] Declare in the app manifest that all current Windows versions are natively supported.
The main effect of this is currently a proper OS version in the crashlog.
6 years ago
Patric Stout 97c0594ced
Add: run Clang 3.8 and commit-checker during CI (#6694) 6 years ago
Charles Pigott 19076c24c1 Fix #6690: Compilation with ICU 61 6 years ago
TrueBrain 11c592ef0f Add: Jenkinsfile for CI validation
Currently runs two CIs, but this can be extended in the future
6 years ago