Formspec: textarea with scrollbar improvements
[oweals/minetest.git] / doc / lua_api.txt
2017-10-09 adridoFormspec: textarea with scrollbar improvements
2017-10-09 adelcoding1FormSpec : Add an auto vertical scrollbar to the textarea
2017-10-05 James Alexander... Move register_on_modchannel_signal() (#6497)
2017-10-01 paramatStratum ore: Allow use with no noise for simple horizon...
2017-09-28 Hybrid DogLua_api.txt: Clarify arguments of functions, plus some...
2017-09-28 raymooDocument orientation parameter of set_attach (#6473)
2017-09-28 orwell96Add static_save property to luaentites to not save...
2017-09-25 Loïc BlotImplement mod communication channels (#6351)
2017-09-25 paramatCan_zoom player object property: Add missing documentation
2017-09-19 paramatRooted plantlike drawtype: Add remaining documentation
2017-09-18 paramatLeveled nodebox: Change levels from 1/63rds to 1/64ths
2017-09-17 paramatBiome API: Revert biomes, decos, ores being relative...
2017-09-16 paramatGenerate biomes: Recalculate biome at biome lower limit
2017-09-15 SmallJokerCustomizeable max breath for players (#6411)
2017-09-14 Rob BlanckaertObject properties: Add 'glow', disables light's effect...
2017-09-12 sfan5Fix core.wrap_text and make its behaviour consistent...
2017-09-11 Auke KokImplement client node dig prediction
2017-09-11 red-001Allow the join/leave message to be overridden by mods.
2017-09-10 paramatSchematic decorations: Add 'place_offset_y' placement...
2017-09-04 Loïc BlotImplement minetest.register_can_bypass_userlimit (...
2017-09-03 ParamatOres: Add stratum ore (#6352)
2017-09-01 RuiRemove nodeupdate completely (#6358)
2017-09-01 sapierFix animation frame_speed and blend loosing precision...
2017-08-29 Ben DeutschDocumentation for 'slippery' node group (#6345)
2017-08-29 rubenwardyFix mistake when calling on_priv_grant/revoke, and...
2017-08-27 zeunerLua API: Add function to deregister single biomes ...
2017-08-27 youcore.get_objects_inside_radius: Omit removed objects...
2017-08-26 Nathanaël CourantAdd '@n' escape sequences and some documentation on...
2017-08-26 rubenwardyAdd on_grant and on_revoke callbacks (#4713)
2017-08-25 Dániel JuhászOverlays for wield and inventory images (#6107)
2017-08-24 EkdohibsAdd clientside translations.
2017-08-24 stujones11Make entity selection and collision boxes independently...
2017-08-23 SmallJokerRespect object property hp_max field for players (...
2017-08-20 paramatMinimap: Add new HUD flag for minimap radar mode
2017-08-20 Loïc BlotNew version scheme (#6292)
2017-08-14 Dániel JuhászMake dropped items colorable
2017-08-13 WuzzyAdd slippery group for nodes (players/items slide)
2017-08-13 SmallJokerTrigger on_rightclick regardless on the formspec meta...
2017-07-27 Loïc BlotAdd LuaEntity on_death callback (#6177)
2017-07-26 paramatCreate_schematic documentation: Update for per-node...
2017-07-24 Ben DeutschClouds API: change speed from 'y' to 'z', ColorSpecs...
2017-07-16 cx384Add information about the button height
2017-07-11 paramatBiomes/decorations/ores: Make relative to 'water_level...
2017-07-11 number ZeroAdd 'plantlike_rooted' drawtype
2017-07-07 Dániel JuhászExpose getPointedThing to Lua
2017-06-26 paramatOres: Make 'absheight' flag non-functional
2017-06-25 Loic BlotRevert "Ores: Make 'absheight' flag non-functional"
2017-06-25 paramatOres: Make 'absheight' flag non-functional
2017-06-24 Dániel JuhászHelper methods for hardware colorization (#5870)
2017-06-22 Gael-de-SaillyAdd minetest.rgba function that returns ColorString...
2017-06-20 Dániel JuhászAutomatic item and node colorization (#5640)
2017-06-19 SmallJokerfind_nodes_in_area: Extend maximal count to U32_MAX...
2017-06-11 RuiSound: Add pitch option (#5960)
2017-06-10 DSfix an example in lua_api (#5604)
2017-06-06 red-001Fix typos/mistakes in the documentation for colour...
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
next