Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-22 | Merge branch 'master' of https://github.com/minetest/minetest | Elias Fleckenstein | |
2022-05-22 | Bump IrrlichtMt version in CI | sfan5 | |
2022-05-18 | Install lua_async dependency2022.05 | Elias Fleckenstein | |
2022-05-18 | Ship dragonfireclient with selected high-quality mods | Elias Fleckenstein | |
2022-05-17 | Merge branch 'master' of https://github.com/minetest/minetest | Elias Fleckenstein | |
2022-05-06 | Bump IrrlichtMt to 1.9.0mt5 in CI | sfan5 | |
2022-04-08 | Use CMake's -B, --build, and --install options | ShadowNinja | |
2022-02-08 | Update MinGW used by CI | sfan5 | |
This made a rebuild of 32-bit deps necessary. They were updated in the process and this was done for 64-bit too for consistency. | |||
2022-01-16 | Bump IrrlichtMt to 1.9.0mt4 in CI | sfan5 | |
2022-01-08 | Fully remove bitmap font support (#11863) | sfan5 | |
Freetype is now a build requirement. | |||
2021-12-15 | Fix some issues with buildbot scripts (#11860) | sfan5 | |
2021-11-10 | Fix compiler detection in buildbot | sfan5 | |
it was just half-broken before... | |||
2021-11-05 | Fix typo in buildbot scripts | sfan5 | |
2021-10-31 | Automatically package MinGW runtime in buildbot | sfan5 | |
2021-10-31 | Replace uses of which(1) with command -v | sfan5 | |
2021-09-19 | Merge branch 'master' of https://github.com/minetest/minetest | Elias Fleckenstein | |
2021-09-01 | Don't look for zlib and zstd manually on Windows | sfan5 | |
2021-08-31 | Switch MapBlock compression to zstd (#10788) | lhofhansl | |
* Add zstd support. * Rearrange serialization order * Compress entire mapblock Co-authored-by: sfan5 <sfan5@live.de> | |||
2021-08-31 | CI: Bump IrrlichtMt to 1.9.0mt3 | sfan5 | |
2021-07-27 | buildbot: Readd missing IrrlichtMt DLLs | sfan5 | |
2021-07-27 | Take advantage of IrrlichtMt CMake target (#11287) | JosiahWI | |
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. | |||
2021-05-13 | Merge branch 'master' of https://github.com/minetest/minetest | Elias Fleckenstein | |
2021-04-27 | Update library versions in buildbot (#11229) | sfan5 | |
2021-04-11 | Buildbot changes to allow out-of-tree builds (#11180) | sfan5 | |
* Do proper out-of-tree builds with buildbot * Don't write to bin/ for cross builds * This allows safely building multiple builds from the same source dir, e.g. with the buildbot. * Disable Gettext (by default) and Freetype (entirely) for server builds | |||
2021-03-26 | Adjust build config for Irrlicht changes (again) | sfan5 | |
2021-03-26 | Merge branch 'master' of https://github.com/minetest/minetest | Elias Fleckenstein | |
2021-03-12 | Clean up cmake DLL installation and other minor things | sfan5 | |
2021-03-09 | CI: update configurations for Irrlicht fork | sfan5 | |
2021-03-06 | buildbot: Drop i586-mingw32msvc, add i686-w64-mingw32-posix detection | sfan5 | |
2021-02-18 | Update buildbot to new MineClone2 repo and set the game name to MineClone2 ↵ | Elias Fleckenstein | |
rather than mineclone2 | |||
2020-10-04 | The Robot Update | Elias Fleckenstein | |
2020-08-20 | Update Buildbots | Elias Fleckenstein | |
2020-04-20 | Replace travis with github actions (#9641) | Loïc Blot | |
* Move outside of travis to Github actions This will permit to have better integrated CI workflow than the previous travis one. | |||
2020-02-12 | Update some libraries for buildbot | sfan5 | |
2019-08-05 | Update curl dependency in buildbot | sfan5 | |
2019-06-21 | Improve buildbot script | Pierre-Yves Rollo | |
PR created under the employment of EvidenceBKidscode * Variables to set git repositories urls (allows to build from another repo) * Variables to set git branch to build from (allows to build from non-master branch) * Variables to change built name * Make -j uses the proper number of processors (autodetect) * Changed toolchain from win32 to adpat it to non-debian distros | |||
2019-03-07 | Update a few dependency versions for buildbot (#8319) | sfan5 | |
2017-06-09 | buildbot: exit 0 at the end of the script | Loïc Blot | |
This permits script to return correct state when skipping packaging | |||
2017-06-08 | Implement GItlab CI daily builds for windows platform (32 & 64) (#5923) | Loïc Blot | |
* Implement win32 & win64 builds in Gitlab CI + pkg improvements * windows buildbot: split build & deploy steps * move deb artifacts to root folder to have a nicer artifact * add windows build + packaging on xenial | |||
2017-06-04 | Minetest for C++11 (CMakeLists + Travis) | Loic Blot | |
* Move GCC to GCC 6 & GCC 7 * Move Clang to Clang 3.6 & Clang 4.0 * LINT moves from Clang 3.9 to Clang 4.0 * Move XCode 7.3 to 8.0 * Use more travis tricks to install compilers instead of adding complexity to our build script * Clang format fixes on checked files (compat Cpp11 instead of Cpp03) * Mingw GCC update from 4.8.4 to 5.3 (Ubuntu Xenial) * Drop mingw cmake generated files and add them to gitignore | |||
2016-12-29 | Buildbot: Update Gettext version (#4971) | sfan5 | |
2016-12-08 | Buildbot: Update LuaJIT version | sfan5 | |
2016-09-21 | Update library versions in buildbot | sfan5 | |
The libraries updated in this commit were built with a set of scripts: https://gist.github.com/sfan5/780c24313c164d34634e18677683b9a3 Building new library versions or just using a different MinGW version is now way easier. This means Windows builds no longer need to use ancient library versions just because nobody knows how to build them. | |||
2016-07-29 | buildbot: retrieve short commit hash properly | Fernando Carmona Varo | |
Instead of trying to manually parse the output of 'git show' which can be different across different git configurations, properly use the 'git rev-parse' command that is intended for this purpose. | |||
2015-12-26 | Update URLs for buildbot & travis | sfan5 | |
The freehoster these files were hosted on is shutting down soon-ish, they're now hosted on my VPS. | |||
2015-01-08 | Add SQLite3 libraries to buildbot | sfan5 | |
2015-01-06 | Fix buildbot (was broken by 04a1a446cf845a0db80d39fd0e42771aa07e4492) | sfan5 | |
2014-12-06 | Build for win32 & win64 on Travis too | sfan5 | |
2014-10-19 | Update the cURL the buildbot uses to 7.38.0 | sfan5 | |
2014-07-29 | Add ZLIBWAPI_DLL and LEVELDB_DLL CMake options Remove legacy MINGWM10_DLL ↵ | sfan5 | |
CMake option Update 32-bit buildbot (OpenAL updated, zlib updated) Change build directory for buildbots to '_build' to prevent removal of Android build files Use -win64 suffix for 64-bit Windows builds Fixes #1476 |