Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add utility script to stress-test mapgen | sfan5 | 2022-07-04 |
| | |||
* | 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 | ||
* | Remove generate-texture-normals.sh | ShadowNinja | 2022-04-08 |
| | | | | Minetest does not use normal maps any more. | ||
* | Use CMake's -B, --build, and --install options | ShadowNinja | 2022-04-08 |
| | |||
* | Auto-detect level of parallelism | ShadowNinja | 2022-04-08 |
| | |||
* | Spacing fixes | ShadowNinja | 2022-04-08 |
| | |||
* | Use build directory for builds | ShadowNinja | 2022-04-08 |
| | |||
* | Update MinGW used by CI | sfan5 | 2022-02-08 |
| | | | | | 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. | ||
* | Bump IrrlichtMt to 1.9.0mt4 in CI | sfan5 | 2022-01-16 |
| | |||
* | Fully remove bitmap font support (#11863) | sfan5 | 2022-01-08 |
| | | | Freetype is now a build requirement. | ||
* | Restructure devtest's unittests and run them in CI (#11859) | sfan5 | 2021-12-18 |
| | |||
* | Fix some issues with buildbot scripts (#11860) | sfan5 | 2021-12-15 |
| | |||
* | Fix wireshark packet dissector wrong coordinates (#11826) | Richard Liu | 2021-12-05 |
| | |||
* | Fix compiler detection in buildbot | sfan5 | 2021-11-10 |
| | | | | it was just half-broken before... | ||
* | Fix typo in buildbot scripts | sfan5 | 2021-11-05 |
| | |||
* | Localize error messages in mainmenu (#11495) | Riceball LEE | 2021-11-01 |
| | | | | Co-authored-by: sfan5 <sfan5@live.de> Co-authored-by: rubenwardy <rw@rubenwardy.com> | ||
* | Automatically package MinGW runtime in buildbot | sfan5 | 2021-10-31 |
| | |||
* | Replace uses of which(1) with command -v | sfan5 | 2021-10-31 |
| | |||
* | Don't look for zlib and zstd manually on Windows | sfan5 | 2021-09-01 |
| | |||
* | 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 |
| | |||
* | Add fwgettext util function | rubenwardy | 2021-08-19 |
| | |||
* | Fix GUIEditBoxWithScrollBar using a smaller steps than intlGUIEditBox (#11519) | DS | 2021-08-08 |
| | |||
* | buildbot: Readd missing IrrlichtMt DLLs | sfan5 | 2021-07-27 |
| | |||
* | 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. | ||
* | Buildbot: Use posix on Win64 builds if available (#11355) | Juozas | 2021-06-22 |
| | | | | | 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 | ||
* | Move build/android directory to root of project (#11283) | NeroBurner | 2021-06-21 |
| | |||
* | 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 |
| | |||
* | Update library versions in buildbot (#11229) | sfan5 | 2021-04-27 |
| | |||
* | Look for PostgreSQL library properly and fix CI | sfan5 | 2021-04-20 |
| | |||
* | Buildbot changes to allow out-of-tree builds (#11180) | sfan5 | 2021-04-11 |
| | | | | | | | * 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 | ||
* | Adjust build config for Irrlicht changes (again) | sfan5 | 2021-03-26 |
| | |||
* | Clean up cmake DLL installation and other minor things | sfan5 | 2021-03-12 |
| | |||
* | CI: update configurations for Irrlicht fork | sfan5 | 2021-03-09 |
| | |||
* | buildbot: Drop i586-mingw32msvc, add i686-w64-mingw32-posix detection | sfan5 | 2021-03-06 |
| | |||
* | Translate builtin (#10693) | Wuzzy | 2021-03-05 |
| | | | | | 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. | ||
* | Disable clang-format, clean up scripts | rubenwardy | 2021-03-01 |
| | |||
* | Add script that sorts contributions for use in credits | sfan5 | 2021-02-23 |
| | |||
* | Handle UTF-16 correctly in Wireshark dissector | sfan5 | 2021-02-02 |
| | |||
* | Consistently use "health points" (#10868) | Zughy | 2021-01-27 |
| | |||
* | Fix Android support in bump_version.sh (#10836) | rubenwardy | 2021-01-20 |
| | |||
* | 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. | ||
* | Make util/bump_version.sh work again | sfan5 | 2020-07-08 |
| |