Lua_api.txt: Fix hardware colouring documentation
[oweals/minetest.git] / doc / lua_api.txt
2018-03-20 paramatLua_api.txt: Fix hardware colouring documentation
2018-03-17 paramatLua_api.txt: Split long lines part 6
2018-03-16 paramatLua_api.txt: Split long lines part 5, fix hardware...
2018-03-14 paramatLua_api.txt: Split long lines part 4
2018-03-13 paramatRename 'subgame' to 'game'
2018-03-13 paramatLua_api.txt: Improve and complete drawtype documentation
2018-03-11 paramatLua_api.txt: Split long lines part 3
2018-03-11 paramatBiome API: Add 'get_biome_name(biome_id)' API
2018-03-10 paramatLua_api.txt: Split long lines part 2
2018-03-10 paramatSpawn level: Add 'get_spawn_level(x, z)' API
2018-03-09 paramatLua_api.txt: Split long lines part 1
2018-03-09 paramatGennotify docs: Clarify returned positions for decorations
2018-03-09 paramatBiomes: Document xyz biome limits
2018-03-05 pauloueFix bad markdown in lua_api.txt
2018-03-03 paramatGennotify: Add 'minetest.get_decoration_id' API
2018-02-27 paramatPlace schematic (on vmanip): Enable use of 'place cente...
2018-02-25 SmallJokeris_area_protected: Rename from intersects_protection...
2018-02-21 paramatFind nodes in area (under air): Raise volume limit...
2018-02-18 pauloueLua API documentation: Fix spelling (#7046)
2018-02-15 red-001Add `on_auth_fail` callback (#7039)
2018-02-05 youAdd minetest.is_player (#7013)
2018-02-05 paramatLua_api.txt: Document 'wielditem' visual in object...
2018-01-29 Loïc BlotAdd minetest.bulk_set_node call + optimize Environment...
2018-01-23 ParamatIntersects_protection(): Move from Minetest Game to...
2018-01-16 paramatBiomes: Add 'get heat', 'get humidity', 'get biome...
2018-01-16 red-001Load a texturepack from the 'textures' subfolder of...
2018-01-15 paramatLua_api.txt: Various improvements
2018-01-13 ezhhLua_api.txt: Improve bullet point indentation consistency
2018-01-13 ezhhLua_api.txt: Add chat command params info
2018-01-12 paramatLua_api.txt: Fix, improve and add to Object Properties...
2018-01-12 paramatLua_api.txt: Improve and complete ABM documentation
2018-01-07 SokomineLua API docs: Add warning that schematic placing is... 6898/head
2018-01-07 rubenwardyFix naming conventions of noise userdata
2018-01-04 ParamatBiomes: Add vertical biome blend (#6853)
2018-01-03 Thomas--SConnected Nodeboxes: Add `disconnected` boxes
2017-12-26 Dániel JuhászLine_of_sight: Improve using VoxelLineIterator
2017-12-21 ParamatVector functions: Fix vector.direction() function,...
2017-12-17 Jordan IrwinAllow 'default' parameter in 'settings:get_bool' function
2017-12-16 EzhhGive subgames the ability to disallow specific mapgens...
2017-12-14 ashtrayozAdd callback to preserve node metadata as item metadata
2017-12-10 ashtrayozLua_api.txt: Fix a spelling error
2017-12-06 sfan5Auth handler: Player deletion & Iterator (#6741)
2017-12-04 paramatZoom: Set zoom FOV per-player using a player object... 6080/head
2017-12-01 sfan5Update documentation regarding authentication handler...
2017-12-01 ezhhLua_api.txt: Remove MT version, fix spelling and clean up
2017-11-28 ezhhFix lua_api.txt indentation issues
2017-11-28 EzhhFix documentation formatting for on_death callback
2017-11-25 EzhhImprove documentation for player:set_attribute()
2017-11-24 gituser2194Fix misspellings
2017-11-19 paramatStratum ore: Add option for a constant thickness stratum
2017-11-17 paramatOre API documentation: Update and improve
2017-11-13 paramatLua_api.txt: Add documentation of required mapgen aliases
2017-11-08 sfan5Add minetest.safe_write_file() to script API
2017-11-06 paramatLua_api.txt: Add documentation for 'eye_height' player...
2017-10-30 Rob BlanckaertAdd sha1 to lua utils. (#6563)
2017-10-29 paramatBiome API: Add decoration flags for underground decorations
2017-10-29 raymooAllow overriding tool capabilities through itemstack...
2017-10-28 raymooFix default item callbacks to work with nil users ...
2017-10-23 Muhammad Rifqi Pri... Lua_api.txt: Revert changes to NoiseParams format example
2017-10-23 Muhammad Rifqi Pri... Improvements/fixes for noise parameter input in advance...
2017-10-20 Auke KokCorrect `prot_vers` in lua_api.txt.
2017-10-15 VitaliyReal global textures (#6105)
2017-10-10 paramatSimple decorations: Make 'place_offset_y' usable with...
2017-10-09 paramatSimple decorations: Add 'param2_max' parameter for...
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
next