minetest/src/script/common
Rob Blanckaert a9d43a0471 Object properties: Add 'glow', disables light's effect if negative
The 'glow' value is added to the ambient light value.
Negative 'glow' disables light's effect on object colour, for faking
self-lighting, UI-style entities, or programmatic colouring in mods.
2017-09-14 04:06:05 +01:00
..
CMakeLists.txt Clean up and tweak build system 2015-03-27 15:00:48 -04:00
c_content.cpp Object properties: Add 'glow', disables light's effect if negative 2017-09-14 04:06:05 +01:00
c_content.h Modernize source code: last part (#6285) 2017-08-20 13:30:50 +02:00
c_converter.cpp Object properties: Add 'glow', disables light's effect if negative 2017-09-14 04:06:05 +01:00
c_converter.h Object properties: Add 'glow', disables light's effect if negative 2017-09-14 04:06:05 +01:00
c_internal.cpp Create a filesystem abstraction layer for CSM and only allow accessing files that are scanned into it. (#5965) 2017-06-30 20:14:39 +02: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