aboutsummaryrefslogtreecommitdiff
path: root/src/reflowscan.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add CPP11 header to define nullptr & constexpr (#5471)Loïc Blot2017-03-291-2/+3
| | | This header permit to use nullptr & constexpr keywords in portable code segments and benefit from nullptr & constexpr when using C++11 and greater
* Liquids: Update flow on block loadMillersMan2016-12-071-0/+206
When loading a block add liquid-nodes that might flow away or spread to neighbours to the transforming_liquid queue.