Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-10 | Codechange: Add utility function for whether the focused window is a console | Jonathan G Rennison | |
2019-11-10 | Codechange: Add EditBoxGainedFocus method to VideoDriver base class | Jonathan G Rennison | |
2019-11-10 | Change: [SDL2] Add an "unprintable" flag to struct VkMapping | Jonathan G Rennison | |
SDL_Keysym::sym is not suitable for checking whether the character is printable or not | |||
2019-11-10 | Fix: [SDL2] Page down key not handled | Jonathan G Rennison | |
SDLK_PAGEUP and SDLK_PAGEDOWN are not sequential They must have separate entries in _vk_mapping | |||
2019-11-10 | Fix: [SDL2] Detection of backtick scancode | Jonathan G Rennison | |
SDL_Keysym::scancode is a SDL_SCANCODE_* constant, not a raw scan code | |||
2019-11-10 | Fix #7697: Add a Missing AddProducedCargo proc for HQ | Samu | |
On TileLoop_Object, HQs are able to produce and move passengers and mail to stations, but querying the HQ tiles for cargo supplied was returning nothing. This makes it so that they return +1 to both passengers and mail. | |||
2019-11-03 | Fix #7820: Heap use after free when removing oil rig | Jonathan G Rennison | |
2019-11-02 | Update: Translations from eints | translators | |
tamil: 22 changes by aswn | |||
2019-11-02 | Fix ccb4c37: Use of possibly uninitialised pointer (#7818) | Charles Pigott | |
2019-11-02 | Fix: Remove duplicate entry from changelog | Charles Pigott | |
2019-11-02 | Fix: [Pipelines] Account for versions being more than one digit when ↵ | Charles Pigott | |
generating changelog output | |||
2019-11-02 | Fix #5405: Aircraft could route to depots outside their range (#7104) | SamuXarick | |
2019-11-01 | Fix #7784: up/down/home/end key behavior in SDL2 | Nikolas Nyby | |
Closes #7784. | |||
2019-11-01 | Codechange: [OSX] Use std::unique_ptr with a custom deleter to simply memory ↵ | Michael Lutz | |
management of Core Foundation types. | |||
2019-10-30 | Update: Translations from eints | translators | |
korean: 6 changes by telk5093 | |||
2019-10-30 | Codechange: No longer expect iculx when building debs | Charles Pigott | |
2019-10-30 | Change: [Pipelines] Remove jessie, add buster debian release builds | Charles Pigott | |
2019-10-29 | Update: Translations from eints | translators | |
korean: 2 changes by telk5093 | |||
2019-10-28 | Fix: A few places still referred to old name of COPYING and README | Charles Pigott | |
2019-10-28 | Update: Changelog and other release files for 1.10.0-beta1 | Charles Pigott | |
2019-10-28 | Doc: Updates from 1.9 | Charles Pigott | |
2019-10-28 | Add: Me | Charles Pigott | |
2019-10-28 | Doc: use a markdown version of GPL v2 for COPYING.md, also restore a missing ↵ | Andy | |
line about copying to the GPL v2 wording | |||
2019-10-28 | Doc: append .md to COPYING file, peparatory to converting it to markdown | Andy | |
2019-10-27 | Fix: spelling/grammar in script_tile.hpp (#7804) | James103 | |
2019-10-27 | Update: Translations from eints | translators | |
spanish (mexican): 2 changes by Absay | |||
2019-10-26 | Fix #7733: Crash when removing a dock next to an industry without a station | Charles Pigott | |
2019-10-26 | Fix 53f8d0b81: signed/unsigned warnings (#7803) | glx22 | |
2019-10-25 | Fix: Solved helicopter takeoff issue with international airports | Jack McKiernan | |
Helicopters can now take off from just outside the hangars. | |||
2019-10-25 | Codechange: Replaced 255's with an enum entry TERMGROUP | Jack McKiernan | |
2019-10-25 | Codechange: Replaced 0's in heading field with TO_ALL | Jack McKiernan | |
2019-10-25 | Fix #6219: Allow taking off from hangar in commuter airport | Jack McKiernan | |
Previously, a helicopter in the hangar of a commuter airport would have to wait until HELIPAD2 was free before it could takeoff. Now, a helicopter in the hangar can takeoff from just outside the hangar. | |||
2019-10-25 | Fix: Possible double path separator in FiosMakeFilename | Juriy Petrochenkov | |
2019-10-25 | Codechange: Don't use SDL_CreateRGBSurfaceWithFormat() | Nikolas Nyby | |
This function requires libSDL 2.0.5 or higher. It looks like we don't need to use it, and can just use the original SDL_CreateRGBSurface(), with the masks set to 0, to trigger the default 8-bit format, which is SDL_PIXELFORMAT_INDEX8. Closes #7785 Note: this code path is activated by using an 8-bit blitter, like: ./bin/openttd -b 8bpp-simple | |||
2019-10-23 | Doc: fix 3 mis-spellings of 'official' | Andy | |
2019-10-23 | Fix 3575dd551: update names for installer | glx | |
2019-10-22 | Fix 3575dd551: update names for the bundles (#7794) | glx22 | |
2019-10-22 | Doc: CONTRIBUTING.md - add official goals section, link from other sections, ↵ | Andy | |
minor other tidying | |||
2019-10-22 | Add: [Script] ScriptEventVehicleAutoReplaced. | glx | |
2019-10-21 | Fix #7561: Fix power/running-cost vehicle sorter | dorobouNeko | |
2019-10-21 | Update: Translations from eints | translators | |
finnish: 6 changes by hpiirai tamil: 62 changes by aswn dutch: 2 changes by JanWillem | |||
2019-10-20 | Update: Translations from eints | translators | |
russian: 2 changes by Lone_Wolf | |||
2019-10-20 | Doc: rename HOWTO_compile_lang_files.md | Andy | |
No need for the caps, no other pattern of "HOWTO" in file names. | |||
2019-10-20 | Doc: rename the modified files | glx | |
2019-10-20 | Doc: convert some docs to markdown (without rename) | Andy | |
2019-10-19 | Fix: add savegame version to trading age setting | Jack Baron | |
2019-10-19 | Fix: Bump savegame version | Jack Baron | |
2019-10-19 | Feature: Configure minimum share trading years | Jack Baron | |
2019-10-19 | Codechange: Use std::vector for industry tile layouts | Niels Martin Hansen | |
2019-10-19 | Doc: split compiling instructions from README, as they aren't required for ↵ | Andy | |
casual GitHub visitors |