aboutsummaryrefslogtreecommitdiff
path: root/doc/lua_api.txt (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Lua API: Add function to deregister single biomes (#5445)zeuner2017-08-271-0/+4
* core.get_objects_inside_radius: Omit removed objects (#6318)you2017-08-271-1/+1
* Add '@n' escape sequences and some documentation on translated strings.Nathanaël Courant2017-08-261-0/+10
* Add on_grant and on_revoke callbacks (#4713)rubenwardy2017-08-261-0/+6
* Overlays for wield and inventory images (#6107)Dániel Juhász2017-08-251-1/+7
* Add clientside translations.Ekdohibs2017-08-241-0/+66
* Make entity selection and collision boxes independently settable (#6218)stujones112017-08-241-0/+3
* Respect object property hp_max field for players (#6287)SmallJoker2017-08-231-0/+2
* Minimap: Add new HUD flag for minimap radar modeparamat2017-08-201-2/+5
* New version scheme (#6292)Loïc Blot2017-08-201-1/+1
* Make dropped items colorableDániel Juhász2017-08-141-0/+23
* Add slippery group for nodes (players/items slide)Wuzzy2017-08-131-0/+3
* Trigger on_rightclick regardless on the formspec meta fieldSmallJoker2017-08-131-2/+4
* Add LuaEntity on_death callback (#6177)Loïc Blot2017-07-271-0/+3
* Create_schematic documentation: Update for per-node force-placeparamat2017-07-261-5/+12
* Clouds API: change speed from 'y' to 'z', ColorSpecs in Lua docs (#6164)Ben Deutsch2017-07-241-3/+4
* Add information about the button heightcx3842017-07-161-0/+1
* Biomes/decorations/ores: Make relative to 'water_level' settingparamat2017-07-111-4/+10
* Add 'plantlike_rooted' drawtypenumber Zero2017-07-111-0/+1
* Expose getPointedThing to LuaDániel Juhász2017-07-071-0/+26
* Ores: Make 'absheight' flag non-functionalparamat2017-06-261-6/+1
* Revert "Ores: Make 'absheight' flag non-functional"Loic Blot2017-06-251-1/+6
* Ores: Make 'absheight' flag non-functionalparamat2017-06-251-6/+1
* Helper methods for hardware colorization (#5870)Dániel Juhász2017-06-241-3/+18
* Add minetest.rgba function that returns ColorString from RGBA or RGB valuesGael-de-Sailly2017-06-221-1/+5
* Automatic item and node colorization (#5640)Dániel Juhász2017-06-201-5/+8
* find_nodes_in_area: Extend maximal count to U32_MAX (#5277)SmallJoker2017-06-191-4/+5
* Sound: Add pitch option (#5960)Rui2017-06-111-0/+3
* fix an example in lua_api (#5604)DS2017-06-101-2/+2
* Fix typos/mistakes in the documentation for colour related functions. (#5936)red-0012017-06-061-4/+4
* Bump version to 0.4.16ShadowNinja2017-06-031-1/+1
* Update remove_player documentationShadowNinja2017-06-031-0/+1
* Mention data type for get/set_attribute in docs (#5884)Wuzzy2017-06-031-2/+5
* Lua_api.txt: Various edits and Markdown syntax improvementsWuzzy2017-06-021-118/+137
* Document hardware coloring and soft node overlays (#5876)Dániel Juhász2017-06-021-0/+161
* CSM: Document forgotten functionsSmallJoker2017-05-161-1/+4
* Replace inconsistent mentions of core.* with minetest.* (#5749)rubenwardy2017-05-121-12/+12
* Private nodemeta (#5702)sfan52017-05-101-0/+4
* Revert custom player collision box and step height commitsparamat2017-05-091-3/+0
* Player attrs: permits to remove an attribute by setting value to nil (#5716)Loïc Blot2017-05-071-1/+3
* Player properties: Set correct default collisionboxparamat2017-05-071-10/+14
* Make the player collisionbox settableTeTpaAka2017-05-061-1/+2
* Use a settings object for the main settingsShadowNinja2017-05-061-13/+12
* Add option to also check the center to `find_node_near` (#5255)red-0012017-05-041-1/+3
* Set sky API: Add bool for clouds in front of custom skyboxparamat2017-05-021-3/+5
* Sound API: Add fading soundsBrandon2017-05-031-0/+7
* Add clouds APIBen Deutsch2017-04-301-0/+9
* Fix click-digging torches (#5652)you2017-04-281-4/+8
* Allow mesh and nodeboxes to wave like plants or leaves. (#3497)Auke Kok2017-04-281-0/+6
* Allow scripts to get the client protocol version in non-debug builds. (#5649)red-0012017-04-271-1/+1