minetest/src/script
Dániel Juhász 58d83a7bb2 Hardware coloring for itemstacks
Adds the possibility to colorize item stacks based on their metadata.

In the item/node definition you can specify palette (an image file)
and color (fallback color if the item has no palette or metadata).
Then you can add palette_index to the metadata.

Dropped itemstacks with different colors do not merge.
2017-04-08 18:39:15 -07:00
..
common Hardware coloring for itemstacks 2017-04-08 18:39:15 -07:00
cpp_api Hardware coloring for itemstacks 2017-04-08 18:39:15 -07:00
lua_api Hardware coloring for itemstacks 2017-04-08 18:39:15 -07:00
CMakeLists.txt [CSM] Client side modding 2017-03-13 23:56:05 +01:00
clientscripting.cpp [CSM] Add support for positional audio. (#5516) 2017-04-06 08:14:31 +02:00
clientscripting.h [CSM] Client side modding 2017-03-13 23:56:05 +01:00
scripting_mainmenu.cpp [CSM] sound_play & sound_stop support + client_lua_api doc (#5096) 2017-03-13 23:56:05 +01:00
scripting_mainmenu.h Fix code style of async API 2014-04-27 16:15:53 -04:00
serverscripting.cpp [CSM] Client side modding 2017-03-13 23:56:05 +01:00
serverscripting.h [CSM] Client side modding 2017-03-13 23:56:05 +01:00