- Mar 24, 2015
-
-
paramat authored
-
- Mar 22, 2015
-
-
kwolekr authored
- Mar 18, 2015
-
-
Loïc Blot authored
-
- Mar 11, 2015
-
-
paramat authored
-
- Mar 06, 2015
-
-
paramat authored
Add schematic decoration force placement flag
-
- Mar 05, 2015
-
-
BlockMen authored
-
- Feb 27, 2015
-
-
Zeno- authored
-
Loïc Blot authored
Add find_surface_nodes_in_area LUA call which permit to only get the nodes which touch air. This permit to massively improve performance for mods like plantlife
-
rubenwardy authored
-
- Feb 23, 2015
-
-
Kahrl authored
Rebased by Zeno- (conflict in lua_api.txt)
-
- Feb 18, 2015
-
-
Perttu Ahola authored
-
- Feb 16, 2015
-
-
rubenwardy authored
-
- Jan 20, 2015
-
-
TriBlade9 authored
-
- Jan 15, 2015
-
-
kwolekr authored
Also add a Lua API and chatcommand for this
-
- Jan 13, 2015
-
-
kwolekr authored
-
- Jan 12, 2015
-
-
paramat authored
Lua-api.txt: Document that paramtype='light' results in light propagation with attenuation and is essential for a light source to spread it's light
-
- Jan 06, 2015
-
-
ShadowNinja authored
-
- Jan 05, 2015
-
-
kwolekr authored
-
- Jan 04, 2015
- Jan 03, 2015
-
-
Wuzzy authored
Just Markdown, no variant of it. File name intentionally not changed to “lua_api.md” because of fear to break references to that file. The file can still be renamed later.
-
- Dec 30, 2014
-
-
Diego Martínez authored
-
- Dec 29, 2014
- Dec 28, 2014
- Dec 25, 2014
-
- Dec 20, 2014
-
-
paramat authored
-
- Dec 14, 2014
-
-
Zeno- authored
-
- Dec 12, 2014
-
-
kwolekr authored
-
- Dec 10, 2014
-
-
kwolekr authored
-
- Dec 06, 2014
-
-
kwolekr authored
Add support for notify-on-decoration Clean up mapgen constructors Clean up mapgen.cpp code style somewhat Remove trailing whitespace from some files
-
SmallJoker authored
-
- Nov 29, 2014
-
-
Ciaran Gultnieks authored
Changes: * Add extra documentation for remove_item. This isn't as silly as it sounds: iterate a list containing items with unique metadata each, and remove_item the first one you find, placing into a different - fine, except the remove will invariably remove the wrong one, leading to items being duplicated and others destroyed. Arguably it's a bug, and Inventory::removeItem should actually remove the item you tell it to. (i.e. if the passed ItemStack has metadata, match it). But it seems reasonable to just document the behaviour more clearly. * Improve string_to_pos documentation. * Clarify dig_node documentation (return value). * Better on_step documentation. * get_nodemeta -> get_meta. * Other minor fixes.
-
- Nov 27, 2014
-
-
SmallJoker authored
Signed-off-by:
Craig Robbins <kde.psych@gmail.com>
-
- Nov 13, 2014
-
-
SmallJoker authored
Signed-off-by:
Craig Robbins <kde.psych@gmail.com>
-