aboutsummaryrefslogtreecommitdiff
path: root/builtin (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve the `fsaa` setting description (#10279)Hugo Locurcio2020-10-061-2/+7
* Add minetest.get_artificial_light and minetest.get_natural_light (#5680)HybridDog2020-10-061-0/+6
* Deprecate get_player_velocity and add_player_velocity (#10173)rubenwardy2020-10-041-0/+1
* Lua API: Add register_on_chatcommand to SSM and CSM (#7862)Elijah Duffy2020-10-034-0/+12
* Reduce the FPS when the window is unfocused (#8837)HybridDog2020-10-031-2/+2
* Chatcommand: Show help message if func returns false without messageHybridDog2020-10-031-2/+11
* Improve layout of main menu 'local' tab (#10366)Paramat2020-09-291-17/+16
* Ability to remove minetest.after once set (#10103)tenplus12020-09-231-2/+4
* Remove "generate normal maps" feature (#10313)hecks2020-09-142-28/+8
* Add 'ores' global mapgen flag (#10276)Paramat2020-09-031-1/+1
* Fix #10349 game crashing if dropped an item with undefined light_source (#10351)Pierre-Yves Rollo2020-08-301-1/+2
* Fix dropped craftitems/tools not using light_source values (#9438)LoneWolfHT2020-08-301-1/+1
* Add vector.offset (#10321)DS2020-08-292-0/+10
* Android: drop simple MainMenu (#10227)Maksim2020-08-274-362/+33
* Auto focus on OK button in main menu error messages (#10300)Vincent Robinson2020-08-231-0/+2
* Allow the ABM time budget to be configurable.Lars2020-08-181-0/+4
* ContentDB: Add Update All and download queuing (#9995)rubenwardy2020-08-172-10/+84
* Allow binding dig, place actions to keys; remove LMB/RMB hardcodingANAND2020-08-151-3/+11
* Change `last-login` command to show player name in output (#10263)Emojigit2020-08-061-2/+2
* Mapgen Flat: Add caverns, disabled by default (#9913)Paramat2020-08-052-1/+14
* Falling: Fix error caused by missing param2SmallJoker2020-07-301-0/+1
* Fix incorrect view URL for gamesrubenwardy2020-07-281-2/+3
* Add object crosshair, disable entity selectionboxes by default (#9523)LoneWolfHT2020-07-141-1/+4
* Fix ContentDB menu icons not appearing on Windowssfan52020-07-081-4/+4
* Some vector functions useful for working with rotations (#9572)NetherEran2020-06-092-0/+235
* LuaItemStack: Add __tostring metamethod (#8785)Paul Ouellette2020-06-091-0/+2
* Fix incorrect extension used for ContentDB thumbnailsrubenwardy2020-06-061-1/+7
* Add HTTP API to main menu (#9998)rubenwardy2020-06-064-24/+47
* Add buttons to ContentDB in game bar and configure world (#9944)rubenwardy2020-06-043-39/+79
* Add minetest.is_creative_enabledWuzzy2020-05-293-9/+9
* Update ContentDB dialog (#9949)rubenwardy2020-05-291-39/+47
* Change item entity collisionbox so that they don't sink into the groundsfan52020-05-271-6/+1
* Fix falling entity not falling through playerssfan52020-05-271-1/+1
* Make ContentDB downloads not block the UI (#9948)rubenwardy2020-05-271-41/+22
* Rename “Minimal development test” to “Development Test” (#9928)Wuzzy2020-05-261-6/+6
* Add engine version string to ContentDB API request (#9890)rubenwardy2020-05-241-2/+3
* Add chat_font_size setting (#9736)SmallJoker2020-05-241-0/+4
* Fix documentation of emergequeue_limit settingssfan52020-05-241-5/+5
* Add on_authplayer callback and 'last_login' to on_joinplayer (#9574)sorcerykid2020-05-234-4/+19
* Various documentation fixes in settingtypes.txt (#9910)Paramat2020-05-221-7/+7
* Rework functionality of leveled nodes (#9852)Wuzzy2020-05-191-15/+43
* builtin: Move common/async_event.lua to mainmenu/async_event.luasfan52020-05-172-12/+2
* Add core.open_url() to main menu API (#8592)rubenwardy2020-05-172-95/+29
* Error msg if trying to teleport attached player (#9824)Wuzzy2020-05-161-0/+12
* Add new Mapgen V7 floatland implementation (#9296)Paramat2020-05-141-1/+48
* Add chat_log_level setting (#9223)SmallJoker2020-05-141-0/+3