lhofhansl
6a71095655
Break liquid reflow scan early for all-air blocks ( #15975 )
...
Avoid scanning the a newly loaded block if it is all air and no liquid is flowing from above.
2025-04-05 11:01:39 -07:00
sfence
d849d51c2d
Replace licensing text in headers (LGPLv2.1) ( #15321 )
2024-10-28 15:57:39 +01:00
Abdou-31
d1b80b462e
Fix typos and en_US/en_GB inconsistency in various files ( #12902 )
2022-11-09 11:57:19 -05:00
Jude Melton-Houghton
8f996e4a7c
Remove unused MapBlock functionality
2022-10-09 13:43:48 -04:00
Dániel Juhász
3face01a20
Node definition manager refactor ( #7016 )
...
* Rename IWritableNodeDefManager to NodeDefManager
* Make INodeDefManager functions const
* Use "const *NodeDefManager" instead of "*INodeDefManager"
* Remove unused INodeDefManager class
* Merge NodeDefManager and CNodeDefManager
* Document NodeDefManager
2018-02-10 21:04:16 +01:00
Loïc Blot
4faaadc8d5
Cpp11 patchset 11: continue working on constructor style migration ( #6004 )
2017-06-18 19:55:15 +02:00
Loïc Blot
a98baef5e4
C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h ( #5821 )
2017-06-04 21:00:04 +02:00
Loïc Blot
b605b95749
Add CPP11 header to define nullptr & constexpr ( #5471 )
...
This header permit to use nullptr & constexpr keywords in portable code segments and benefit from nullptr & constexpr when using C++11 and greater
2017-03-29 13:34:57 +02:00
MillersMan
9714cdcf4b
Liquids: Update flow on block load
...
When loading a block add liquid-nodes that might flow away or spread to
neighbours to the transforming_liquid queue.
2016-12-07 04:06:00 +00:00