Improve core.sound_play with ephemeral sounds and player exclusion
[oweals/minetest.git] / doc / lua_api.txt
2020-02-01 sfan5Improve core.sound_play with ephemeral sounds and playe...
2020-02-01 HybridDogAdd table.shuffle (#8299)
2020-02-01 DSFormspec: Create a new class for inventorylists (#9287)
2020-01-26 Hugues RossAdd 9-slice background support to button formspec eleme...
2020-01-25 SmallJokerSettings: Add get_flags API for mapgen flags (mg_flags...
2020-01-22 WuzzyRemove unused weight property from objects (#9320)
2020-01-20 WuzzyResized torchlike sprite now attaches to surface (...
2020-01-19 ANANDlua_api.txt: Improve privs_to_string and string_to_priv...
2020-01-16 Hugues RossMake clipping of formspec elements more consistent...
2020-01-09 WuzzyAdd missing entity documentation (#9297)
2020-01-08 WuzzyImprove Lua API documentation on sounds (#9265)
2020-01-04 HybridDogAdd table.key_value_swap (#9248)
2019-12-24 WuzzyDocument permissible group ratings (#9236)
2019-12-18 BluebirdMake core.item_place_node return position of placed...
2019-12-16 sfan5Correct documentation around minetest.item_place
2019-12-15 SmallJokerLua API: Document HP, breath and damage limits (#9080)
2019-12-09 Hugues RossRefactor to centralize GUIButton styling/rendering...
2019-12-08 DSFormspec: make bgcolor element less confusing and allow...
2019-12-07 Paul OuelletteClean up craft replacements docs
2019-12-06 v-robAdd scrollbaroptions FormSpec element (#8530)
2019-12-06 Pierre-Yves RolloAdd z-index management to HUD
2019-11-10 sfan5Call on_secondary_use when object is right-clicked
2019-11-07 DSFormspec: draw order and clipping for all elements...
2019-11-05 sfan5Improve documentation around banning (#9088)
2019-11-03 Pierre-Yves RolloFormspec: add hypertext element
2019-10-12 Hugues RossAdd more visual feedback for button states (#8916)
2019-10-06 SmallJokerRevert "Fix the bgcolor formspec element (#8716)" ...
2019-09-30 ParamatDocument node drop tool filtering by string matching...
2019-09-29 rubenwardyFix error message caused by adding new parameter to...
2019-09-22 sfan5Punchwear (improved) (#8959)
2019-09-21 SmallJokerFix AreaStore's IDs persistence (#8888)
2019-09-21 SmallJokerWieldhand: Specify which ItemStack to use (#8961)
2019-09-19 Anand SAdd support for per-player FOV overrides and multipliers
2019-09-15 DSFix the bgcolor formspec element (#8716)
2019-09-14 SmallJokerFormspecs: Introduce formspec_version to mods
2019-09-08 SmallJokerLua API documentation: Various fixes (#8914)
2019-09-08 ANANDlua_api.txt: Improve privilege definition (#8912)
2019-09-01 DSVarious fixes to lua_api.txt (#8878)
2019-08-30 BehaClarify docs regarding pointed_thing and get_pointed_th...
2019-08-24 Paul OuelletteAdd ItemStack:get_description() to get tooltip (#8847)
2019-08-20 ANANDlua_api.txt: Add link to Minetest Modding Book (#8826)
2019-08-14 upsilonAdd function `minetest.read_schematic`
2019-08-10 sfan5Add player knockback on punch to builtin
2019-08-10 sfan5Implement adding velocity to player from Lua
2019-08-08 ANANDAllow customizing chat message format (#8529)
2019-08-03 rubenwardyAdd formspec testing to test mod in minimal
2019-08-03 rubenwardyAdd styles to most elements
2019-08-03 rubenwardyAdd style[] tag with button support
2019-08-01 WuzzyGroup "immortal" also protects players from damage
2019-07-29 Behalua_api.txt clarifications regarding mapgen object...
2019-07-26 AlexDocument 'wield_item' entity property (#8694)
2019-07-20 ParamatImprove documentation of mapgen aliases (#8693)
2019-07-16 HybridDogAdd vector.dot and vector.cross
2019-07-14 SmallJokerDocs: Clarify where to check for 'protection_bypass...
2019-07-08 ANANDDocument ObjectRef:remove under Lua entity (#8659)
2019-07-01 ParamatUpdate biome definition dungeon node documentation...
2019-06-30 ParamatDungeongen: Remove most hardcoded dungeon nodes (#8594)
2019-06-27 v-robAdd compatible, consistent coordinate system to FormSpe...
2019-06-22 rubenwardyAdd support for 9-sliced backgrounds (#8600)
2019-06-06 SmallJokerHTTP API: Allow binary downloads and headers (#8573)
2019-05-18 ParamatAllow multiple cave liquids in a biome definition ...
2019-04-29 ANANDBetter document behavior of on_punchplayer
2019-04-27 sofarForce send a mapblock to a player (#8140)
2019-04-14 paramatAttend to review, re-arrange blank lines, update lua_ap...
2019-04-12 Paul OuelletteAdd Mkdocs API site (#8133)
2019-04-11 Paul OuelletteAdd node field to PlayerHPChangeReason table (#8368)
2019-04-09 ParamatNodedef 'drop' documentation: Improve, add tool filteri...
2019-03-27 ParamatRequire 'waving = 3' in a nodedef to apply the liquid...
2019-03-26 ParamatDungeons: Do not remove nodes that have 'is_ground_cont...
2019-03-17 ANANDBuiltin: Add vector.angle(). Returns the angle between...
2019-03-16 ParamatLua_api.txt: Document blockpos, coordinate conversion...
2019-03-10 DSDocument the `float` special group (#8306)
2019-03-05 HybridDogAdd math.factorial (#8298)
2019-03-05 DSAdd sounds for falling and attached nodes (#7719)
2019-02-18 Paramatlua_api.txt, settingtypes.txt: Various improvements...
2019-02-17 WuzzyUpdate many things in Lua API docs (#8236)
2019-02-17 Paramatlua_api.txt: Various additions and improvements (#8245)
2019-02-07 Paul OuelletteUse true pitch/yaw/roll rotations without loss of preci...
2019-01-19 Paul OuelletteRemove incorrect feature flag (#8086)
2019-01-06 rubenwardyDeprecate modpack.txt and use modpack.conf instead...
2019-01-03 SmallJokerProselytize the network. Use IEEE F32 (#8030)
2018-12-31 HybridDogAdd minetest.load_area (#8023)
2018-12-22 ClobberXDLua_api.txt: Add documentation of missing field to...
2018-12-18 zeunerLua_api.txt: Document inventory sending behaviour ...
2018-12-12 ClobberXD(client_)lua_api.txt: Rename func -> function (#7960)
2018-12-11 Paul Ouellettelua_api.txt: Various fixes and improvements (#7945)
2018-12-11 AlexAdd object visual type 'item' (#7870)
2018-12-10 Paul OuelletteFix wrong parameter order for inventory callbacks ...
2018-12-10 WuzzyAdd eat sound (#7956)
2018-12-02 Vanessa DannenbergRaise hotbar limit to 32 slots, add associated keybindi...
2018-12-02 zeunerDocument which formspec fields are sent (#7717)
2018-11-28 CoderForTheBetterAdd Lua methods 'set_rotation()' and 'get_rotation...
2018-11-22 ParamatLua_api.txt: Update glasslike_framed textures documenta...
2018-10-30 ParamatFramed glasslike: Fix and document top/base textures...
2018-10-24 Paramatclear_craft: Return false if recipe not found, don...
2018-10-16 WuzzyAdd disable_repair group to prevent tool repair (#7381)
2018-10-10 SmallJoker Add core.remove_detached_inventory (#7684)
2018-10-04 SmallJokerPlayer hand list: require init by mods
2018-09-07 ParamatParticles: Make collision with objects optional (#7682)
2018-08-19 ParamatLua_api.txt: Update mapgen alias docs, add Singlenode...
next