aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2018-07-08Lua_api.txt: Formatting and grammar fixes (#7534)pauloue
2018-07-06Lua_api.txt: Improve section titles, clarify sections (#7533)Paramat
2018-07-01Make the server status message customizable (#7357)SmallJoker
2018-06-26Lua_api.txt: Re-order some sections. Alphabeticise class reference (#7487)Paramat
2018-06-24Lua_api.txt: Replace `engine.*` with `core.*` (#7474)Anand S
2018-06-24Decoration API: Add lightweight ability to have complete coverage (#7456)Paramat
2018-06-20Lua_api.txt: Fix incorrect vector section directive (#7466)Anand S
2018-06-17Remove deprecated functions from menu_lua_api.txt (#7455)Anand S
2018-06-15Version scheme change: 0.5.0 -> 5.0.0 (#7449)Loïc Blot
2018-06-08Lua_api.txt: Warn of errors possible with VoxelArea:index()/indexp() (#7422)Paramat
2018-06-06CSM/SSM: Add on_mods_loaded callback (#7411)Loïc Blot
2018-06-03Lua_api.txt: Various improvements (#7402)Paramat
2018-05-31Fix isNan on setYaw Lua call (#7380)Loïc Blot
2018-05-16Say position of locale dir more clearly in docs (#7338)Wuzzy
2018-05-12Run detach callbacks on player leaveSmallJoker
2018-04-30Allow damage for attached objects, add attach/detach callbacks (#6786)SmallJoker
2018-04-30MetaDataRef: Add contains() and get() (#7214)rubenwardy
2018-04-23Formspecs: Allow setting alpha value for the box[] elementThomas--S
2018-04-19Add online content repositoryrubenwardy
2018-04-07Biome API / dungeons: Add biome-defined dungeon nodesParamat
2018-04-06Add player:get_meta(), deprecate player attributes (#7202)rubenwardy
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