minetest/games/devtest/mods
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
..
basenodes Allow overwriting media files of dependencies (#10752) 2021-02-23 19:39:15 +01:00
basetools DevTest: Fix broken PNG textures 2022-05-17 20:06:15 +02:00
broken Add no_texture.png as fallback for unspecified textures 2021-10-20 21:50:16 +02:00
bucket Devtest: Extend tooltips of many items and tools (#10312) 2020-09-04 20:50:03 +02:00
chest Fix wrong reported item counts for inventory actions using Shift-Move (#10930) 2021-02-21 20:02:23 +01:00
chest_of_everything Devtest: Extend tooltips of many items and tools (#10312) 2020-09-04 20:50:03 +02:00
dignodes Rename “Minimal development test” to “Development Test” (#9928) 2020-05-26 00:17:52 +02:00
experimental Remove reference to a removed file in devtest (followup to #12157) 2022-04-07 23:13:09 +02:00
give_initial_stuff Rename “Minimal development test” to “Development Test” (#9928) 2020-05-26 00:17:52 +02:00
initial_message Rename “Minimal development test” to “Development Test” (#9928) 2020-05-26 00:17:52 +02:00
mapgen Devtest game: Update biome registrations (#9936) 2020-05-26 23:11:33 +01:00
modchannels Rename “Minimal development test” to “Development Test” (#9928) 2020-05-26 00:17:52 +02:00
soundstuff devtest: Fix deprecated alpha usage 2021-01-29 17:34:41 +01:00
stairs Rename “Minimal development test” to “Development Test” (#9928) 2020-05-26 00:17:52 +02:00
testentities on_deactivate: distinguish removal and unloading (#11931) 2022-06-11 20:01:14 +02:00
testfood DevTest: Add food item to test food replacement (#10642) 2020-12-18 19:38:39 +01:00
testformspec FormSpec: 9-slice images, animated_images, and fgimg_middle (#12453) 2022-07-03 08:52:26 -04:00
testhud Add bold, italic and monospace font styling for HUD text elements (#11478) 2021-07-27 19:11:46 +02:00
testitems DevTest: Add nodes and items for testing overlays (#12304) 2022-05-27 21:39:36 +02:00
testnodes Add paramtype2s for 4 horizontal rotations and 64 colors (#11431) 2022-09-16 13:18:55 +02:00
testpathfinder Devtest: Extend tooltips of many items and tools (#10312) 2020-09-04 20:50:03 +02:00
testtools DevTest: Add item meta editor (#12307) 2022-07-02 19:58:00 +01:00
tiled Rename “Minimal development test” to “Development Test” (#9928) 2020-05-26 00:17:52 +02:00
unittests Fix regression & replace more occurrences of vector.new with vector.copy (#12539) 2022-07-14 20:51:42 +02:00
util_commands Enable shadows by default in devtest (#12157) 2022-04-07 21:55:19 +02:00