Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Move PP() and PP2() macros to basic_macros.h | Rogier | 2016-12-24 |
| | | | | Instead of redefining them everywhere. | ||
* | Various style cleanups + unused code removal | est31 | 2015-09-19 |
| | | | | | | | | | | -> 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 | ||
* | Rollback: Fail on bad precondition instead of causing assertion error | kwolekr | 2015-08-15 |
| | |||
* | Record MapBlock modification reasons as flags instead of strings | kwolekr | 2015-05-17 |
| | | | | | This improves performance of MapBlock::raiseModified by a factor of 6. Also, clean up mapblock.h a bit and inline small functions. | ||
* | Clean up rollback | ShadowNinja | 2014-11-19 |
| | |||
* | Fixed potential NULL pointer and leak when setting node metadata | MetaDucky | 2013-11-29 |
| | |||
* | Update Copyright Years | Sfan5 | 2013-02-24 |
| | |||
* | Change Minetest-c55 to Minetest | PilzAdam | 2013-02-24 |
| | |||
* | Make the rollback system VERY FUCKING GOD DAMN POWERFUL | Perttu Ahola | 2012-07-27 |
| | |||
* | Experimental-ish rollback functionality | Perttu Ahola | 2012-07-27 |