aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2015-05-15Generalize core.get/set_nametag_color into core.get/set_nametag_attributesTeTpaAka
2015-05-15Add minetest.register_on_punchplayerBrandon
2015-05-15Add get and set functions for the nametag colorTeTpaAka
2015-05-12Add code to support raillike group namesNovatux
2015-05-12is_player() is no player-only functionest31
2015-05-09Schematics: Add per-node force placement optionkwolekr
2015-05-07Schematics: Add indent-with-space option for schematic Lua table serializationkwolekr
2015-05-07NodeResolver: Remove NodeResolveMethodkwolekr
2015-05-05Add core.find_nodes_with_meta() script APIkwolekr
2015-04-21Add minetest.global_exists()ShadowNinja
2015-04-20Ore: Add biomes parameterkwolekr
2015-04-16Schematics: Refactor NodeResolver and add NodeResolveMethodkwolekr
2015-04-13Schematics: Reorganize (de)serialization and add Lua serialization APIkwolekr
2015-04-08Document for api functions that rely on current_modname, that it doesn't work...est31
2015-04-08Schematics: Prepend mod path to relative schematic filepathskwolekr
2015-03-31ObjDefManager, Mapgen SAPI: Huge refactoringkwolekr
2015-03-31GenElementManager: Pass opaque handles to Lua and rename to ObjDefManagerkwolekr
2015-03-27Document nil player as being allowed for can_digShadowNinja
2015-03-27Clean up and tweak build systemShadowNinja
2015-03-24lua_api/l_mapgen: generate_ores/decorations: make p1, p2 optionalparamat
2015-03-22Revert "Add a Lua call to do damages / heals" ok @ShadowNinjaLoic Blot
2015-03-22Add support for the PCG32 PRNG algo (and associated script APIs)kwolekr
2015-03-18Add a Lua call to do damages / healsLoic Blot
2015-03-11lua_api/l_mapgen: Fix overlapping areas of minetest.generate_ores/decorationsparamat
2015-03-06Biome API: Enable decorations placed on waterparamat
2015-03-05Improve group-based connection between raillike nodesBlockMen
2015-02-27Change find_surface_nodes_in_area to find_nodes_in_area_under_airCraig Robbins
2015-02-27Add find_surface_nodes_in_area LUA call which permit to only get the nodes wh...Loic Blot
2015-02-27Wrap lines longer than 80 characters in lua_api.txt ...and minor formating ch...rubenwardy
2015-02-23Disallow object:remove() if the object is a playerKahrl
2015-02-18Bump version to 0.4.12Perttu Ahola
2015-02-18Server: announce MIN/MAX protocol version supported to serverlist. Client: ch...est31
2015-02-16Fix minetest.item_eat's replace_with_item, fixes #2292rubenwardy
2015-01-20Added ratio argument to colorize, removed the weird alpha-based ratio.TriBlade9
2015-01-20Fix hyphen used as minus signMarkus Koschany
2015-01-18Reorganize supported video driver query mechanismskwolekr
2015-01-15Add ability to delete MapBlocks from mapkwolekr
2015-01-13builtin: Unify register wrapper functions and wrap clear_registered_* functio...kwolekr
2015-01-11Lua-api.txt: Document that paramtype='light' results in light propagation wit...paramat
2015-01-05Add registered_ores and registered_decorationsShadowNinja
2015-01-04Add minetest.generate_ores() and minetest.generate_decorations()kwolekr
2015-01-04Remove freezemelt documentation from lua_api.txtCraig Robbins
2015-01-04Add warning about using deprecated fields in Mapgen API and update docskwolekr
2015-01-03Rewrite lua_api.txt into Markdown formatWuzzy
2014-12-30Fix documentation for string functionsDiego Martínez
2014-12-29Add core.get_mapgen_names() to Main Menu API (and use it)kwolekr
2014-12-29Expose mapgen parameters on scripting initkwolekr
2014-12-29LuaVoxelManip: Remove blank allocatorkwolekr
2014-12-28LuaItemStack: Fix and document behavior of set_name, set_count, set_wear, set...kwolekr
2014-12-28Decoration: Add height_min and height_max parameterskwolekr