| Commit message (Collapse) | Author | Age |
|
|
| |
Co-authored-by: sfan5 <sfan5@live.de>
|
| |
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
|
|
|
| |
* Add zstd support.
* Rearrange serialization order
* Compress entire mapblock
Co-authored-by: sfan5 <sfan5@live.de>
|
| |
|
|
|
|
| |
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.
|
|
|
|
| |
see https://github.com/actions/virtual-environments/issues/3376
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
* Move outside of travis to Github actions
This will permit to have better integrated CI workflow than the previous
travis one.
|