aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
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-29Fix spelling mistakes in client_lua_api.txtBluebird
2017-11-28Client lua api documentation: .md -> .txtparamat
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-29CSM: Add a way to get current locale from CSMlisacvuk
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-02[CSM] Add callback on open inventory (#5793)Vincent Glize
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
2017-09-25Can_zoom player object property: Add missing documentationparamat
2017-09-19Rooted plantlike drawtype: Add remaining documentationparamat
2017-09-18Leveled nodebox: Change levels from 1/63rds to 1/64thsparamat
2017-09-17Biome API: Revert biomes, decos, ores being relative to water levelparamat
2017-09-16Generate biomes: Recalculate biome at biome lower limitparamat
2017-09-15Customizeable max breath for players (#6411)SmallJoker
2017-09-14Object properties: Add 'glow', disables light's effect if negativeRob Blanckaert
2017-09-12Fix core.wrap_text and make its behaviour consistent with the docssfan5
2017-09-11Implement client node dig predictionAuke Kok
2017-09-11Allow the join/leave message to be overridden by mods.red-001