Replace old active block random node modifying things with actual ActiveBlockModifiers
authorPerttu Ahola <celeron55@gmail.com>
Sun, 27 Nov 2011 22:45:34 +0000 (00:45 +0200)
committerPerttu Ahola <celeron55@gmail.com>
Tue, 29 Nov 2011 17:13:56 +0000 (19:13 +0200)
commit842eb5da280b09e046531dd03fe9b9b20752ad12
tree97d26292a9162c8c713aa3cacb0914d6c35d3b78
parent05df2ee8a4fe6bd4fcb1879fd418ef6ad301fcf4
Replace old active block random node modifying things with actual ActiveBlockModifiers
src/CMakeLists.txt
src/content_abm.cpp [new file with mode: 0644]
src/content_abm.h [new file with mode: 0644]
src/environment.cpp
src/environment.h
src/map.cpp
src/map.h
src/mapblock.cpp
src/mapblock.h
src/modifiedstate.h [new file with mode: 0644]
src/server.cpp