aboutsummaryrefslogtreecommitdiff
path: root/doc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Say position of locale dir more clearly in docs (#7338)Wuzzy2018-05-161-1/+1
* Run detach callbacks on player leaveSmallJoker2018-05-121-2/+2
* Allow damage for attached objects, add attach/detach callbacks (#6786)SmallJoker2018-04-301-0/+7
* MetaDataRef: Add contains() and get() (#7214)rubenwardy2018-04-301-6/+9
* Formspecs: Allow setting alpha value for the box[] elementThomas--S2018-04-231-2/+3
* Add online content repositoryrubenwardy2018-04-193-36/+71
* Biome API / dungeons: Add biome-defined dungeon nodesParamat2018-04-071-0/+11
* Add player:get_meta(), deprecate player attributes (#7202)rubenwardy2018-04-061-3/+13
* Biome API / cavegen: Add definable cave liquid for a biome (#7192)Paramat2018-04-051-0/+4
* Add player inventory callbacksSmallJoker2018-04-021-0/+16
* 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