Reduce EnvRef:set_node() time tenfold by postponing the dayNightDiff update until...
authorPerttu Ahola <celeron55@gmail.com>
Wed, 28 Mar 2012 21:28:48 +0000 (00:28 +0300)
committerPerttu Ahola <celeron55@gmail.com>
Wed, 28 Mar 2012 21:28:48 +0000 (00:28 +0300)
commit02c035c548787a589c2bb813112b080a638e2972
tree66ae02a8c29b5396bc86392e004c39ccc671b434
parent418041d9067319431e4b6301851da117d2f4075b
Reduce EnvRef:set_node() time tenfold by postponing the dayNightDiff update until it is actually needed
src/map.cpp
src/map.h
src/mapblock.cpp
src/mapblock.h
src/server.cpp