- 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
-
est31 authored
Client now informs about incompatible servers from the list, this permits to prevent the protocol movements. Server announces its supported protocol versions to master server
-
- Feb 16, 2015
-
-
rubenwardy authored
-
- Jan 20, 2015
-
-
TriBlade9 authored
-
Markus Koschany authored
-
- Jan 18, 2015
-
-
kwolekr 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
-
kwolekr authored
Also rewrite mapgen registration for static initialization
-
- Dec 29, 2014
- Dec 28, 2014
- Dec 25, 2014
-
- Dec 20, 2014
-
-
paramat authored
-
- Dec 14, 2014
-
-
Zeno- authored
-
- Dec 12, 2014
-
-
Jürgen Doser authored
If CMake is run and Doxygen is found, add a make target called "doc", which builds API documention in doc/html. This target is not included in the default "all" target, you have to explicitly run "make doc" to generate the documentation. If graphviz is installed, in particular, if the "dot" binary is found, doxygen is configured to generate various kinds of diagrams. Note that due to this, the first run of doxygen can take a while.
-
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.
-