aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2018-04-05Biome API / cavegen: Add definable cave liquid for a biome (#7192)Paramat
2018-04-02Add player inventory callbacksSmallJoker
2018-03-31ObjectRef: Add add_velocity() (#3208)you
2018-03-29core.rotate_node: Do not trigger after_place_node (#6900)SmallJoker
2018-03-29Optional alpha channel support for entitiesstujones11
2018-03-28Load dependencies and description from mod.confAndrew Ward
2018-03-28Add reasons to on_dieplayer and on_hpchangeAndrew Ward
2018-03-28Add formspec theming using prepended stringsAndrew Ward
2018-03-22Lua_api.txt: Improve noise documentationParamat
2018-03-20Lua_api.txt: Fix hardware colouring documentationparamat
2018-03-17Lua_api.txt: Split long lines part 6paramat
2018-03-16Lua_api.txt: Split long lines part 5, fix hardware colouring docsparamat
2018-03-14Lua_api.txt: Split long lines part 4paramat
2018-03-13Rename 'subgame' to 'game'paramat
2018-03-13Lua_api.txt: Improve and complete drawtype documentationparamat
2018-03-11Lua_api.txt: Split long lines part 3paramat
2018-03-11Biome API: Add 'get_biome_name(biome_id)' APIparamat
2018-03-10Lua_api.txt: Split long lines part 2paramat
2018-03-10Spawn level: Add 'get_spawn_level(x, z)' APIparamat
2018-03-09Lua_api.txt: Split long lines part 1paramat
2018-03-09Gennotify docs: Clarify returned positions for decorationsparamat
2018-03-09Biomes: Document xyz biome limitsparamat
2018-03-05Fix bad markdown in lua_api.txtpauloue
2018-03-03Gennotify: Add 'minetest.get_decoration_id' APIparamat
2018-02-27Place schematic (on vmanip): Enable use of 'place center' flagsparamat
2018-02-25is_area_protected: Rename from intersects_protection (#7073)SmallJoker
2018-02-21Find nodes in area (under air): Raise volume limit and document itparamat
2018-02-18Lua API documentation: Fix spelling (#7046)pauloue
2018-02-15Add `on_auth_fail` callback (#7039)red-001
2018-02-05Add minetest.is_player (#7013)you
2018-02-05Lua_api.txt: Document 'wielditem' visual in object propertiesparamat
2018-01-30Add minetest.bulk_set_node call + optimize Environment::set_node call (#6958)Loïc Blot
2018-01-23Intersects_protection(): Move from Minetest Game to builtin (#6952)Paramat
2018-01-23CSM: Remove screenshot APIred-001
2018-01-21[CSM] Remove `on_connect` callback (#6941)red-001
2018-01-20[CSM] Add functions to create particles and particlespawners. (#6072)red-001
2018-01-20[CSM] Add basic HUD manipulation. (#6067)red-001
2018-01-16Biomes: Add 'get heat', 'get humidity', 'get biome data' APIsparamat
2018-01-16Load a texturepack from the 'textures' subfolder of a gamered-001
2018-01-15Lua_api.txt: Various improvementsparamat
2018-01-13Lua_api.txt: Improve bullet point indentation consistencyezhh
2018-01-13Lua_api.txt: Add chat command params infoezhh
2018-01-12Lua_api.txt: Fix, improve and add to Object Properties documentationparamat
2018-01-12Lua_api.txt: Improve and complete ABM documentationparamat
2018-01-07Lua API docs: Add warning that schematic placing is cachedSokomine
2018-01-07Fix naming conventions of noise userdatarubenwardy
2018-01-05Biomes: Add vertical biome blend (#6853)Paramat
2018-01-03Connected Nodeboxes: Add `disconnected` boxesThomas--S
2017-12-26Line_of_sight: Improve using VoxelLineIteratorDániel Juhász
2017-12-21Vector functions: Fix vector.direction() function, improve documentation (#6801)Paramat