aboutsummaryrefslogtreecommitdiff
path: root/src/reflowscan.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Node definition manager refactor (#7016)Dániel Juhász2018-02-101-3/+3
| | | | | | | | | * Rename IWritableNodeDefManager to NodeDefManager * Make INodeDefManager functions const * Use "const *NodeDefManager" instead of "*INodeDefManager" * Remove unused INodeDefManager class * Merge NodeDefManager and CNodeDefManager * Document NodeDefManager
* C++ modernize: Pragma once (#6264)Loïc Blot2017-08-171-4/+1
| | | | * Migrate cpp headers to pragma once
* Cpp11 patchset 11: continue working on constructor style migration (#6004)Loïc Blot2017-06-181-3/+3
|
* Liquids: Update flow on block loadMillersMan2016-12-071-0/+50
When loading a block add liquid-nodes that might flow away or spread to neighbours to the transforming_liquid queue.