aboutsummaryrefslogtreecommitdiff
path: root/doc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow fields to choose whether they close on enter pressrubenwardy2016-08-271-3/+15
* Make plantlike drawtype more funAuke Kok2016-08-261-0/+16
* Lua_api.txt: Change 'maxwear' to 'uses' in 'tool_capabilities'DonBatman2016-08-141-11/+10
* Add an [opacity:<r> texture modifier. Makes the base image transparent accord...Thomas--S2016-08-121-0/+10
* texture_packs.txt: Document special texturesSmallJoker2016-07-301-0/+81
* Documentation: Create texture_packs.txtrubenwardy2016-07-303-70/+78
* lua_api.txt: Document how to properly clear node metadatamtango6882016-07-301-0/+1
* Main menu, lua_api.txt: Fix mod/texture pack screenshot size issuesWuzzy2016-07-271-1/+36
* lua_api.txt: Remove tooltip checkbox[] elementJames Stevenson2016-07-211-2/+1
* HTTP lua API docs: correct some function referencesest312016-07-121-3/+3
* Builtin/profiler: Replace game profiler (#4245)Tim2016-07-121-0/+6
* Lua_api.txt: Fix description of node drop behaviourDuane2016-07-121-2/+2
* Adding minetest.clear_craftFoghrye42016-07-051-0/+8
* Add MapSettingsManager and new mapgen setting script API functionskwolekr2016-07-031-0/+19
* Remove old docs. We have VCS history anyways. (#4266)Pavel Puchkin2016-07-032-492/+0
* Player: New get_look, set_look APIraymoo2016-06-241-4/+14
* Builtin/game/item: Add `place_param2` nodedef fieldAuke Kok2016-06-171-0/+1
* Server: Add reason for leave to `on_leaveplayer` callbacksDiego Martinez2016-06-111-1/+2
* Lua_api.txt: Split long lines. Capitalise 'Biome API'. Minor editsparamat2016-06-071-53/+76
* Biome API: Add per-biome riverbed material and depthparamat2016-06-051-0/+6
* PcgRandom: Fix/improve documentationkwolekr2016-06-041-1/+3
* Add colored text (not only colored chat).Ekdohibs2016-05-311-0/+18
* Add minetest.check_password_entry callbackest312016-05-301-0/+9
* Particles: Add option to remove particles on collisionAuke Kok2016-05-281-0/+6
* Add base64 encoding and decoding to the lua api. (#3919)red-0012016-05-272-0/+8
* Bump version to 0.4.14sfan52016-05-152-2/+2
* Lua_api.txt: Fix documentation for facedir rotationparamat2016-05-101-2/+2
* Add [resize texture modifier Resizes the texture to the given dimensions.SmallJoker2016-05-091-0/+7
* Lua_api.txt: Add warnings of l-system lighting bugparamat2016-05-061-1/+6
* Builtin: Add basic_privs settingrubenwardy2016-04-281-0/+1
* tile.cpp: Automatically upscale lower resolution textureSmallJoker2016-04-251-0/+1
* Hud: Fix offset being ignored by inventory barrubenwardy2016-04-101-0/+1
* Document hpchange callback ordering thing (#3981)raymoo2016-04-101-0/+1
* Clearer explanation of [colorize with alphaSamuel Sieb2016-04-071-3/+3
* Add an option to colorize to respect the destination alphaSamuel Sieb2016-04-031-2/+7
* lua_api.txt: improve vector documentationest312016-03-191-7/+6
* Allow nodes to specify which sides to connect to.Auke Kok2016-03-121-0/+2
* Nodebox: Allow nodeboxes to "connect"Auke Kok2016-03-121-0/+16
* Add consistent monotonic day counter - get_day_count()Auke Kok2016-03-091-0/+2
* Add AreaStore custom ID APIShadowNinja2016-03-071-1/+1
* Implement AreaStore serializationShadowNinja2016-03-071-0/+4
* Simplify AreaStore ID managementShadowNinja2016-03-071-2/+1
* Add minetest.register_lbm() to run code on block load onlyest312016-03-071-0/+16
* Decoration API: Allow force_placement of simple decorationsparamat2016-03-041-2/+3
* Require minetest.request_http_api to be called from the mod's main scopeJeija2016-03-031-1/+1
* Fix a mistake in the world format documentationAleksey Vorona2016-03-031-1/+1
* Add Lua interface to HTTPFetchRequestJeija2016-02-221-0/+54
* Require request_insecure_environment to be called from the mod's main scopeShadowNinja2016-02-191-1/+1
* Initialize facedir and wallmounted tables only once.Diego Martinez2016-02-111-0/+2
* Add '/clearobjects quick'Kahrl2016-02-111-2/+6