Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
| | |||
* | Disable clang-format, clean up scripts | rubenwardy | 2021-03-01 |
| | |||
* | CI: fix build | sfan5 | 2020-12-23 |
| | |||
* | Add model[] formspec element (#10320) | SmallJoker | 2020-11-04 |
| | | | | | | Formspec element to display models, written by @kilbith, rebased and tweaked. Co-authored-by: Jean-Patrick Guerrero <jeanpatrick.guerrero@gmail.com> Co-authored-by: sfan5 <sfan5@live.de> | ||
* | Implement override.txt support for special tiles (#10140) | Hugues Ross | 2020-08-04 |
| | | | | | Add override targets for all special_tiles entries in node definitions, allowing texture packs to replace these textures. This makes overrides work properly with a variety of drawtypes. The targets are named special1 through special6, covering the the current length of the special_tiles array. | ||
* | ci: Update Github Actions workflows (#9774) | sfan5 | 2020-05-02 |
| | |||
* | Add MetricsBackend with prometheus counter support | 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. |