Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix and enable x86 build for Android (#12700) | savilli | 2022-09-14 |
| | |||
* | Move some CI jobs to newer compiler versions | sfan5 | 2022-09-14 |
| | |||
* | Centralize IrrlichtMt version used for builds | sfan5 | 2022-07-23 |
| | | | | maybe a submodule would have really been easier... | ||
* | Bump IrrlichtMt | sfan5 | 2022-07-23 |
| | |||
* | Fix permissions on workflow-generated macOS builds (#12422) | Shane Liesegang | 2022-06-13 |
| | |||
* | Builtin: Redo serialize.lua (#11427) | Lars Müller | 2022-06-11 |
| | | | | | | | | | Features: * Support for arbitrary references, including self-referencing * Short output, references "long" strings as a bonus * Around the same speed, potentially slower if long, short keys are present * Properly works with NaN and inf | ||
* | Bug report template: ask contributors to provide a code snippet (#12405) | Zughy | 2022-06-05 |
| | |||
* | Lua workflow: Use Leafo's Luarocks action | Lars Müller | 2022-05-28 |
| | | | | instead of installing outdated packages which lead to failing workflows | ||
* | Formally drop support for building with upstream Irrlicht | sfan5 | 2022-05-23 |
| | | | | It stopped working with (at least) the last commit. | ||
* | Bump IrrlichtMt version in CI | sfan5 | 2022-05-22 |
| | |||
* | Bump IrrlichtMt to 1.9.0mt5 in CI | sfan5 | 2022-05-06 |
| | |||
* | Sort out some issues with our CI setup | sfan5 | 2022-05-06 |
| | | | | | | | * add missing apt-get update where needed * move some jobs to run on ubuntu-20.04 * update actions plugins to latest * speed up the job that runs multiplayer tests | ||
* | Fix Windows Visual Studio actions (#11176) | LoneWolfHT | 2022-05-04 |
| | | | Co-authored-by: rubenwardy <rw@rubenwardy.com> | ||
* | Run automated tests when lua files change (#12184) | x2048 | 2022-04-30 |
| | | | | | | | | | | | * Run automated tests when lua files change * skip busted on devtest * use newer build env * Add .luacheckrc for games/devetest Co-authored-by: sfan5 <sfan5@live.de> | ||
* | Use build directory for builds | ShadowNinja | 2022-04-08 |
| | |||
* | Update MinGW used by CI | sfan5 | 2022-02-08 |
| | | | | | This made a rebuild of 32-bit deps necessary. They were updated in the process and this was done for 64-bit too for consistency. | ||
* | Bump IrrlichtMt to 1.9.0mt4 in CI | sfan5 | 2022-01-16 |
| | |||
* | Update compiler versions in CI | sfan5 | 2022-01-15 |
| | | | | | downgrade gcc 6 -> 5 to better match our minimum upgrade gcc and clang by moving two images to ubuntu 20.04 | ||
* | Fully remove bitmap font support (#11863) | sfan5 | 2022-01-08 |
| | | | Freetype is now a build requirement. | ||
* | Restructure devtest's unittests and run them in CI (#11859) | sfan5 | 2021-12-18 |
| | |||
* | Update Android to new dependency repo (#11690) | sfan5 | 2021-10-31 |
| | |||
* | Add missing zstd-libs to final Docker image | Buckaroo Banzai | 2021-09-07 |
| | | | Also add `minetestserver --version` command to verify docker build in CI | ||
* | Switch MapBlock compression to zstd (#10788) | lhofhansl | 2021-08-31 |
| | | | | | | | * Add zstd support. * Rearrange serialization order * Compress entire mapblock Co-authored-by: sfan5 <sfan5@live.de> | ||
* | CI: Bump IrrlichtMt to 1.9.0mt3 | sfan5 | 2021-08-31 |
| | |||
* | CI: Add macOS workflow (#11454) | fn ⌃ ⌥ | 2021-08-28 |
| | |||
* | Gettext support on Android (#11435) | Pevernow | 2021-08-08 |
| | | | | Co-authored-by: sfan5 <sfan5@live.de> Co-authored-by: =?UTF-8?q?Olivier=20Samyn=20=F0=9F=8E=BB?= <code@oleastre.be> | ||
* | Move build/android directory to root of project (#11283) | NeroBurner | 2021-06-21 |
| | |||
* | Add roadmap (#10536) | rubenwardy | 2021-06-17 |
| | |||
* | Add basic client-server test to CI | sfan5 | 2021-05-05 |
| | |||
* | fix(ci): ensure we build on docker only modifications | Loic Blot | 2021-04-02 |
| | |||
* | Update CONTRIBUTING info on translating builtin | Wuzzy | 2021-03-29 |
| | |||
* | CI: update configurations for Irrlicht fork | sfan5 | 2021-03-09 |
| | |||
* | Disable clang-format, clean up scripts | rubenwardy | 2021-03-01 |
| | |||
* | CI: fix build | sfan5 | 2020-12-23 |
| | |||
* | Fix Visual Studio build in Actions | MoNTE48 | 2020-11-22 |
| | |||
* | Contributing doc: Minor improvements and a clarification (#10520) | Paramat | 2020-10-18 |
| | |||
* | Document how to work with ClangFormat (#10468) | Paramat | 2020-10-13 |
| | | | | To avoid the common misunderstanding where a contributor thinks they must apply the unsuitable formatting requests ClangFormat makes. | ||
* | Android: add ci with saving artifacts | Maksim | 2020-10-13 |
| | |||
* | Disable pgsql in VS 2019 workflow | adrido | 2020-06-22 |
| | |||
* | Add MSVC build (#9740) | adrido | 2020-05-05 |
| | | | | * Add MSVC build | ||
* | ci: Update Github Actions workflows (#9774) | sfan5 | 2020-05-02 |
| | |||
* | Add docker build stage on Github actions | Loic Blot | 2020-04-29 |
| | |||
* | Replace travis with github actions (#9641) | Loïc Blot | 2020-04-20 |
| | | | | | | | * Move outside of travis to Github actions This will permit to have better integrated CI workflow than the previous travis one. | ||
* | Update Github templates (#8593) | rubenwardy | 2019-06-13 |
| | |||
* | Add minetest issue template (#6936) | Loïc Blot | 2018-01-20 |
* Add minetest issue template This permits end user to have a basic template permitting to do issue triage and for users to know what we expect. |