aboutsummaryrefslogtreecommitdiff
path: root/doc/lua_api.txt
AgeCommit message (Expand)Author
2017-08-20Minimap: Add new HUD flag for minimap radar modeparamat
2017-08-20New version scheme (#6292)Loïc Blot
2017-08-14Make dropped items colorableDániel Juhász
2017-08-13Add slippery group for nodes (players/items slide)Wuzzy
2017-08-13Trigger on_rightclick regardless on the formspec meta fieldSmallJoker
2017-07-27Add LuaEntity on_death callback (#6177)Loïc Blot
2017-07-26Create_schematic documentation: Update for per-node force-placeparamat
2017-07-24Clouds API: change speed from 'y' to 'z', ColorSpecs in Lua docs (#6164)Ben Deutsch
2017-07-16Add information about the button heightcx384
2017-07-11Biomes/decorations/ores: Make relative to 'water_level' settingparamat
2017-07-11Add 'plantlike_rooted' drawtypenumber Zero
2017-07-07Expose getPointedThing to LuaDániel Juhász
2017-06-26Ores: Make 'absheight' flag non-functionalparamat
2017-06-25Revert "Ores: Make 'absheight' flag non-functional"Loic Blot
2017-06-25Ores: Make 'absheight' flag non-functionalparamat
2017-06-24Helper methods for hardware colorization (#5870)Dániel Juhász
2017-06-22Add minetest.rgba function that returns ColorString from RGBA or RGB valuesGael-de-Sailly
2017-06-20Automatic item and node colorization (#5640)Dániel Juhász
2017-06-19find_nodes_in_area: Extend maximal count to U32_MAX (#5277)SmallJoker
2017-06-11Sound: Add pitch option (#5960)Rui
2017-06-10fix an example in lua_api (#5604)DS
2017-06-06Fix typos/mistakes in the documentation for colour related functions. (#5936)red-001
2017-06-03Bump version to 0.4.160.4.16ShadowNinja
2017-06-03Update remove_player documentationShadowNinja
2017-06-03Mention data type for get/set_attribute in docs (#5884)Wuzzy
2017-06-02Lua_api.txt: Various edits and Markdown syntax improvementsWuzzy
2017-06-02Document hardware coloring and soft node overlays (#5876)Dániel Juhász
2017-05-16CSM: Document forgotten functionsSmallJoker
2017-05-12Replace inconsistent mentions of core.* with minetest.* (#5749)rubenwardy
2017-05-10Private nodemeta (#5702)sfan5
2017-05-09Revert custom player collision box and step height commitsparamat
2017-05-07Player attrs: permits to remove an attribute by setting value to nil (#5716)Loïc Blot
2017-05-07Player properties: Set correct default collisionboxparamat
2017-05-06Make the player collisionbox settableTeTpaAka
2017-05-06Use a settings object for the main settingsShadowNinja
2017-05-04Add option to also check the center to `find_node_near` (#5255)red-001
2017-05-02Set sky API: Add bool for clouds in front of custom skyboxparamat
2017-05-03Sound API: Add fading soundsBrandon
2017-04-30Add clouds APIBen Deutsch
2017-04-28Fix click-digging torches (#5652)you
2017-04-28Allow mesh and nodeboxes to wave like plants or leaves. (#3497)Auke Kok
2017-04-27Allow scripts to get the client protocol version in non-debug builds. (#5649)red-001
2017-04-27Fix incorrect formspec-tooltip doc, add detail in 'floodable' & 'on_flood' do...Bluebird
2017-04-26Tiny documentation fix. (#5659)Bluebird
2017-04-23Player data to Database (#5475)Loïc Blot
2017-04-22Sneak glitch: Set default to falseparamat
2017-04-22Add on_flood() callback.Auke Kok
2017-04-21Soft node overlay (#5186)Dániel Juhász
2017-04-20Light update for map blocksDániel Juhász
2017-04-19Tools: Fix tool digging speed limitHybrid Dog