| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-06-22 | Buildbot: 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-21 | Move build/android directory to root of project (#11283) | NeroBurner | |
| 2021-05-17 | CI: add workaround to fix clang builds | sfan5 | |
| see https://github.com/actions/virtual-environments/issues/3376 | |||
| 2021-05-05 | Add basic client-server test to CI | sfan5 | |
| 2021-04-27 | Update library versions in buildbot (#11229) | sfan5 | |
| 2021-04-20 | Look for PostgreSQL library properly and fix CI | 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-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-03-05 | Translate 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-01 | Disable clang-format, clean up scripts | rubenwardy | |
| 2021-02-23 | Add script that sorts contributions for use in credits | sfan5 | |
| 2021-02-02 | Handle UTF-16 correctly in Wireshark dissector | sfan5 | |
| 2021-01-27 | Consistently use "health points" (#10868) | Zughy | |
| 2021-01-20 | Fix Android support in bump_version.sh (#10836) | rubenwardy | |
| 2020-12-23 | CI: fix build | sfan5 | |
| 2020-11-04 | Add model[] formspec element (#10320) | SmallJoker | |
| 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> | |||
| 2020-08-04 | Implement override.txt support for special tiles (#10140) | Hugues Ross | |
| 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. | |||
| 2020-07-08 | Make util/bump_version.sh work again | sfan5 | |
| 2020-06-25 | Release test build to Android beta program | rubenwardy | |
| 2020-05-26 | Rename “Minimal development test” to “Development Test” (#9928) | Wuzzy | |
| 2020-05-02 | ci: Update Github Actions workflows (#9774) | sfan5 | |
| 2020-04-29 | Add MetricsBackend with prometheus counter support | Loic Blot | |
| 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-04-14 | Update wireshark dissector (#9621) | sfan5 | |
| 2020-04-14 | Refactor texture overrides and add new features (#9600) | Hugues Ross | |
| * Refactor texture overrides, and add new features: - Texture overrides can support multiple targets in one line - Texture override files can have comment lines - Item images/wield images can be overridden * Formatting changes * Address soime feedback - Pass vectors by const reference - Log syntax errors as warnings - Remove 'C' prefix from TextureOverrideSource * Simplify override target checks with an inline helper function * make linter happy * Apply feedback suggestions Co-Authored-By: rubenwardy <rw@rubenwardy.com> * Remove remaining != 0 checks * Update copyright notice Co-authored-by: sfan5 <sfan5@live.de> Co-authored-by: rubenwardy <rw@rubenwardy.com> | |||
| 2020-04-11 | Drop content_sao.{cpp,h} | Loic Blot | |
| Move LuaEntitySAO to a new dedicated file Drop TestSAO (useless object) Drop the old static startup initialized SAO factory, which was pretty useless. This factory was using a std::map for 2 elements, now just use a simple condition owned by ServerEnvironment, which will be lightweight, that will also drop a one time useful test on each LuaEntitySAO creation. This should reduce server load on massive SAO creation | |||
| 2020-04-11 | Move serveractiveobject & unitsao | Loic Blot | |
| Move serverobject.{cpp,h} to server/serveractiveobject.{cpp,h} Move UnitSAO class to dedicated files | |||
| 2020-04-10 | Drop genericobject.{cpp,h} (#9629) | Loïc Blot | |
| * Drop genericobject.{cpp,h} This file is not for generic object but for ActiveObject message passing. Put ownership of the various commands to the right objects and cleanup the related code. * Protect ServerActiveObject::m_messages_out * typo fix | |||
| 2020-04-08 | Travis: Build clang jobs with LuaJIT enabled for better coverage | sfan5 | |
| 2020-04-03 | Utility script to help with Weblate commit import | sfan5 | |
| 2020-03-28 | Travis: Correct Linux dependencies so that PostgreSQL is found by CMake | sfan5 | |
| 2020-03-20 | Add comments for translators (#9510) | Wuzzy | |
| * Add translator comments for "special" strings * Add translator comments for some "tricky" strings | |||
| 2020-03-12 | Update clang-tidy configuration and scripts | sfan5 | |
| 2020-03-12 | buildbot: Update to newer MinGW gcc 9.2 | sfan5 | |
| 2020-03-12 | Update travis build infrastructure | sfan5 | |
| Ubuntu 14.04 -> 18.04 clang-format, clang-tidy 7 -> 8 clang 3.6 -> 3.9 clang 7 -> 9 | |||
| 2020-02-15 | Add animated_image[] formspec element (#9258) | Hugues Ross | |
| 2020-02-12 | Update some libraries for buildbot | sfan5 | |
| 2020-02-01 | Formspec: Create a new class for inventorylists (#9287) | DS | |
| 2020-01-26 | Add 9-slice background support to button formspec elements (#9290) | Hugues Ross | |
| 2019-12-09 | Refactor to centralize GUIButton styling/rendering code (#9090) | Hugues Ross | |
| 2019-11-11 | Fix clang-tidy and lint travis checks | sfan5 | |
| 2019-11-09 | Silence invalid Clang Format report (#9095) | Paramat | |
| 2019-11-03 | Formspec: add hypertext element | Pierre-Yves Rollo | |
| 2019-09-29 | Move Quicktune code to util/ (#8871) | ANAND | |
| 2019-08-05 | Update curl dependency in buildbot | sfan5 | |
| 2019-08-03 | Add custom colorable GUIButton implementation | rubenwardy | |
| 2019-07-31 | Silence invalid clang format warnings in guiScrollBar.cpp (#8724) | Paramat | |
