minetest/src/client
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
..
CMakeLists.txt Initial Gamepad support 2016-06-03 19:42:57 +02:00
clientlauncher.cpp Add Joystick type detection and Xbox controller support 2017-04-06 20:58:52 -07:00
clientlauncher.h Add Joystick type detection and Xbox controller support 2017-04-06 20:58:52 -07:00
inputhandler.h Initial Gamepad support 2016-06-03 19:42:57 +02:00
joystick_controller.cpp Fix signed/unsigned conversion warning 2017-04-07 19:06:50 +01:00
joystick_controller.h Add Joystick type detection and Xbox controller support 2017-04-06 20:58:52 -07:00
keys.h LINT: Switch whitelist check from egrep to awk 2017-04-06 23:21:40 +02:00
tile.cpp Hardware coloring for itemstacks 2017-04-08 18:39:15 -07:00
tile.h Hardware coloring for itemstacks 2017-04-08 18:39:15 -07:00