| Commit message (Expand) | Author | Age |
* | Map generation limit: Cache as 'const' not 'const static' | paramat | 2017-01-08 |
* | Map generation limit: Fix checks for block/sector over-limit | paramat | 2017-01-08 |
* | Fixes for using std:vector in ABMHander and further perf improvements | Lars Hofhansl | 2017-01-04 |
* | Make node timers more efficient | Ekdohibs | 2016-06-11 |
* | Fix object position border checking | est31 | 2015-09-16 |
* | Disallow placing entities outside safe boundaries | est31 | 2015-09-15 |
* | Serialisation: documentation fixes, clarifying renames and whitespace fixes | est31 | 2015-09-14 |
* | Add map limit config option | rubenwardy | 2015-08-02 |
* | Precalculate mapblock relative size. This permit to remove many s16 calculs o... | nerzhul | 2015-07-29 |
* | Mapblock: nodecount refactor | est31 | 2015-05-31 |
* | Record MapBlock modification reasons as flags instead of strings | kwolekr | 2015-05-17 |
* | For usages of assert() that are meant to persist in Release builds (when NDEB... | Craig Robbins | 2015-03-07 |
* | Replace std::list by std::vector into ClientMap::updateDrawList, Map::timerUp... | Loic Blot | 2015-02-17 |
* | Fix a crash (assert) when client set serial version < 24 in INIT | Loic Blot | 2015-01-27 |
* | Water fixes | gregorycu | 2015-01-18 |
* | Fix typo in mapblock.h | Craig Robbins | 2014-12-12 |
* | Remove most exceptions from getNode() (and variants) | Craig Robbins | 2014-11-14 |
* | Remove liquid_finite and weather | proller | 2014-04-18 |
* | Actually fix weather | kwolekr | 2013-11-17 |
* | Weather: Clean up getHeat/getHumidity somewhat | kwolekr | 2013-09-16 |
* | Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu | Kahrl | 2013-08-14 |
* | Weather backward compatibility | proller | 2013-08-02 |
* | Weather support | proller | 2013-07-27 |
* | Migrate to STL containers/algorithms. | Ilya Zhuravlev | 2013-03-11 |
* | Update Copyright Years | Sfan5 | 2013-02-24 |
* | Change Minetest-c55 to Minetest | PilzAdam | 2013-02-24 |
* | Reorganize ClientMap rendering code for a bit more performance | Perttu Ahola | 2012-09-04 |
* | Fix map deserialization and remove old serialization code | Perttu Ahola | 2012-07-23 |
* | Implement node timers | darkrose | 2012-07-23 |
* | Optimize headers | Perttu Ahola | 2012-06-17 |
* | Properly and efficiently use split utility headers | Perttu Ahola | 2012-06-17 |
* | Switch the license to be LGPLv2/later, with small parts still remaining as GP... | Perttu Ahola | 2012-06-05 |
* | WIP node metadata, node timers | Kahrl | 2012-06-03 |
* | Reduce EnvRef:set_node() time tenfold by postponing the dayNightDiff update u... | Perttu Ahola | 2012-03-29 |
* | MapBlockMesh, mesh animation system, urgent mesh updates, athmospheric light,... | Kahrl | 2012-03-15 |
* | Node placement / mineral / serialization / iron freq / node_dig callback | Kahrl | 2012-01-22 |
* | The huge item definition and item namespace unification patch (itemdef), see ... | Kahrl | 2012-01-12 |
* | Replace old active block random node modifying things with actual ActiveBlock... | Perttu Ahola | 2011-11-29 |
* | Add reason parameter to setModified and print it out to verbosestream when sa... | Perttu Ahola | 2011-11-29 |
* | Node definition names | Perttu Ahola | 2011-11-29 |
* | GameDef compiles | Perttu Ahola | 2011-11-29 |
* | Create framework for getting rid of global definitions of node/tool/item/what... | Perttu Ahola | 2011-11-29 |
* | Allocate MapBlock::m_node_metadata on heap to allow less header bloat | Perttu Ahola | 2011-11-29 |
* | mobv2 | Perttu Ahola | 2011-10-15 |
* | Saner block modification flag operation for not saving everything always | Perttu Ahola | 2011-10-12 |
* | Added a mapblock analyzing function for debugging use and fixed remaining map... | Perttu Ahola | 2011-07-24 |
* | more reorganizing of map code | Perttu Ahola | 2011-06-26 |
* | New map generator added (and SQLite, messed up the commits at that time...) (... | Perttu Ahola | 2011-06-25 |
* | Changed MapBlockObjects to be never written anymore. Incremented version number. | Perttu Ahola | 2011-06-18 |
* | Moved stuff from mapblock{h,cpp} to mapblock_mesh.{h,cpp} and content_mapbloc... | Perttu Ahola | 2011-06-17 |