Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
| | |||
* | Take advantage of IrrlichtMt CMake target (#11287) | JosiahWI | 2021-07-27 |
| | | | | With the CMake changes to IrrlichtMt, it's now possible to use a target for IrrlichtMt. Besides greatly improving the ease of setting up IrrlichtMt for users building the client, it removes the need for Minetest's CMake to include transitive dependencies such as image libraries, cleaning it up a tiny bit. The PR works by finding the IrrlichtMt package and linking to the target it provides. If the package isn't found and it isn't building the client, it will still fall back to using just the headers of old Irrlicht or IrrlichtMt. | ||
* | CI: add workaround to fix clang builds | sfan5 | 2021-05-17 |
| | | | | see https://github.com/actions/virtual-environments/issues/3376 | ||
* | Add basic client-server test to CI | sfan5 | 2021-05-05 |
| | |||
* | Look for PostgreSQL library properly and fix CI | sfan5 | 2021-04-20 |
| | |||
* | Adjust build config for Irrlicht changes (again) | sfan5 | 2021-03-26 |
| | |||
* | CI: update configurations for Irrlicht fork | sfan5 | 2021-03-09 |
| | |||
* | CI: fix build | sfan5 | 2020-12-23 |
| | |||
* | ci: Update Github Actions workflows (#9774) | sfan5 | 2020-05-02 |
| | |||
* | 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. |