aboutsummaryrefslogtreecommitdiff
path: root/src/threads.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-04-10Clang format: fix LINT on old PR which doesn't have LINT enabledLoic Blot3-30/+16
2017-04-09Hard-coded undersampling.number Zero5-7/+54
Adds uniform undersampling for the 3D rendered scene. GUI elements are not undersampled, resulting in better playability for users with low-performance platforms with readable fonts and formspecs. The undersampling setting can be set to 0 (disabled), 2, 3, 4 pixels which translates into a resolution reduction of x4, x9 or x16, and is significant.
2017-04-08LocalPlayer api luaVincent Glize7-2/+640
2017-04-08Hardware coloring for itemstacksDániel Juhász23-139/+308
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-08Move chat command handling code from C++ to Lua (#5528)red-0012-20/+18
2017-04-08Document that write_json will error on unserializable types. (#5539)raymoo2-2/+2
Previously it was erroneously documented that it would save them as null.