aboutsummaryrefslogtreecommitdiff
path: root/builtin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Restructure teleport command code (#9706)HybridDog2021-02-241-92/+82
* Use "Aux1" key name consistently everywhereWuzzy2021-02-241-8/+8
* Update credits tab and mailmapsfan52021-02-231-26/+28
* Fail gracefully if main_menu_script has bad value (#10938)Wuzzy2021-02-191-2/+13
* Replace deprecated call to add_player_velocity in builtin (#10968)Elias Fleckenstein2021-02-181-1/+1
* Add nametag background setting and object property (#10937)rubenwardy2021-02-171-0/+4
* Fix short_description fallback order (#10943)rubenwardy2021-02-171-4/+0
* Replace 'minetest.' with 'core.' in builtinrubenwardy2021-02-117-18/+18
* Fix crash in tab_online when cURL is disabledrubenwardy2021-02-091-0/+9
* Use consistent temp folder path (#10892)rubenwardy2021-02-071-28/+8
* Revise dynamic_add_media API to better accomodate future changessfan52021-02-011-0/+23
* Preserve immortal group for players when damage is disabledsfan52021-01-311-1/+1
* Fix minetest.dig_node returning true when node isn't diggable (#10890)rubenwardy2021-01-311-2/+4
* Rework use_texture_alpha to provide three opaque/clip/blend modessfan52021-01-291-0/+1
* Drop never documented 'alpha' property from nodedefsfan52021-01-291-1/+0
* ContentDB: Order installed content first (#10864)rubenwardy2021-01-281-2/+34
* Fix ESC in error dialog from closing Minetest (#10838)Yaman Qalieh2021-01-231-0/+15
* Use JSON for favorites, move server list code to Lua (#10085)rubenwardy2021-01-227-109/+368
* Load system-wide texture packs too (#10791)Zughy2021-01-211-25/+34
* Removed some obsolete code (#10562)Zughy2021-01-213-35/+1
* Local tab: rename 'Configure' to 'Select Mods' (#10779)Zughy2021-01-201-1/+1
* ContentDB: Ignore content not installed from ContentDBrubenwardy2021-01-161-3/+3
* Implement on_rightclickplayer callback (#10775)JDiaz2021-01-111-0/+1
* Sanitize server IP field in mainmenu (#10793)Zughy2021-01-101-1/+1
* ContentDB: Add overwrite dialog when content is already installed (#10768)rubenwardy2021-01-041-5/+69
* Add on_deactivate callback for luaentities (#10723)hecks2021-01-021-0/+1
* "Browse online content" formspec improvement (#10756)Zughy2021-01-021-32/+36
* Display Minetest header when menu_last_game value isn't available anymore (#1...Zughy2020-12-282-0/+11
* Fix minetest.is_nanLars Mueller2020-12-241-0/+4
* 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 some more joystick issues (#10624)Markus2020-12-191-0/+3
* MainMenu: Add clear button and icon for search input (#10363)Andrey2020-12-192-3/+17
* Add open user data button to main menu (#10579)rubenwardy2020-12-191-3/+17
* Allow configuring block disk and net compression. Change default disk level.Lars2020-12-151-0/+14
* Revert "Increase limit for simultaneous blocks sent per client and the meshge...sfan52020-12-041-2/+2
* Fix MSAA stripes (#9247)HybridDog2020-12-041-2/+2
* Fix certain connected nodeboxes crashing when fallingsfan52020-12-041-1/+1
* Increase limit for simultaneous blocks sent per client and the meshgen cache.Lars2020-11-161-2/+2
* Fix falling image of torchlike if paramtype2="none" (#10612)Wuzzy2020-11-151-1/+8
* Copy position for can_digsfan52020-11-121-1/+2
* Increase default emerge queue limits and limit enqueue requests for active bl...Lars2020-11-121-3/+3
* Do not set a default for description in itemdef table (#10559)DS2020-11-101-3/+1
* Increase defaults for viewing_range, active_object_range and related settings...Lars2020-11-031-6/+6
* Fix segfault in deprecation logging due to tail call, log by default (#10174)rubenwardy2020-10-311-3/+3
* Shaders for Android (GLES 2) (#10506)Vitaliy2020-10-252-6/+9
* Add documentation to builtin core.run_callbacks (#10494)DS2020-10-211-0/+7
* Remove all bump mapping and parallax occlusion related code.Lars2020-10-172-48/+7
* Give unnamed world names incrementing numbers. Format 'world<number>' (#10247)Paramat2020-10-131-3/+11
* Add a short_description to be used by mods (#8980)DS2020-10-091-0/+6