aboutsummaryrefslogtreecommitdiff
path: root/doc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Lua_api.txt: Fix, improve and add to Object Properties documentationparamat2018-01-121-2/+21
* Lua_api.txt: Improve and complete ABM documentationparamat2018-01-121-12/+23
* Lua API docs: Add warning that schematic placing is cachedSokomine2018-01-071-0/+4
* Fix naming conventions of noise userdatarubenwardy2018-01-071-12/+12
* Biomes: Add vertical biome blend (#6853)Paramat2018-01-051-9/+9
* Connected Nodeboxes: Add `disconnected` boxesThomas--S2018-01-031-0/+11
* Line_of_sight: Improve using VoxelLineIteratorDániel Juhász2017-12-261-4/+3
* Vector functions: Fix vector.direction() function, improve documentation (#6801)Paramat2017-12-211-15/+33
* Allow 'default' parameter in 'settings:get_bool' functionJordan Irwin2017-12-171-1/+3
* Give subgames the ability to disallow specific mapgens (#6792)Ezhh2017-12-161-1/+11
* Add callback to preserve node metadata as item metadataashtrayoz2017-12-141-0/+7
* Lua_api.txt: Fix a spelling errorashtrayoz2017-12-101-1/+1
* Auth handler: Player deletion & Iterator (#6741)sfan52017-12-061-1/+8
* Zoom: Set zoom FOV per-player using a player object propertyparamat2017-12-041-2/+7
* Update documentation regarding authentication handler and related functionssfan52017-12-011-24/+55
* Lua_api.txt: Remove MT version, fix spelling and clean upezhh2017-12-011-17/+16
* Fix spelling mistakes in client_lua_api.txtBluebird2017-11-291-10/+10
* Client lua api documentation: .md -> .txtparamat2017-11-281-0/+0
* Fix lua_api.txt indentation issuesezhh2017-11-281-49/+48
* Fix documentation formatting for on_death callbackEzhh2017-11-281-1/+1
* Improve documentation for player:set_attribute()Ezhh2017-11-251-1/+1
* Fix misspellingsgituser21942017-11-241-8/+8
* Stratum ore: Add option for a constant thickness stratumparamat2017-11-191-9/+13
* Ore API documentation: Update and improveparamat2017-11-171-9/+46
* Lua_api.txt: Add documentation of required mapgen aliasesparamat2017-11-131-1/+73
* Add minetest.safe_write_file() to script APIsfan52017-11-081-0/+4
* Lua_api.txt: Add documentation for 'eye_height' player object propertyparamat2017-11-061-5/+8
* Add sha1 to lua utils. (#6563)Rob Blanckaert2017-10-302-0/+6
* CSM: Add a way to get current locale from CSMlisacvuk2017-10-291-0/+1
* Biome API: Add decoration flags for underground decorationsparamat2017-10-291-10/+22
* Allow overriding tool capabilities through itemstack metadataraymoo2017-10-291-0/+3
* Fix default item callbacks to work with nil users (#5819)raymoo2017-10-281-0/+3
* Lua_api.txt: Revert changes to NoiseParams format exampleMuhammad Rifqi Priyo Susanto2017-10-231-5/+5
* Improvements/fixes for noise parameter input in advanced settingsMuhammad Rifqi Priyo Susanto2017-10-231-5/+9
* Correct `prot_vers` in lua_api.txt.Auke Kok2017-10-191-1/+1
* Real global textures (#6105)Vitaliy2017-10-151-2/+19
* Simple decorations: Make 'place_offset_y' usable with simple decorationsparamat2017-10-101-12/+17
* Simple decorations: Add 'param2_max' parameter for random param2paramat2017-10-091-0/+4
* Formspec: textarea with scrollbar improvementsadrido2017-10-091-2/+3
* FormSpec : Add an auto vertical scrollbar to the textareaadelcoding12017-10-091-1/+2
* Move register_on_modchannel_signal() (#6497)James Alexander Stevenson2017-10-052-11/+10
* [CSM] Add callback on open inventory (#5793)Vincent Glize2017-10-021-0/+4
* Stratum ore: Allow use with no noise for simple horizontal strataparamat2017-10-011-12/+37
* Lua_api.txt: Clarify arguments of functions, plus some cleanupHybrid Dog2017-09-281-66/+108
* Document orientation parameter of set_attach (#6473)raymoo2017-09-281-1/+1
* Add static_save property to luaentites to not save them statically. (#5112)orwell962017-09-281-0/+4
* Implement mod communication channels (#6351)Loïc Blot2017-09-263-1/+70
* Can_zoom player object property: Add missing documentationparamat2017-09-251-0/+2
* Rooted plantlike drawtype: Add remaining documentationparamat2017-09-191-9/+20
* Leveled nodebox: Change levels from 1/63rds to 1/64thsparamat2017-09-181-17/+29