Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-08 | Fix: [Actions] Use same vcpkg commit for CI on macOS as release builds | Owen Rudge | |
2021-02-07 | Update: Specify CMake minimum version in COMPILING.md | glx22 | |
Also give some hints for MSVC users. | |||
2021-02-07 | Change: [CMake] Bump minimum version to 3.9 | glx22 | |
2021-02-07 | Fix 81d335b081: Use non-pulsating red highlight for coverage (#8622) | Loïc Guilloux | |
2021-02-07 | Fix: [CMake] Restore 'games' as default install bindir (#8629) | Loïc Guilloux | |
2021-02-07 | Fix 0125892: Don't crash when towns upgrade road tiles during expansion (#8651) | Matt Kimber | |
2021-02-07 | Fix: [CMake] our allegro drivers use v4, so skip v5 if found (#8653) | Patric Stout | |
On some distros allegro v5 is called allegro-5, but on some others it is not. So this should fix for all distros that allegro v5 is not being picked up, and only v4 is. | |||
2021-02-06 | Fix #8029: [SDL2] disable draw-thread on wayland SDL video driver (#8648) | Patric Stout | |
When the wayland SDL video driver is used, an EGL context is created in the main thread. It is not allowed to update this context from another thread, which is exactly what our draw-thread is trying. The other solution would be to move all of SDL into the draw-thread, but that would introduce a whole scala of different problems. The wayland SDL backend is significantly faster than the X11 SDL backend, but there is a performance hit nevertheless. | |||
2021-02-05 | Codechange: [Actions] Document better why we build our own fluidsynth (#8646) | Patric Stout | |
nielsmh nicely correct us in #8641, pointing out the old comment is not telling a complete truth. The result is the same, but it is better to not mislead future-us. | |||
2021-02-05 | Fix: [CMake] os/windows/openttd.manifest is not a generated file | glx22 | |
2021-02-05 | Add: [Actions] Automatically upload releases to Steam (#8644) | Patric Stout | |
2021-02-05 | Feature: [Actions / CMake] support for generic linux builds (#8641) | Patric Stout | |
These bundles can be opened on any "modern" Linux machine with a driver that SDL2 supports. Machines needs at least glibc 2.15, which was released 10 years ago. It is build with CentOS 7 as base, and only assumes the following libraries are available on the system: - libc - libdl - libgcc_s - libpthread - librt - libstdc++ All other libraries the game depends on are bundled together with the game, so users don't need any library installed to use this bundle. The downside of course is that this increases the binary size a bit: 30 MiB of libraries are in this bundle. RPATH is used to make ld-linux find the folder libraries are stored in; however, system libraries are always used before these, in the assumption libraries on the user system are more up-to-date. Using -DOPTION_PACKAGE_DEPENDENCIES=ON switches on packaging of libraries in the "lib" folder. This requires CMake 3.16 to be installed; otherwise it will fail. | |||
2021-02-05 | Codechange: Apply coding style (#8640) | SamuXarick | |
* Fix: Missing or needed spaces * Codechange: Remove space * Codechange: Remove space * Codechange: More missing spaces * Codechange: Missing spaces * Codechange: Remove space * Codechange: Remove space | |||
2021-02-02 | Update: Translations from eints | translators | |
german: 4 changes by Wuzzy2 | |||
2021-02-02 | Fix: [CMake] Language files should depend on english.txt | glx22 | |
2021-02-01 | Update: Translations from eints | translators | |
estonian: 110 changes by siimsoni | |||
2021-01-31 | Update: Translations from eints | translators | |
estonian: 17 changes by siimsoni german: 410 changes by Wuzzy2 | |||
2021-01-31 | Fix: [Emscripten] Pin Dockerfile to emsdk:2.0.10 to prevent patch failure ↵ | embeddedt | |
(#8628) | |||
2021-01-31 | Fix 2db88953: default Network Server List sorter put compatible servers in ↵ | Patric Stout | |
wrong order (#8626) If a server is compatible, it falls back to sorting by clients. This used to be in reverse, so full servers are on top. With the codechange commit, this was removed by accident, and as such empty servers were on top. This is silly. | |||
2021-01-31 | Fix: don't walk out of the map when trying to build tunnels (#8600) | Tyler Trahan | |
2021-01-30 | Codechange: [SDL2] Use MakeDirty() to force a redraw | Patric Stout | |
The original code is "strictly correct", but just reads really weird, and we use MakeDirty() in several other places instead too. | |||
2021-01-30 | Codechange: [SDL2] Rework how palette is updated | Patric Stout | |
It now follows more what the Win32 driver does, and has far less exceptions and special casing. MakePalette creates the Palette and prepares surface. UpdatePalette updates the Palette. CheckPaletteAnim checks if UpdatePalette needs to be called and marks the whole screen dirty so DrawSurfaceToScreen will do a full redraw. | |||
2021-01-30 | Fix: [SDL2] Display why SDL_CreateWindow() failed in case it does | Patric Stout | |
All SDL_NNN errors print SDL_GetError, except for this one place. | |||
2021-01-30 | Codechange: [SDL2] Split away CreateMainWindow from CreateMainSurface | Patric Stout | |
This makes the code a bit more readable, as both intentions are more clear, and there is less nesting in the main function. | |||
2021-01-30 | Codechange: [SDL2] reworked the different surfaces to make it more readable | Patric Stout | |
2021-01-30 | Codechange: [SDL2] Only prepare "caption" if you are going to us it | Patric Stout | |
2021-01-30 | Codechange: [SDL2] Minor code cleanup to remove silly variable | Patric Stout | |
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) |