Bump version to 0.4.16
[oweals/minetest.git] / doc / lua_api.txt
2017-06-03 ShadowNinjaBump version to 0.4.16 0.4.16
2017-06-03 ShadowNinjaUpdate remove_player documentation
2017-06-03 WuzzyMention data type for get/set_attribute in docs (#5884)
2017-06-02 WuzzyLua_api.txt: Various edits and Markdown syntax improvements
2017-06-02 Dániel JuhászDocument hardware coloring and soft node overlays ...
2017-05-16 SmallJokerCSM: Document forgotten functions
2017-05-12 rubenwardyReplace inconsistent mentions of core.* with minetest...
2017-05-10 sfan5Private nodemeta (#5702)
2017-05-09 paramatRevert custom player collision box and step height...
2017-05-07 Loïc BlotPlayer attrs: permits to remove an attribute by setting...
2017-05-07 paramatPlayer properties: Set correct default collisionbox
2017-05-06 TeTpaAkaMake the player collisionbox settable
2017-05-06 ShadowNinjaUse a settings object for the main settings 1949/head
2017-05-04 red-001Add option to also check the center to `find_node_near...
2017-05-03 paramatSet sky API: Add bool for clouds in front of custom...
2017-05-03 BrandonSound API: Add fading sounds
2017-04-29 Ben DeutschAdd clouds API
2017-04-28 youFix click-digging torches (#5652)
2017-04-28 Auke KokAllow mesh and nodeboxes to wave like plants or leaves...
2017-04-27 red-001Allow scripts to get the client protocol version in...
2017-04-27 BluebirdFix incorrect formspec-tooltip doc, add detail in ...
2017-04-26 BluebirdTiny documentation fix. (#5659)
2017-04-23 Loïc BlotPlayer data to Database (#5475)
2017-04-22 paramatSneak glitch: Set default to false
2017-04-22 Auke KokAdd on_flood() callback.
2017-04-21 Dániel JuhászSoft node overlay (#5186)
2017-04-20 Dániel JuhászLight update for map blocks
2017-04-19 Hybrid DogTools: Fix tool digging speed limit
2017-04-17 paramatSneak: Add option for old move code
2017-04-15 Loïc BlotImplement delayed server shutdown with cancelation...
2017-04-09 Dániel JuhászHardware coloring for itemstacks
2017-04-08 raymooDocument that write_json will error on unserializable...
2017-04-01 MarkuBuFirst commit for fine pointed (#5485)
2017-03-30 paramatParamtype2: Add missing type CPT2_GLASSLIKE_LIQUID_LEVEL
2017-03-28 Diego MartínezAdd functions to strip color information. (#5472)
2017-03-20 ParamatFirelike drawtype: Add missing docs for visual_scale...
2017-03-15 SmallJokerlua_api: Document minetest.features (#5311)
2017-03-11 Dániel JuhászLight calculation: New bulk node lighting code
2017-03-04 zaoqiAdd minetest.spawn_falling_node(pos) (#5339)
2017-03-04 adelcoding1FormSpec: Add position and anchor elements (#5284)
2017-02-19 red-001Fix the documentation for `minetest.is_yes` (#5276)
2017-02-10 rubenwardyCorrect lua_api.txt docs related to meta (#5198)
2017-02-07 Loïc BlotAdd ModMetadata API (#5131)
2017-02-04 rubenwardyAdd per-stack descriptions using ItemStack Metadata 5154/head
2017-02-04 rubenwardyAdd ItemStack key-value meta storage
2017-01-30 sapierAdd multiply texture modifier
2017-01-28 SmallJokerfrom_table: Fix crash for missing inventory or field
2017-01-28 sapierMake entity on_punch have same signature and behaviour...
2017-01-27 Loïc BlotImplement player attribute backend (#4155)
2017-01-23 Auke Kokcore: Add dir_to_yaw and yaw_to_dir helpers
2017-01-23 Auke KokVector: Add vector.sort(a, b): return box edges
2017-01-23 Dániel JuhászAdd hardware node coloring. Includes:
2017-01-21 sapierAdd Entity get_texture_mod() to Lua API
2017-01-20 Elijah DuffyAdd chatcommand unregister and override API (#5076)
2017-01-18 sfan5Add particle animation, glow
2017-01-18 rubenwardyAdd minetest.player_exists() (#5064)
2017-01-16 rubenwardyRename ObjectRef methods to be consistent and predictable 5052/head
2017-01-09 RuiAdd staticdata parameter to add_entity (#5009)
2017-01-05 LNJlua_api.txt: Add registered_chatcommands to global...
2017-01-04 rubenwardyExpose and document chatcommands as minetest.registered... 4987/head
2017-01-02 sfan5Add 2D sheet animation for nodes
2017-01-02 Luke Puchner-HardmanAdded "[sheet" to the texture special commands.
2016-12-26 sfan5Various anticheat improvements
2016-12-22 sfan5Bump version to 0.4.15 0.4.15
2016-12-07 Auke KokSimple deco: Allow setting param2 value on placement
2016-12-02 AmazFix incorrect docs about minetest.hud_replace_builtin...
2016-12-02 BluebirdVery small documentation fix. (#4830)
2016-12-01 paramatLua_api.txt: Clarify use of looping sounds
2016-11-28 sfan5Allow restricting detached inventories to one player
2016-11-26 TeTpaAkaWieldhand: Allow overriding the hand
2016-11-22 orwell96Make supplying empty formspec strings close the formspe...
2016-11-18 orwell96Particles: Make attached particle spawners respect...
2016-11-18 Auke KokBuiltin/../item: Enable tool breaking sounds
2016-11-15 WuzzyLua_api.txt: Naming convention for custom item/entity...
2016-11-14 sfan5Revert "Adding particle blend, glow and animation ...
2016-11-14 Foghrye4Adding particle blend, glow and animation (#4705)
2016-11-14 est31Rename nodeupdate and nodeupdate_single and make them...
2016-11-12 paramatNodeupdate: Remove documentation in lua_api.txt
2016-11-02 BrandonAdd minetest.get_server_uptime() function to Lua API...
2016-11-01 ShadowNinjaAdd version API
2016-10-31 paramatLua voxelmanip: Add optional buffer param for 'get...
2016-10-27 raymooDocument item use callbacks (#4668)
2016-10-21 paramatLua_api.txt: Clarify 'override_meta' bool in 'set mapge...
2016-10-17 rubenwardyBuiltin: Add vector.floor helper function
2016-10-15 sfan5Make documentation about ItemStack:set_{name,count...
2016-10-13 raymooAttached particle spawners
2016-10-08 rubenwardyFix backwards compatibility issue introduced by close_o...
2016-10-07 paramatLua_api.txt: Add biome and nodeupdate documentation
2016-10-03 raymooForceloading: Transient forceloads
2016-10-03 rubenwardyFormspec: Add container[] and container_end[] elements
2016-09-17 paramatRegister.lua: Throw error if node 'light_source' >...
2016-09-15 paramatLua_api.txt: Add note of maximum value for node 'light_...
2016-09-15 Thomas--SAdd an [invert:<mode> texture modifier
2016-09-14 paramatDecorations: Generalise 'spawn by' to be used by all...
2016-09-14 sfan5Allow escaping of texture names when passed as an argum...
2016-09-12 raymoofix missing parameters in some mentions of entity callbacks
2016-09-09 James StevensonReturn nil on empty get_area() (#4508)
2016-09-08 paly2Add minetest.unregister_item and minetest.register_alia...
2016-08-27 rubenwardyAllow fields to choose whether they close on enter...
2016-08-26 Auke KokMake plantlike drawtype more fun
next