minetest/src/script/common
Thomas--S f3b9d87076 Connected Nodeboxes: Add `disconnected` boxes
The `disconnected_*` boxes are the opposites of the `connect_*` ones,
i.e. when a node has no suitable neighbours on the respective side, the
according disconnected box is drawn.

* disconnected_top
* disconnected_bottom
* disconnected_front
* disconnected_left
* disconnected_back
* disconnected_right
* disconnected (when there is *no* neighbour)
* disconnected_sides (when there are *no* neighbours to the sides)
2018-01-03 04:05:21 +00:00
..
CMakeLists.txt Clean up and tweak build system 2015-03-27 15:00:48 -04:00
c_content.cpp Connected Nodeboxes: Add `disconnected` boxes 2018-01-03 04:05:21 +00:00
c_content.h Modernize source code: last part (#6285) 2017-08-20 13:30:50 +02:00
c_converter.cpp Fix rounding error in g/set_node caused by truncation to float 2017-12-26 21:55:08 +00:00
c_converter.h Improvements/fixes for noise parameter input in advanced settings 2017-10-23 01:28:13 +01:00
c_internal.cpp Hint at problematic code when logging deprecated calls 2017-11-27 01:28:39 +00:00
c_internal.h Modernize source code: last part (#6285) 2017-08-20 13:30:50 +02:00
c_types.cpp Remove lua_State parameter from LuaError::LuaError 2014-03-15 16:28:59 -04:00
c_types.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00