Skip to content
Snippets Groups Projects
  • est31's avatar
    452df1c7
    Various style cleanups + unused code removal · 452df1c7
    est31 authored
    -> 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
    452df1c7
    History
    Various style cleanups + unused code removal
    est31 authored
    -> 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