Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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. | ||
* | Add benchmarks for json string serialize/deserialize (#12258) | paradust7 | 2022-05-06 |
| | | | Co-authored-by: sfan5 <sfan5@live.de> | ||
* | 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 build directory for builds | ShadowNinja | 2022-04-08 |
| | |||
* | Remove direct OpenGL(ES) dependency | sfan5 | 2022-03-09 |
| | | | | | IrrlichtMt now provides this for us (see last commit) fixes #12041 | ||
* | Update copyright year in README (#12029) | Zughy | 2022-02-04 |
| | |||
* | Fix macOS compile instructions | sfan5 | 2022-01-31 |
| | |||
* | Raise minimum compiler versions | sfan5 | 2022-01-15 |
| | | | | | | Supporting these is not reasonable anymore and effectively we didn't do that anyway, brokenness was only noticed by chance and a PR to restore support for gcc 5.x is ready now. | ||
* | Fully remove bitmap font support (#11863) | sfan5 | 2022-01-08 |
| | | | Freetype is now a build requirement. | ||
* | Add macOS build docs (#11757) | Andrew Kerr | 2021-11-19 |
| | |||
* | Add variable to use existing IrrlichtMt build (#11656) | JosiahWI | 2021-10-31 |
| | | | Co-authored-by: SmallJoker <SmallJoker@users.noreply.github.com> | ||
* | Automatically package MinGW runtime in buildbot | sfan5 | 2021-10-31 |
| | |||
* | Fix compiling on Windows with Visual Studio | LoneWolfHT | 2021-10-15 |
| | |||
* | Touch UI support for desktop builds (#10729) | TheBrokenRail | 2021-09-26 |
| | |||
* | Update README for zstd changes | sfan5 | 2021-09-01 |
| | |||
* | Update IrrlichtMt-related stuff in README | sfan5 | 2021-07-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. | ||
* | Use user provided lib/irrlichtmt if available (#11276) | NeroBurner | 2021-06-29 |
| | | | | | | | | | | | | | | Use user provided lib/irrlichtmt if available Make it possible for a user to provide the IrrlichtMt dependency as subdirectory at `lib/irrlichtmt`. The subdirectory is added with the `EXCLUDE_FROM_ALL` flag to prevent `libirrlichtmt.a` or other header files to be installed. This enables the user to do the following to satisfy the IrrlichtMt dependency: git clone --depth 1 https://github.com/minetest/irrlicht.git lib/irrlichtmt cmake . -DRUN_IN_PLACE=TRUE | ||
* | Rename “Irrlicht” to “IrrlichtMt” in documentation | Wuzzy | 2021-04-23 |
| | |||
* | Look for PostgreSQL library properly and fix CI | sfan5 | 2021-04-20 |
| | |||
* | Adjust build config for Irrlicht changes (again) | sfan5 | 2021-03-26 |
| | |||
* | Clean up cmake DLL installation and other minor things | sfan5 | 2021-03-12 |
| | |||
* | Switch Irrlicht dependency to our own fork | sfan5 | 2021-03-09 |
| | | | | -> https://github.com/minetest/irrlicht | ||
* | Set ENABLE_SYSTEM_JSONCPP to TRUE by default | sfan5 | 2021-03-07 |
| | |||
* | Use "Aux1" key name consistently everywhere | Wuzzy | 2021-02-24 |
| | |||
* | Update URLs to HTTPS (#10923) | TotalCaesar659 | 2021-02-10 |
| | |||
* | Improve MSVC cmake and update vcpkg instruction (#10407) | k.h.lai | 2020-09-29 |
| | | | | Remove unnecessary compiler flag for clang-cl Update vcpkg instruction in README.md | ||
* | Rename “Minimal development test” to “Development Test” (#9928) | Wuzzy | 2020-05-26 |
| | |||
* | Change default keys for cam/minimap to C/V (#9779) | Wuzzy | 2020-05-04 |
| | |||
* | Add MetricsBackend with prometheus counter support | Loic Blot | 2020-04-29 |
| | |||
* | Fix build badge since switching to github actions | Loïc Blot | 2020-04-20 |
| | |||
* | 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. | ||
* | Add an option to disable unittest build, & disable them on Docker build (#9677) | Loïc Blot | 2020-04-16 |
| | |||
* | Update README copyright to current year (#9566) | Testman | 2020-04-12 |
| | |||
* | Add Alpine build dependencies in README (#9206) | Zaoqi | 2019-12-15 |
| | |||
* | Fix Debian build dependencies in README | Nils Dagsson Moskopp | 2019-12-02 |
| | | | | | | | | | | | | This patch replaces the statement in the README about a build dependency of the minetest binary on the package “build-essential” with a corresponding statement about build dependencies on the three packages “g++”, “make”, and “libc6-dev”. Though often used as a shorthand, “build-essential” is not a package used to install packages that are essential for building software – “build-essential” depends on packages that are essential for building Debian packages. Therefore, the dependency on “build-essential” implies a dependency on a lot of packages that are not actually necessary to build minetest (e.g. the Perl programming language). | ||
* | README: Add dependencies for Arch Linux (#8998) | James Tobin | 2019-10-01 |
| | | | Added Arch Linux dependency list (including base-devel which covers many of them) | ||
* | Let ENABLE_GLES appear in cmake_config.h and change its functionality | sfan5 | 2019-08-04 |
| | |||
* | README: make -j$(nproc) (#8699) | Zaoqi | 2019-07-30 |
| | |||
* | Update README.md (#8700) | Zaoqi | 2019-07-21 |
| | |||
* | Improve grammar and formatting in the README | Hugo Locurcio | 2019-07-05 |
| | | | | | | | | This also clarifies the fact that Minetest saves `minetest.conf` when closing Minetest for the first time, rather than when starting it for the first time. This also fixes the default key for the pitch move mode which is now P. | ||
* | Update README copyright notice to 2019 (#8606) | Vilhelm Prytz | 2019-06-19 |
| | |||
* | Add compatibility to vcpkg buildsystem (#8317) | adrido | 2019-06-10 |
| | |||
* | Find PostgreSQL correctly (#8435) | adrido | 2019-04-07 |
| | |||
* | README: Remove references to Minecraft and InfiniMiner (#8260) | ANAND | 2019-03-02 |
| | |||
* | Extend pitch fly mode to swimming (#7943) | random-geek | 2018-12-31 |
| | |||
* | Add a basic kubernetes deployment file (#7979) | Loïc Blot | 2018-12-15 |
| | | | | * Add a basic kubernetes deployment file | ||
* | Add docker image documentation (#7969) | Loïc Blot | 2018-12-13 |
| | | | | | * Add docker image documentation * Update README.md | ||
* | README: Add linking table of contents (#7601) | woshiicyrus | 2018-12-02 |
| |