aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Local tab: rename 'Configure' to 'Select Mods' (#10779)Zughy2021-01-201-1/+1
* Android: Update Gradle, NDK, Build Tools, and SQLite version (#10833)Muhammad Rifqi Priyo Susanto2021-01-204-8/+8
* Fix Android support in bump_version.sh (#10836)rubenwardy2021-01-202-10/+14
* Fix double word "true" in minetest.is_nan explanation (#10820)M.K2021-01-181-1/+1
* ContentDB: Ignore content not installed from ContentDBrubenwardy2021-01-161-3/+3
* Factorize more guiEditBoxes code (#10789)Loïc Blot2021-01-136-183/+105
* Document how to make nametags background disappear on players' head (#10783)Zughy2021-01-111-1/+5
* Implement on_rightclickplayer callback (#10775)JDiaz2021-01-116-4/+28
* Sanitize server IP field in mainmenu (#10793)Zughy2021-01-101-1/+1
* Refactor/gui editbox (#10787)Loïc Blot2021-01-076-1738/+964
* refacto: factorize multiple code parts from guiEditbox childs (#10782)Loïc Blot2021-01-047-391/+266
* Update Gitlab-CI pipelinesfan52021-01-042-86/+49
* ContentDB: Add overwrite dialog when content is already installed (#10768)rubenwardy2021-01-044-5/+84
* Add on_deactivate callback for luaentities (#10723)hecks2021-01-0212-27/+106
* Clarify documentation of minetest.get_modpath and minetest.get_modnames (#10771)OgelGames2021-01-021-5/+8
* "Browse online content" formspec improvement (#10756)Zughy2021-01-028-32/+47
* Formspecs: Fix broken texture escaping with model[]Jean-Patrick Guerrero2021-01-011-1/+1
* Add minetest.get_objects_in_area (#10668)Elias Fleckenstein2020-12-296-0/+57
* Fix item tooltip background color not workingLars Mueller2020-12-281-1/+2
* Display Minetest header when menu_last_game value isn't available anymore (#1...Zughy2020-12-282-0/+11
* Fix minetest.is_nanLars Mueller2020-12-243-14/+4
* Fix some minor code issues all over the placesfan52020-12-2419-109/+45
* Minor profiler fixes.Lars2020-12-232-1/+4
* Fix unsafe cast in l_objectrubenwardy2020-12-231-2/+2
* CI: fix buildsfan52020-12-232-21/+10
* Add dependency resolution to ContentDB (#9997)rubenwardy2020-12-234-5/+300
* Fix fallnode rotation of wallmounted nodebox/mesh (#10643)Wuzzy2020-12-221-13/+27
* Fix GLES shader support after #9247 (#10727)Vitaliy2020-12-224-4/+20
* Fix some more joystick issues (#10624)Markus2020-12-197-48/+53
* MainMenu: Add clear button and icon for search input (#10363)Andrey2020-12-195-3/+19
* Cleanup shader generation code (#10663)Vitaliy2020-12-1911-384/+164
* Add open user data button to main menu (#10579)rubenwardy2020-12-199-19/+100
* DevTest: Add food item to test food replacement (#10642)Wuzzy2020-12-182-0/+7
* Make installer create its own Minetest folder (#10445)LoneWolfHT2020-12-181-5/+6
* Documentation for highest formspec_version[] and changelog (#10592)DS2020-12-182-16/+18
* Allow configuring block disk and net compression. Change default disk level.Lars2020-12-1510-40/+47
* Formspec: Allow to specify frame loop for model[] (#10679)Thomas--S2020-12-154-6/+31
* lua_api.txt: Add mod_orgin to node def (#10697)wsor40352020-12-151-0/+7
* Semi-transparent background for nametags (#10152)Zughy2020-12-142-9/+47
* Revert "GUIFormSpecMenu: Shift+Click listring workaround for MacOS"SmallJoker2020-12-141-9/+1
* GUIFormSpecMenu: Shift+Click listring workaround for MacOSSmallJoker2020-12-121-1/+9
* Various documentation fixes (#10692)SmallJoker2020-12-103-6/+24
* Implement mapblock camera offset correctly (#10702)hecks2020-12-054-74/+63
* Revert "Increase limit for simultaneous blocks sent per client and the meshge...sfan52020-12-042-4/+4
* Cross-reference the node level manipulation functions (#10633)Oblomov2020-12-041-1/+3
* Fix MSAA stripes (#9247)HybridDog2020-12-045-10/+13
* Fix certain connected nodeboxes crashing when fallingsfan52020-12-041-1/+1
* Input: Fix on_rightclick called when placing into airSmallJoker2020-11-291-0/+3
* Avoid generating the same chunk more than once with multiple emerge threads.Lars2020-11-2611-50/+5
* Change typedef to normal definitions in GUI codesfan52020-11-262-14/+14