Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-14 | Change: [Emscripten] update to 2.0.34 and use Release over RelWithDebInfo ↵ | Patric Stout | |
(#9696) It turns out that having "-g" in the compile-statement causes Emscripten to pick -g3, which makes for very big binaries. This is very likely not your intention when building Emscripten, as smaller really is better. For comparison, with RelWithDebInfo the binary is ~80MB. With Release it is ~7.4MB. | |||
2021-10-19 | Change: [Actions] Also check desync debug | glx22 | |
2021-10-17 | Fix 01603d9e: [Preview] publishing preview failed due to recent changes (#9621) | Patric Stout | |
Since 01603d9e we run under root, not under github user. In result, the location of "aws" binary changed. | |||
2021-10-17 | Fix 3046a6ce: [Preview] building preview failed to patch LZMA (#9620) | Patric Stout | |
The job was started under a non-priv user, which did not have permission to patch the emscripten files required to make LZMA work. | |||
2021-10-03 | Change: [Actions] Use macOS-11 image for releases (#9605) | Loïc Guilloux | |
2021-10-03 | Change: upgrade Emscripten to 2.0.31 and enable LZMA by default (#9604) | Patric Stout | |
2021-09-02 | Codechange: validate that all STR_NNN strings are defined and used (#9518) | Patric Stout | |
2021-08-22 | Doc: guidelines on english.txt or translation changes in PRs. (#9505) | frosch | |
2021-08-15 | Fix: [Actions] changelog assumed major.minor.patch versioning (#9482) | Patric Stout | |
We now use major.minor versioning, so it failed to pick up the correct information. | |||
2021-08-15 | Fix: [Actions] Ubuntu 18.04 by default has a compiler too old for OpenTTD ↵ | Patric Stout | |
(#9481) | |||
2021-06-26 | Fix #9386: compilers failing to compile with LTO by using variants instead ↵ | rubidium42 | |
of new + unique_ptr With std::variant all memory can be figured out at compile time, so the compiler needs to keep track of fewer elements. It also saves out a unique_ptr and its memory management, over a slight impact for resolving a setting. | |||
2021-06-26 | Change: [GitHub] use an issue form to let people fill in bug report / ↵ | Patric Stout | |
crashes (#9400) | |||
2021-06-13 | Codechange: [Actions] Improve MSYS2 setup time (#9360) | Loïc Guilloux | |
2021-06-10 | Add: [Actions] msys2/MinGW CI (#8698) | Loïc Guilloux | |
2021-05-26 | Feature: Sign Windows builds | Owen Rudge | |
2021-05-20 | Change: [Actions] use newly created Actions instead of custom ↵ | Patric Stout | |
shell-scripting (#9284) | |||
2021-05-10 | Add: [Actions] Check CI annotations to detect compile warnings (#9217) | Loïc Guilloux | |
2021-05-01 | Change: [Actions] Add a 2 minutes timeout for regression test (#9166) | Loïc Guilloux | |
2021-04-25 | Change: [Actions] Reword bug/crash report instructions (#9104) | Tyler Trahan | |
2021-04-24 | Add: [GitHub] use issue templates to make it more clear what we expect from ↵ | Patric Stout | |
users (#9092) | |||
2021-04-01 | Add: [Actions] Debian Bullseye release build (#8921) | Charles Pigott | |
2021-04-01 | Fix: [Actions] "is-tag" variable is the 5th element, not 6th | Patric Stout | |
The 6th is "is-stable-tag", but it is currently broken in meaning. Betas and RCs are considered "stable", but final releases are not. This is the reason it was working for RC1, but not for the final release. | |||
2021-03-08 | Fix: [Actions] update environment variable for AWS region (#8827) | Patric Stout | |
2021-03-04 | Change: [Actions] Also check dedicated build | glx22 | |
2021-03-01 | Add: [Actions] Allow partial cache invalidation on dependencies change | glx22 | |
2021-02-24 | Change: [Actions] Use only CMake, CTest and CPack | glx22 | |
2021-02-24 | Change: [Actions] stop using 'run-vcpkg' action for Release | glx22 | |
2021-02-24 | Change: [Actions] stop using 'run-cmake' action for Release | glx22 | |
2021-02-24 | Change: [Actions] stop using 'run-vcpkg' action for CI | glx22 | |
2021-02-24 | Change: [Actions] stop using 'run-cmake' action for CI | glx22 | |
2021-02-19 | Fix: [Actions] Also run CI against libsdl1.2 for every pull request | Patric Stout | |
2021-02-19 | Fix: [Actions] if SDL2 is installed, it is always picked over SDL1 | Patric Stout | |
So no need to install both SDL1 and SDL2, that gives a false idea of reality. | |||
2021-02-19 | Fix: [Actions] build our allegro driver too in our CI | Patric Stout | |
This prevents us breaking it without realising. | |||
2021-02-15 | Fix: [Actions] Use vcpkg to provide libpng on macOS | Owen Rudge | |
2021-02-14 | Add: [OSX] Native font rendering without using FreeType. | Michael Lutz | |
2021-02-13 | Change: [Actions] Also run CI for VS2017 | glx22 | |
2021-02-08 | Change: Convert .md to .rtf for Windows/Mac packages | Owen Rudge | |
2021-02-08 | Fix: [Actions] Use same vcpkg commit for CI on macOS as release builds | Owen Rudge | |
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 | 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-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-18 | Feature: [Actions] ARM64 builds for Windows | Owen Rudge | |
2021-01-18 | Fix: [Actions] Give Universal Mac packages the "universal" suffix | Owen Rudge | |
2021-01-15 | Feature: Build macOS build as a universal binary | Owen Rudge | |
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 | Feature: Sign macOS builds | Owen Rudge | |