aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Collapse)Author
2022-06-02Merge branch 'master' of https://github.com/minetest/minetestElias Fleckenstein
2022-05-23Formally drop support for building with upstream Irrlichtsfan5
It stopped working with (at least) the last commit.
2022-05-22Merge branch 'master' of https://github.com/minetest/minetestElias Fleckenstein
2022-05-22Bump IrrlichtMt version in CIsfan5
2022-05-18Install lua_async dependency2022.05Elias Fleckenstein
2022-05-18Ship dragonfireclient with selected high-quality modsElias Fleckenstein
2022-05-17Merge branch 'master' of https://github.com/minetest/minetestElias Fleckenstein
2022-05-06Add benchmarks for json string serialize/deserialize (#12258)paradust7
Co-authored-by: sfan5 <sfan5@live.de>
2022-05-06Bump IrrlichtMt to 1.9.0mt5 in CIsfan5
2022-05-06Sort out some issues with our CI setupsfan5
* 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
2022-04-08Remove generate-texture-normals.shShadowNinja
Minetest does not use normal maps any more.
2022-04-08Use CMake's -B, --build, and --install optionsShadowNinja
2022-04-08Auto-detect level of parallelismShadowNinja
2022-04-08Spacing fixesShadowNinja
2022-04-08Use build directory for buildsShadowNinja
2022-02-08Update MinGW used by CIsfan5
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-16Bump IrrlichtMt to 1.9.0mt4 in CIsfan5
2022-01-08Fully remove bitmap font support (#11863)sfan5
Freetype is now a build requirement.
2021-12-18Restructure devtest's unittests and run them in CI (#11859)sfan5
2021-12-15Fix some issues with buildbot scripts (#11860)sfan5
2021-12-05Fix wireshark packet dissector wrong coordinates (#11826)Richard Liu
2021-11-10Fix compiler detection in buildbotsfan5
it was just half-broken before...
2021-11-05Fix typo in buildbot scriptssfan5
2021-11-01Localize error messages in mainmenu (#11495)Riceball LEE
Co-authored-by: sfan5 <sfan5@live.de> Co-authored-by: rubenwardy <rw@rubenwardy.com>
2021-10-31Automatically package MinGW runtime in buildbotsfan5
2021-10-31Replace uses of which(1) with command -vsfan5
2021-09-19Merge branch 'master' of https://github.com/minetest/minetestElias Fleckenstein
2021-09-01Don't look for zlib and zstd manually on Windowssfan5
2021-08-31Switch MapBlock compression to zstd (#10788)lhofhansl
* Add zstd support. * Rearrange serialization order * Compress entire mapblock Co-authored-by: sfan5 <sfan5@live.de>
2021-08-31CI: Bump IrrlichtMt to 1.9.0mt3sfan5
2021-08-19Add fwgettext util functionrubenwardy
2021-08-08Fix GUIEditBoxWithScrollBar using a smaller steps than intlGUIEditBox (#11519)DS
2021-07-27buildbot: Readd missing IrrlichtMt DLLssfan5
2021-07-27Take 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-06-22Buildbot: Use posix on Win64 builds if available (#11355)Juozas
Use posix mingw-w64 toolchain on Win64 builds where applicable, avoids many build errors when using buildwin64.sh to build 64 bit builds on Ubuntu based Linux distributions
2021-06-21Move build/android directory to root of project (#11283)NeroBurner
2021-05-17CI: add workaround to fix clang buildssfan5
see https://github.com/actions/virtual-environments/issues/3376
2021-05-13Merge branch 'master' of https://github.com/minetest/minetestElias Fleckenstein
2021-05-05Add basic client-server test to CIsfan5
2021-04-27Update library versions in buildbot (#11229)sfan5
2021-04-20Look for PostgreSQL library properly and fix CIsfan5
2021-04-11Buildbot 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-26Adjust build config for Irrlicht changes (again)sfan5
2021-03-26Merge branch 'master' of https://github.com/minetest/minetestElias Fleckenstein
2021-03-12Clean up cmake DLL installation and other minor thingssfan5
2021-03-09CI: update configurations for Irrlicht forksfan5
2021-03-06buildbot: Drop i586-mingw32msvc, add i686-w64-mingw32-posix detectionsfan5
2021-03-05Translate builtin (#10693)Wuzzy
This PR is the second attempt to translate builtin. Server-sent translation files can be added to `builtin/locale/`, whereas client-side translations depend on gettext.
2021-03-01Disable clang-format, clean up scriptsrubenwardy
2021-02-23Add script that sorts contributions for use in creditssfan5