Wuzzy 9f263319ca Fix 4dir nodebox sometimes not rendering face (#14533) hai 6 meses
..
models 9f25378ddd Add performance test nodes, using complex meshes. (#13161) hai 1 ano
textures cda112493a Faster blit_with_alpha() (#14448) hai 7 meses
README.md 083b285f43 Rename “Minimal development test” to “Development Test” (#9928) %!s(int64=4) %!d(string=hai) anos
commands.lua c1e732448c DevTest: /test_place_node skips dummy/cb nodes %!s(int64=2) %!d(string=hai) anos
drawtypes.lua 08ee6d8d4b Add rotation support for wallmounted nodes in 'ceiling' or 'floor' mode (#11073) hai 9 meses
init.lua 9f25378ddd Add performance test nodes, using complex meshes. (#13161) hai 1 ano
light.lua c1c68775b2 DevTest: Explain purpose of most items in tooltips (#12833) %!s(int64=2) %!d(string=hai) anos
liquids.lua 6c8ae2b72a Fix liquid falling if in "float" group (#13789) hai 8 meses
meshes.lua 08ee6d8d4b Add rotation support for wallmounted nodes in 'ceiling' or 'floor' mode (#11073) hai 9 meses
mod.conf c61c175e9c Add bumpmapping and parallax occlusion testing nodes to devtest (#9242) %!s(int64=4) %!d(string=hai) anos
nodeboxes.lua 08ee6d8d4b Add rotation support for wallmounted nodes in 'ceiling' or 'floor' mode (#11073) hai 9 meses
overlays.lua fe299e24d6 DevTest: Add nodes and items for testing overlays (#12304) %!s(int64=2) %!d(string=hai) anos
param2.lua 9f263319ca Fix 4dir nodebox sometimes not rendering face (#14533) hai 6 meses
performance_test_nodes.lua 9f25378ddd Add performance test nodes, using complex meshes. (#13161) hai 1 ano
properties.lua 5958714309 Tool specific pointing and blocking pointable type (#13992) hai 9 meses
textures.lua cda112493a Faster blit_with_alpha() (#14448) hai 7 meses

README.md

Test Nodes

This mod contains a bunch of basic nodes to test development stuff. Most nodes are kept as minimal as possible in order to show off one particular feature of the engine, to make testing stuff easier.

This mod includes tests for:

  • drawtypes
  • paramtype2's
  • node properties such as damage, drowning, falling, etc.
  • other random stuff