aboutsummaryrefslogtreecommitdiff
path: root/doc/lua_api.txt
AgeCommit message (Expand)Author
2018-01-30Add minetest.bulk_set_node call + optimize Environment::set_node call (#6958)Loïc Blot
2018-01-23Intersects_protection(): Move from Minetest Game to builtin (#6952)Paramat
2018-01-16Biomes: Add 'get heat', 'get humidity', 'get biome data' APIsparamat
2018-01-16Load a texturepack from the 'textures' subfolder of a gamered-001
2018-01-15Lua_api.txt: Various improvementsparamat
2018-01-13Lua_api.txt: Improve bullet point indentation consistencyezhh
2018-01-13Lua_api.txt: Add chat command params infoezhh
2018-01-12Lua_api.txt: Fix, improve and add to Object Properties documentationparamat
2018-01-12Lua_api.txt: Improve and complete ABM documentationparamat
2018-01-07Lua API docs: Add warning that schematic placing is cachedSokomine
2018-01-07Fix naming conventions of noise userdatarubenwardy
2018-01-05Biomes: Add vertical biome blend (#6853)Paramat
2018-01-03Connected Nodeboxes: Add `disconnected` boxesThomas--S
2017-12-26Line_of_sight: Improve using VoxelLineIteratorDániel Juhász
2017-12-21Vector functions: Fix vector.direction() function, improve documentation (#6801)Paramat
2017-12-17Allow 'default' parameter in 'settings:get_bool' functionJordan Irwin
2017-12-16Give subgames the ability to disallow specific mapgens (#6792)Ezhh
2017-12-14Add callback to preserve node metadata as item metadataashtrayoz
2017-12-10Lua_api.txt: Fix a spelling errorashtrayoz
2017-12-06Auth handler: Player deletion & Iterator (#6741)sfan5
2017-12-04Zoom: Set zoom FOV per-player using a player object propertyparamat
2017-12-01Update documentation regarding authentication handler and related functionssfan5
2017-12-01Lua_api.txt: Remove MT version, fix spelling and clean upezhh
2017-11-28Fix lua_api.txt indentation issuesezhh
2017-11-28Fix documentation formatting for on_death callbackEzhh
2017-11-25Improve documentation for player:set_attribute()Ezhh
2017-11-24Fix misspellingsgituser2194
2017-11-19Stratum ore: Add option for a constant thickness stratumparamat
2017-11-17Ore API documentation: Update and improveparamat
2017-11-13Lua_api.txt: Add documentation of required mapgen aliasesparamat
2017-11-08Add minetest.safe_write_file() to script APIsfan5
2017-11-06Lua_api.txt: Add documentation for 'eye_height' player object propertyparamat
2017-10-30Add sha1 to lua utils. (#6563)Rob Blanckaert
2017-10-29Biome API: Add decoration flags for underground decorationsparamat
2017-10-29Allow overriding tool capabilities through itemstack metadataraymoo
2017-10-28Fix default item callbacks to work with nil users (#5819)raymoo
2017-10-23Lua_api.txt: Revert changes to NoiseParams format exampleMuhammad Rifqi Priyo Susanto
2017-10-23Improvements/fixes for noise parameter input in advanced settingsMuhammad Rifqi Priyo Susanto
2017-10-19Correct `prot_vers` in lua_api.txt.Auke Kok
2017-10-15Real global textures (#6105)Vitaliy
2017-10-10Simple decorations: Make 'place_offset_y' usable with simple decorationsparamat
2017-10-09Simple decorations: Add 'param2_max' parameter for random param2paramat
2017-10-09Formspec: textarea with scrollbar improvementsadrido
2017-10-09FormSpec : Add an auto vertical scrollbar to the textareaadelcoding1
2017-10-05Move register_on_modchannel_signal() (#6497)James Alexander Stevenson
2017-10-01Stratum ore: Allow use with no noise for simple horizontal strataparamat
2017-09-28Lua_api.txt: Clarify arguments of functions, plus some cleanupHybrid Dog
2017-09-28Document orientation parameter of set_attach (#6473)raymoo
2017-09-28Add static_save property to luaentites to not save them statically. (#5112)orwell96
2017-09-26Implement mod communication channels (#6351)Loïc Blot