Commit Graph

9 Commits

Author SHA1 Message Date
SmallJoker
3d66622772 Send only changed node metadata to clients instead of whole mapblock ()
Includes newer style changes and fixes by est31

Improve the block position de-serialization
Add type NodeMetadataMap
2018-12-04 20:37:48 +01:00
Loïc Blot
eef62c82a2 Modernize lua read (part 2 & 3): C++ templating assurance ()
* Modernize lua read (part 2 & 3): C++ templating assurance

Implement the boolean reader
Implement the string reader
Also remove unused & unimplemented script_error_handler
Add a reader with default value
2018-06-30 17:11:38 +02:00
Loïc Blot
180e551c56 Modernize lua read (part 1): C++ templating insurance ()
* Modernize lua read (part 1): C++ templating assurance

Implement the float reader
2018-06-04 22:38:07 +02:00
rubenwardy
0b5b32b026 MetaDataRef: Add contains() and get() () 2018-04-30 18:42:51 +02:00
rubenwardy
91615f9588 Add player:get_meta(), deprecate player attributes ()
* Add player:get_meta(), deprecate player attributes
2018-04-06 10:52:29 +02:00
sfan5
3f2e0c1206 Check argument types inside MetaDataRef Lua API () 2018-02-18 10:40:45 +01:00
Loïc Blot
1c1c97cbd1 Modernize source code: last part ()
* Modernize source code: last par

* Use empty when needed
* Use emplace_back instead of push_back when needed
* For range-based loops
* Initializers fixes
* constructors, destructors default
* c++ C stl includes
2017-08-20 13:30:50 +02:00
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
rubenwardy
c2e7b1f579 Derive NodeMetaRef from MetaDataRef 2017-02-04 22:07:55 +00:00