minetest/builtin
Wuzzy 1d04903c19
Add paramtype2s for 4 horizontal rotations and 64 colors (#11431)
4dir is like facedir, but only for 4 horizontal directions: NESW. It is identical in behavior to facedir otherwise. The reason why game makers would want to use this over facedir is 1) simplicity and 2) you get 6 free bits.
It can be used for things like chests and furnaces and you don't need or want them to "flip them on the side" (like you could with facedir).

color4dir is like colorfacedir, but you get 64 colors instead of only 8.
2022-09-16 13:18:55 +02:00
..
async Add missing item alias metatables to async environment (#12458) 2022-07-04 01:06:42 +02:00
client Add `minetest.settings` to CSM API and allow CSMs to provide `settingtypes.txt` (#12131) 2022-08-02 11:58:08 +02:00
common Mainmenu: Properly sort mods and games (#12758) 2022-09-12 19:24:54 +02:00
fstk Localize error messages in mainmenu (#11495) 2021-11-01 12:27:46 +00:00
game Add paramtype2s for 4 horizontal rotations and 64 colors (#11431) 2022-09-16 13:18:55 +02:00
locale Update German builtin translation 2022-07-29 22:20:48 +02:00
mainmenu Content tab: Fix content download broken by bc3dccc 2022-09-16 13:01:23 +02:00
profiler Use defined evaluation order in profiler 2021-12-19 17:03:07 +01:00
init.lua Async environment for mods to do concurrent tasks (#11131) 2022-05-02 20:56:06 +02:00
settingtypes.txt Remove default keybind for range select (#12632) 2022-08-13 08:53:30 +02:00