Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-30 | Codechange: Explicitly move a few variables to avoid a copy constructor ↵ | Charles Pigott | |
(fixes warning from clang) | |||
2019-09-30 | Doc: Update list of supported compilers | Charles Pigott | |
2019-09-30 | Fix: Remove workaround for clang-3.8, now that GCC9 warns about it | Charles Pigott | |
2019-09-30 | Fix: Quiet a bogus -Wmaybe-unitialized warning from GCC9 | Charles Pigott | |
2019-09-30 | Fix: GCC9's warnings about deprecated implicit assignment operators | Charles Pigott | |
2019-09-30 | Change: [AzurePipelines] Use clang 3.9 instead of 3.8 | Charles Pigott | |
2019-09-29 | Fix fbbbc6e1931: Crash when creating orders to stations with relocated ↵ | frosch | |
station sign. (#7755) Station::xy is the position of the station sign, and not necessarily a tile of the station. | |||
2019-09-29 | Fix: Some typos found using codespell | JMcKiern | |
2019-09-29 | Fix: [OSX] Macro name conflict when trying to compile the QuickTime music ↵ | Michael Lutz | |
driver. | |||
2019-09-29 | Fix: [OSX] Wrong allocator usage for creating a CFString. | Michael Lutz | |
2019-09-20 | Update: Translations from eints | translators | |
chinese (simplified): 12 changes by ww9980 | |||
2019-09-19 | Update: Translations from eints | translators | |
chinese (simplified): 6 changes by ww9980 | |||
2019-09-19 | Add #6173: New SDL 2 based video and sound drivers (#7086) | nikolas | |
2019-09-18 | Update: Translations from eints | translators | |
spanish (mexican): 9 changes by Absay | |||
2019-09-17 | Fix #7742, 66dd7c3: widget position can be negative | glx | |
2019-09-16 | Change: [OSX] Recreate backing store if the colour profile of the screen (or ↵ | Michael Lutz | |
the screen) the game window is one changes. This will result in changing colours if moving OpenTTD from one screen to another, but should avoid performance problems if the window is moved. | |||
2019-09-16 | Fix #7644: [OSX] Try to use system colour space to avoid video output ↵ | Michael Lutz | |
performance degradation. | |||
2019-09-14 | Fix #7479: Don't close construction windows when changing client name | Niels Martin Hansen | |
2019-09-14 | Fix #7737, afbf6a5: missing return | Johannes E. Krause | |
2019-09-14 | Fix: inconsistent description for 32bpp-sse4-anim blitter (#7740) | glx22 | |
2019-09-13 | Fix: Avoid using stat to retrieve file modification times on Windows (#7731) | Owen Rudge | |
2019-09-11 | Update: Translations from eints | translators | |
korean: 1 change by telk5093 | |||
2019-09-10 | Update: Translations from eints | translators | |
korean: 34 changes by telk5093 | |||
2019-09-08 | Fix: Use natural sort when sorting the file list. | Juriy Petrochenkov | |
2019-09-08 | Add: Allow GameScript to demolish without a company | Max Maton | |
This allows GameScripts to shrink towns as well as grow them. | |||
2019-09-07 | Fix: change Quartz driver colorSpace handling to address certain macOS ↵ | Andy | |
performance issues (#7644) | |||
2019-09-07 | Fix b3fd7879: Ignore command flags when verifying script commands | Niels Martin Hansen | |
Multiplayer games has the server add some flags to the cmd value during the handling. These flags should not be included in the verification, mask them out. Without this masking out, scripts tend to die when executing their first command in multiplayer. | |||
2019-09-07 | Fix #7188: check the validity of command callback for scripts (#7701) | glx22 | |
2019-09-07 | Add: [DorpsGek] also announce comments on commits | Patric Stout | |
2019-09-06 | Fix #7626: Allow building drive-through stops over one-way/blocked roads ↵ | Daniel Lee | |
owned by towns (instead of crashing). | |||
2019-09-06 | Update: Translations from eints | translators | |
french: 4 changes by glx | |||
2019-09-04 | Fix #7692: Added industry tile to GetOrderCmdFromTile() (#7709) | JMcKiern | |
Sending order command to an industry tile now checks if a neutral_station is available and sends the order to that station | |||
2019-09-04 | Update: Translations from eints | translators | |
slovenian: 4 changes by matej1245 | |||
2019-09-02 | Fix: [DorpsGek] don't report all pushes, but just those done by DorpsGek | Patric Stout | |
Those are most often the translator updates, which are pushed directly to master (and not via a Pull Request). | |||
2019-09-02 | Fix #7702: Scaling for highscore screen | Niels Martin Hansen | |
2019-09-01 | Fix b870596f153c17d9aa915ca67b8f6414d73cb31f: forgotten squirrel_export run ↵ | glx22 | |
(#7715) | |||
2019-09-01 | Fix #7704: [OSX] Handle malformed UTF8 strings | uvealonso | |
2019-08-31 | Add: [Win32] Select MIDI device by port name | Niels Martin Hansen | |
2019-08-31 | Codechange: math functions - use cpp-style casts | Nikolas Nyby | |
2019-08-31 | Add: [GitHub] sponsor button on github.com (#7700) | Roger | |
2019-08-31 | Fix: Allow git worktree in version detection; drop svn, hg. | George Koehler | |
If $ROOT_DIR is a linked working tree from git-worktree(1), then $ROOT_DIR/.git is a regular file instead of a directory. Allow this when deciding whether to use git to detect OpenTTD's version. Drop checks for svn and hg in config.lib, because findversion.sh hasn't used svn nor hg since 192770e6da. | |||
2019-08-31 | Update: Translations from eints | translators | |
italian: 4 changes by lorenzodv | |||
2019-08-24 | Update: Translations from eints | translators | |
spanish: 1 change by lpenap | |||
2019-08-18 | Update: Translations from eints | translators | |
dutch: 2 changes by JanWillem russian: 7 changes by Lone_Wolf | |||
2019-08-17 | Add: Scale oil refinery edge distance up by map size | Niels Martin Hansen | |
Also scales oil rig distance up, since they use the same algorithm. | |||
2019-08-17 | Add #6887: Option to show zone inside local authority boundary of towns | Gabda | |
Can be found at town information > local authority window Layout for button is same as Graph Keys Turn on/off for every town individually | |||
2019-08-17 | Codechange: Reduced indentation in SaveLoadWindow::OnClick | Juriy Petrochenkov | |
2019-08-13 | Fix: RemoveAirport function now returns with 'Aircraft in the way' error ↵ | Juriy Petrochenkov | |
message as it should be. | |||
2019-08-08 | Update: Translations from eints | translators | |
danish: 2 changes by njn | |||
2019-08-07 | Fix: typo in ScriptList::Valuate param error (#7687) | nikolas | |