aboutsummaryrefslogtreecommitdiff
path: root/doc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* ObjectRef: Add add_velocity() (#3208)you2018-03-311-0/+4
* core.rotate_node: Do not trigger after_place_node (#6900)SmallJoker2018-03-291-9/+14
* Optional alpha channel support for entitiesstujones112018-03-291-1/+8
* Load dependencies and description from mod.confAndrew Ward2018-03-282-8/+36
* Add reasons to on_dieplayer and on_hpchangeAndrew Ward2018-03-281-9/+21
* Add formspec theming using prepended stringsAndrew Ward2018-03-281-0/+15
* Lua_api.txt: Improve noise documentationParamat2018-03-221-33/+103
* Lua_api.txt: Fix hardware colouring documentationparamat2018-03-201-3/+3
* Lua_api.txt: Split long lines part 6paramat2018-03-171-167/+258
* Lua_api.txt: Split long lines part 5, fix hardware colouring docsparamat2018-03-161-150/+209
* Lua_api.txt: Split long lines part 4paramat2018-03-141-185/+277
* Rename 'subgame' to 'game'paramat2018-03-132-3/+3
* Lua_api.txt: Improve and complete drawtype documentationparamat2018-03-131-27/+67
* Lua_api.txt: Split long lines part 3paramat2018-03-111-86/+128
* Biome API: Add 'get_biome_name(biome_id)' APIparamat2018-03-111-0/+4
* Lua_api.txt: Split long lines part 2paramat2018-03-101-151/+220
* Spawn level: Add 'get_spawn_level(x, z)' APIparamat2018-03-101-0/+9
* Lua_api.txt: Split long lines part 1paramat2018-03-091-69/+94
* Gennotify docs: Clarify returned positions for decorationsparamat2018-03-091-1/+4
* Biomes: Document xyz biome limitsparamat2018-03-091-2/+9
* Fix bad markdown in lua_api.txtpauloue2018-03-051-21/+24
* Gennotify: Add 'minetest.get_decoration_id' APIparamat2018-03-031-1/+4
* Place schematic (on vmanip): Enable use of 'place center' flagsparamat2018-02-271-2/+10
* is_area_protected: Rename from intersects_protection (#7073)SmallJoker2018-02-251-3/+6
* Find nodes in area (under air): Raise volume limit and document itparamat2018-02-211-0/+2
* Lua API documentation: Fix spelling (#7046)pauloue2018-02-181-2/+2
* Add `on_auth_fail` callback (#7039)red-0012018-02-151-0/+4
* Add minetest.is_player (#7013)you2018-02-051-2/+3
* Lua_api.txt: Document 'wielditem' visual in object propertiesparamat2018-02-051-0/+11
* Add minetest.bulk_set_node call + optimize Environment::set_node call (#6958)Loïc Blot2018-01-301-0/+9
* Intersects_protection(): Move from Minetest Game to builtin (#6952)Paramat2018-01-231-0/+10
* CSM: Remove screenshot APIred-0012018-01-231-2/+0
* [CSM] Remove `on_connect` callback (#6941)red-0012018-01-211-16/+1
* [CSM] Add functions to create particles and particlespawners. (#6072)red-0012018-01-201-0/+64
* [CSM] Add basic HUD manipulation. (#6067)red-0012018-01-201-0/+112
* Biomes: Add 'get heat', 'get humidity', 'get biome data' APIsparamat2018-01-161-36/+71
* Load a texturepack from the 'textures' subfolder of a gamered-0012018-01-161-37/+31
* Lua_api.txt: Various improvementsparamat2018-01-151-6/+19
* Lua_api.txt: Improve bullet point indentation consistencyezhh2018-01-131-131/+133
* Lua_api.txt: Add chat command params infoezhh2018-01-131-0/+11
* Lua_api.txt: Fix, improve and add to Object Properties documentationparamat2018-01-121-2/+21
* Lua_api.txt: Improve and complete ABM documentationparamat2018-01-121-12/+23
* Lua API docs: Add warning that schematic placing is cachedSokomine2018-01-071-0/+4
* Fix naming conventions of noise userdatarubenwardy2018-01-071-12/+12
* Biomes: Add vertical biome blend (#6853)Paramat2018-01-051-9/+9
* Connected Nodeboxes: Add `disconnected` boxesThomas--S2018-01-031-0/+11
* Line_of_sight: Improve using VoxelLineIteratorDániel Juhász2017-12-261-4/+3
* Vector functions: Fix vector.direction() function, improve documentation (#6801)Paramat2017-12-211-15/+33
* Allow 'default' parameter in 'settings:get_bool' functionJordan Irwin2017-12-171-1/+3
* Give subgames the ability to disallow specific mapgens (#6792)Ezhh2017-12-161-1/+11