summaryrefslogtreecommitdiff
path: root/src/filesys.cpp
diff options
context:
space:
mode:
authorFelix Krause <flyx@isobeef.org>2011-07-16 16:01:37 +0200
committerNils Dagsson Moskopp <nils@dieweltistgarnichtso.net>2011-07-18 02:37:19 +0200
commitdef870953a9d964749cbd8fcfc050f69a0c8e53f (patch)
treedf1d948f54f11721ec909102fb1a7e7b5b23da06 /src/filesys.cpp
parentf2c633050547964786c027590c423efd7ed34a95 (diff)
downloadminetest-def870953a9d964749cbd8fcfc050f69a0c8e53f.tar.gz
minetest-def870953a9d964749cbd8fcfc050f69a0c8e53f.tar.bz2
minetest-def870953a9d964749cbd8fcfc050f69a0c8e53f.zip
* refactored liquid transformation code (has some flaws)
Completely rewrote the liquid transformation. The algorithm now exclusively modifies the current node in one iteration. Another change is that MapNode.param2 now stores a bit that tells other nodes if a flowing liquid node flows downwards. This is accomplished by two masks on param2 for the "flow down" bit and the "liquid level" bits. This will be the base of future improvements to the liquid flow. However, in the current state flowing liquid does not always disappear when cut off its source. Be aware that this branch is work in progress.
Diffstat (limited to 'src/filesys.cpp')
0 files changed, 0 insertions, 0 deletions