Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
This way flowing liquids actually show the backface when specified to
do so. Without this, TileDefs where by default initialized with
backface_culling = true and never set otherwise.
For backwards compatibility, an old client connected to a new server,
or a new client connected to an old server will behave like before
i.e., backface_culling is always true.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
after_destruct for quick skipping when a node does not have them
|
|
GPLv2/later, by agreement of major contributors
|
|
|
|
minetest.hash_node_position()
|
|
|
|
|
|
|
|
light, removed footprints
|
|
|
|
|
|
- Node placement code moved to Lua
- Mineral system removed (added default:stone_with_coal and default:stone_with_iron).
- MapBlock and MapNode serialization updated.
- Mapgen: Frequency of iron increased.
- node_dig callback and related changes.
|
|
http://c55.me/minetest/wiki/doku.php?id=changes:itemdef
|
|
too (necessary for eg. crafting)
|
|
|
|
(except in test.cpp)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
atlas making
|
|
|