aboutsummaryrefslogtreecommitdiff
path: root/src/rollback_interface.cpp
AgeCommit message (Collapse)Author
2015-09-19Various style cleanups + unused code removalest31
-> Don't pass pointer to whole IGameDef to NodeMetadata constructors and deserializers, but only to IItemDefManager, which is needed -> Remove the unused content_mapnode_get_new_name() method -> Fix style for MapBlock::deSerialize and MapBlock::deSerialize_pre22, improving accuracy of error messages a bit -> Fix style at other serialisation methods too -> Improve accuracy of some comments
2015-08-15Rollback: Fail on bad precondition instead of causing assertion errorkwolekr
2015-05-17Record MapBlock modification reasons as flags instead of stringskwolekr
This improves performance of MapBlock::raiseModified by a factor of 6. Also, clean up mapblock.h a bit and inline small functions.
2014-11-19Clean up rollbackShadowNinja
2013-11-29Fixed potential NULL pointer and leak when setting node metadataMetaDucky
2013-02-24Update Copyright YearsSfan5
2013-02-24Change Minetest-c55 to MinetestPilzAdam
2012-07-27Make the rollback system VERY FUCKING GOD DAMN POWERFULPerttu Ahola
2012-07-27Experimental-ish rollback functionalityPerttu Ahola