summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-04-22Feature #6459: API for querying network clients from GS (#6736)Pavel Stupnikov
2018-04-21Fix: [OSX] Compiler warning about an unused NULL argument.Michael Lutz
2018-04-21Change: fail in same step as the reason for failing is in CI resultPatric Stout
This makes it easier for people to understand what went wrong
2018-04-21Change: always pull latest image when running CIPatric Stout
2018-04-21Add: also validate Pull Requests with clang 6.0 with OSX as targetPatric Stout
2018-04-21Fix: Remove need to instantiate SmallStack's pool object by making it a ↵Charles Pigott
singleton method
2018-04-21Fix: Warning about base set template instantiations with clangCharles Pigott
2018-04-21Cleanup: Use new filename for README file. (#6738)Ricardo N Feliciano
2018-04-19Add: {PUSH_COLOUR} and {POP_COLOUR} control codes to handle switching ↵PeterN
colours. (#6737) This replaces the internal SCC_PREVIOUS_COLOUR swap.
2018-04-19Update: Translations from eintstranslators
belarusian: 3 changes by KorneySan
2018-04-17Fix #6465: Add {NORMAL_FONT} and {MONO_FONT} control codes to GS strings (#6726)Pavel Stupnikov
2018-04-17Fix: Four group action icons were misplaced and cropped.Peter Nelson
2018-04-16Codechange #6729: mute bogus GCC 7 warning (#6733)Patric Stout
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.
2018-04-16Update: Translations from eintstranslators
spanish (mexican): 6 changes by Absay
2018-04-16Doc: add CONTRIBUTING.md (derived from Bootstrap) (#6732)Andy
2018-04-15Fix e614357: Ask the compiler who it is, instead of using symlinks (#6727)Charles Pigott
This fixes #6723
2018-04-15Change: [Jenkinsfile] Set a git user.email and user.name before rebase (#6728)Patric Stout
Rebase demands both are set, otherwise it refuses to work
2018-04-15Doc #6698: rewrite of the readme in Markdown syntaxHeiko August
2018-04-15Doc #6698: rename the readme.txt to REAMDE.mdHeiko August
2018-04-15Codechange: Use a SmallVec for the animated tile list instead of replicating ↵Michael Lutz
most of the logic.
2018-04-15Codechange: Add functions to insert and extract an element at a specific ↵Michael Lutz
position in a SmallVec.
2018-04-15Codechange: Replace magic numbers with the proper enum.Michael Lutz
2018-04-14Add: [Jenkinsfile] rebase the pull-request on top of master (#6720)Patric Stout
This allows PRs to be a bit older, but still validate the correct result
2018-04-14Codechange: a .aps is created by MSVC when opening a .rc, so ignore itglx
2018-04-14Fix 6ac0790: don't show the location to / failure of 'realpath' every time ↵Patric Stout
(#6719)
2018-04-14Change: [JenkinsFile] allow easier configuration stagesPatric Stout
2018-04-14Add: [Jenkinsfile] enable ANSI colors in logsPatric Stout
2018-04-14Add: [JenkinsFile] mark as a groovy scriptPatric Stout
This allows applications to show highlighting correctly
2018-04-14Add: [JenkinsFile] show CI status per entry on GitHubPatric Stout
This makes it easier (and faster) to spot what went wrong
2018-04-14Change: [Build] prioritize cc-build over build (based on patch by ↵Patric Stout
woutershep2) (#6716) This closes #6414
2018-04-14Change: [Build] use flags set by env at the end, not at the start (based on ↵Patric Stout
patch by adf88) (#6715) This closes #6433
2018-04-14Fix 192770e6da: Version name in master branch contained a duplicate dash.frosch
2018-04-14Doc: update known_bugs.txt to include Involuntary cargo exchange with ↵Andy
cargodist via neutral station (#6714) This closes #6114
2018-04-13Add: List recent news messages in crashlog outputCharles Pigott
2018-04-12Fix e614357: MingW/MacOS/MacPorts don't have realpath, use reallink in those ↵Victor Sergienko
cases (#6710)
2018-04-12Change: Non-tag revisions are now named ↵frosch
'<commitdate>-<branch>-g<shorthash><modified>'.
2018-04-12Remove: [NewGRF] OpenTTD version no longer contains a revision number.frosch
2018-04-12Add: Include basic .editorconfig file to help enforce tab style (#6707)Owen Rudge
2018-04-11Fix e61435774b: Some systems don't have realpath (#6705)Charles Pigott
2018-04-11Remove: NO_DEBUG_MESSAGES was only read and setting it broke compilation (#6703)Patric Stout
Given any speed issue cannot be attributed to checking for _debug_NNN_level, removing this is a safe action This fixes #6652.
2018-04-11Fix #6550: minor spelling mistake in comment (juanjo)TrueBrain
2018-04-11Codechange: Simplify C++11 check for assert_compileCharles Pigott
2018-04-11Fix: Resolve symlinks when working out which compiler is being usedCharles Pigott
2018-04-11Codechange: Remove outdated assumption about FreeBSD's C compilerCharles Pigott
2018-04-10Codechange: [OSX] Use newer APIs to get resolution information when available.Michael Lutz
2018-04-10Codechange: [OSX] Use non-deprecated API for displaying an alert where ↵Michael Lutz
supported.
2018-04-10Codechange: [OSX] Try to set the thread name for debugger display.Michael Lutz
2018-04-10Codechange: [OSX] Use 10.10+ API to get the OSX version when available.Michael Lutz
2018-04-10Fix: [OSX] Remove some OSX compiler warnings on newer SDKs/compilers.Michael Lutz
2018-04-10Codechange: [OSX] Use 10.6+ APIs to get the path for a font where available.Michael Lutz