]> git.lizzy.rs Git - minetest.git/history - doc/lua_api.txt
Bump version to 0.4.17
[minetest.git] / doc / lua_api.txt
2018-06-03 SmallJokerBump version to 0.4.17 0.4.17
2018-06-03 SmallJokercore.rotate_node: Do not trigger after_place_node ...
2018-06-03 paramatFind nodes in area (under air): Raise volume limit...
2018-06-03 youAdd minetest.is_player (#7013)
2018-06-03 sfan5Update documentation regarding authentication handler...
2018-06-03 EzhhImprove documentation for player:set_attribute()
2018-06-03 paramatLua_api.txt: Add documentation of required mapgen aliases
2018-06-03 sfan5Add minetest.safe_write_file() to script API
2018-06-03 Rob BlanckaertAdd sha1 to lua utils. (#6563)
2018-06-03 raymooFix default item callbacks to work with nil users ...
2018-06-03 Auke KokCorrect `prot_vers` in lua_api.txt.
2018-06-03 raymooDocument orientation parameter of set_attach (#6473)
2018-06-03 paramatLeveled nodebox: Change levels from 1/63rds to 1/64ths
2018-06-03 sfan5Fix core.wrap_text and make its behaviour consistent...
2018-06-03 Dániel JuhászMake dropped items colorable
2018-06-03 SmallJokerTrigger on_rightclick regardless on the formspec meta...
2018-06-03 Dániel JuhászAutomatic item and node colorization (#5640)
2018-06-03 SmallJokerfind_nodes_in_area: Extend maximal count to U32_MAX...
2018-06-03 DSfix an example in lua_api (#5604)
2018-06-03 red-001Fix typos/mistakes in the documentation for colour...
2017-11-20 sfan5Revert version scheme changes
2017-08-20 Loïc BlotNew version scheme (#6292)
2017-06-03 ShadowNinjaMerge 0.4.16 into stable-0.4
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
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
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
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...
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 est31Merge 0.4.15 changes into stable-0.4
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)
next