Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-30 | Codechange: [SDL2] Only set _cur_palette, never _local_palette | Patric Stout | |
2021-01-30 | Codechange: [SDL2] Move FindStartupDisplay to its own function | Patric Stout | |
2021-01-30 | Codechange: [SDL2] reworked FindResolutions to be more like the rest | Patric Stout | |
There was no default resolution fallback, and the code was different from the win32 driver. It is now named the same and much more similar. | |||
2021-01-30 | Codechange: [SDL2] remove include-protection | Patric Stout | |
This is already done by CMake: if SDL2 is not detected, this file is not included. | |||
2021-01-30 | Update: Translations from eints | translators | |
estonian: 353 changes by siimsoni | |||
2021-01-29 | Update: Translations from eints | translators | |
estonian: 85 changes by siimsoni korean: 30 changes by telk5093 portuguese: 24 changes by CheapWebdesign | |||
2021-01-29 | Codechange: [Actions] we no longer need xdg-basedir (#8615) | Patric Stout | |
This was already removed from the "ci-build", but not yet from "release". | |||
2021-01-28 | Feature: [Actions] Create .zip for macOS build | Owen Rudge | |
2021-01-28 | Update: Translations from eints | translators | |
estonian: 5 changes by siimsoni hungarian: 7 changes by andrejmoltok | |||
2021-01-27 | Update: Translations from eints | translators | |
estonian: 117 changes by siimsoni german: 5 changes by Wuzzy2 slovak: 23 changes by FuryPapaya | |||
2021-01-26 | Update: Translations from eints | translators | |
german: 11 changes by Wuzzy2 | |||
2021-01-25 | Update: Translations from eints | translators | |
estonian: 7 changes by siimsoni | |||
2021-01-23 | Update: Translations from eints | translators | |
estonian: 12 changes by siimsoni finnish: 1 change by hpiirai | |||
2021-01-22 | Change: Apply some consistency to singleplayer related comments | glx22 | |
2021-01-22 | Fix: Use the same safety checks as 'stop_ai' for 'reload_ai' | glx22 | |
2021-01-22 | Fix: Never delete the last existing company in singleplayer mode | glx22 | |
2021-01-22 | Fix: Center text and image in vehicle statusbar vertically | dP | |
2021-01-22 | Update: Translations from eints | translators | |
estonian: 8 changes by siimsoni german: 89 changes by Wuzzy2 finnish: 2 changes by hpiirai dutch: 27 changes by Afoklala | |||
2021-01-22 | Doc: Prepare for 1.11.0-beta1 release | Charles Pigott | |
2021-01-22 | Doc: Forwardport changelog & doc changes from 1.10 branch | Charles Pigott | |
2021-01-22 | Feature: Allow GameScripts to add additional text to Industry view window | dP | |
2021-01-22 | Feature: Add tile parameter for GSCompany.ChangeBankBalance to show text ↵ | Pavel Stupnikov | |
effect if needed (#8573) | |||
2021-01-22 | Doc: add a png representation of the palette overlaid with indexes (decimal) ↵ | Andy | |
(#8547) | |||
2021-01-21 | Update: Translations from eints | translators | |
estonian: 15 changes by siimsoni russian: 23 changes by Ln-Wolf | |||
2021-01-20 | Update: Translations from eints | translators | |
german: 2 changes by Wuzzy2 russian: 13 changes by Ln-Wolf | |||
2021-01-19 | Update: Translations from eints | translators | |
german: 23 changes by Wuzzy2 russian: 70 changes by Ln-Wolf | |||
2021-01-18 | Change: [NewGRF] industry special flag 19 now specifically targets only ↵ | frosch | |
passenger production, instead of the second cargo of any water-based industry. (#8590) This behavior is less surprising to NewGRF authors, and may even be intentional behavior for some industries. | |||
2021-01-18 | Fix #8589, 653e7fa548: Motion counter is NewGRF-visible but not saved, ↵ | Michael Lutz | |
leading to desyncs. (#8591) | |||
2021-01-18 | Feature: [Actions] ARM64 builds for Windows | Owen Rudge | |
2021-01-18 | Feature: Add support for rdtsc for ARM-based Windows (MSVC) | Owen Rudge | |
2021-01-18 | Fix: [Actions] Give Universal Mac packages the "universal" suffix | Owen Rudge | |
2021-01-17 | Codechange: [SDL2/Win32] Be consistent how 0bpp blitters are not allowed | Patric Stout | |
Sometimes it returned an usererror(), sometimes Start() failed. Now it always fails on Start(), so nothing else has to check again what blitter is used. AfterBlitterChange() can never change to a 0bpp, so it is sufficient to guard this with an assert(). | |||
2021-01-17 | Codechange: [Win32] Use _local_palette for most operations | Patric Stout | |
Other drivers do this too, and this makes the world a bit more the same. | |||
2021-01-17 | Codechange: [Win32] use CSleep() instead of Sleep() like everywhere else | Patric Stout | |
Functional it is identical. Just helps future-us when searching for sleeps. | |||
2021-01-17 | Codechange: [Win32] Use return-early in RegisterWndClass() | Patric Stout | |
2021-01-17 | Codechange: [Win32] Remove Windows 95 specific mouse tracking work-around. | Michael Lutz | |
2021-01-17 | Fix eeb88e8: Trains reversed while paused do not correctly update sprite ↵ | Matt Kimber | |
bounds (#8540) | |||
2021-01-17 | Update: Translations from eints | translators | |
catalan: 11 changes by J0anJosep | |||
2021-01-16 | Fix 0e62a398c7f: Only center the window, when it is smaller than the screen. ↵ | frosch | |
(#8581) | |||
2021-01-16 | Update: Translations from eints | translators | |
norwegian (bokmal): 65 changes by fnutt french: 1 change by glx22 | |||
2021-01-16 | Change: Label Mac builds as "macos" instead of "macosx" | Owen Rudge | |
2021-01-15 | Feature: Build macOS build as a universal binary | Owen Rudge | |
2021-01-14 | Add: [SDL2] video driver parameter to put OpenTTD on a particular display on ↵ | frosch | |
start. By default use the display where the mouse cursor is. (#8572) | |||
2021-01-14 | Feature: Choose a sensible window size on a fresh OTTD config file. (#8536) | Michael Lutz | |
2021-01-14 | Update: Translations from eints | translators | |
norwegian (bokmal): 10 changes by buzzCraft spanish (mexican): 7 changes by absay korean: 1 change by telk5093 indonesian: 30 changes by dimaspaf14 finnish: 1 change by hpiirai catalan: 2 changes by gerardnll portuguese (brazilian): 4 changes by AKANexus polish: 1 change by yazalo | |||
2021-01-14 | Fix #7670: prevent useless pathfinder run for blocked vehicles | glx22 | |
2021-01-14 | Fix: vcpkg binaries were not being cached on Mac | Owen Rudge | |
2021-01-14 | Fix: [Actions] circumvent Windows tar warning about read-only files (#8570) | Patric Stout | |
This was already applied on the CI build, but not yet on the release build. | |||
2021-01-14 | Fix: Remove .sha256 files from macOS builds | Owen Rudge | |
2021-01-13 | Cleanup: src/3rdparty/optional was removed, also remove its licensing note. ↵ | DeltaNedas | |
(#8567) |