Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
| | |||
* | 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 |
| | |||
* | Add benchmarks for json string serialize/deserialize (#12258) | paradust7 | 2022-05-06 |
| | | | Co-authored-by: sfan5 <sfan5@live.de> | ||
* | 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 | ||
* | Use CMake's -B, --build, and --install options | ShadowNinja | 2022-04-08 |
| | |||
* | Auto-detect level of parallelism | ShadowNinja | 2022-04-08 |
| | |||
* | Use build directory for builds | ShadowNinja | 2022-04-08 |
| | |||
* | Bump IrrlichtMt to 1.9.0mt4 in CI | sfan5 | 2022-01-16 |
| | |||
* | 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 |
| | |||
* | Fix GUIEditBoxWithScrollBar using a smaller steps than intlGUIEditBox (#11519) | DS | 2021-08-08 |
| | |||
* | 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 |
| | |||
* | 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. |