aboutsummaryrefslogtreecommitdiff
path: root/src/mapblock.h
AgeCommit message (Expand)Author
2016-06-11Make node timers more efficientEkdohibs
2015-09-16Fix object position border checkingest31
2015-09-15Disallow placing entities outside safe boundariesest31
2015-09-14Serialisation: documentation fixes, clarifying renames and whitespace fixesest31
2015-08-02Add map limit config optionrubenwardy
2015-07-29Precalculate mapblock relative size. This permit to remove many s16 calculs o...nerzhul
2015-05-31Mapblock: nodecount refactorest31
2015-05-17Record MapBlock modification reasons as flags instead of stringskwolekr
2015-03-07For usages of assert() that are meant to persist in Release builds (when NDEB...Craig Robbins
2015-02-17Replace std::list by std::vector into ClientMap::updateDrawList, Map::timerUp...Loic Blot
2015-01-27Fix a crash (assert) when client set serial version < 24 in INITLoic Blot
2015-01-18Water fixesgregorycu
2014-12-12Fix typo in mapblock.hCraig Robbins
2014-11-14Remove most exceptions from getNode() (and variants)Craig Robbins
2014-04-18Remove liquid_finite and weatherproller
2013-11-17Actually fix weatherkwolekr
2013-09-16Weather: Clean up getHeat/getHumidity somewhatkwolekr
2013-08-14Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl
2013-08-02Weather backward compatibilityproller
2013-07-27Weather supportproller
2013-03-11Migrate to STL containers/algorithms.Ilya Zhuravlev
2013-02-24Update Copyright YearsSfan5
2013-02-24Change Minetest-c55 to MinetestPilzAdam
2012-09-04Reorganize ClientMap rendering code for a bit more performancePerttu Ahola
2012-07-23Fix map deserialization and remove old serialization codePerttu Ahola
2012-07-23Implement node timersdarkrose
2012-06-17Optimize headersPerttu Ahola
2012-06-17Properly and efficiently use split utility headersPerttu Ahola
2012-06-05Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola
2012-06-03WIP node metadata, node timersKahrl
2012-03-29Reduce EnvRef:set_node() time tenfold by postponing the dayNightDiff update u...Perttu Ahola
2012-03-15MapBlockMesh, mesh animation system, urgent mesh updates, athmospheric light,...Kahrl
2012-01-22Node placement / mineral / serialization / iron freq / node_dig callbackKahrl
2012-01-12The huge item definition and item namespace unification patch (itemdef), see ...Kahrl
2011-11-29Replace old active block random node modifying things with actual ActiveBlock...Perttu Ahola
2011-11-29Add reason parameter to setModified and print it out to verbosestream when sa...Perttu Ahola
2011-11-29Node definition namesPerttu Ahola
2011-11-29GameDef compilesPerttu Ahola
2011-11-29Create framework for getting rid of global definitions of node/tool/item/what...Perttu Ahola
2011-11-29Allocate MapBlock::m_node_metadata on heap to allow less header bloatPerttu Ahola
2011-10-15mobv2Perttu Ahola
2011-10-12Saner block modification flag operation for not saving everything alwaysPerttu Ahola
2011-07-24Added a mapblock analyzing function for debugging use and fixed remaining map...Perttu Ahola
2011-06-26more reorganizing of map codePerttu Ahola
2011-06-25New map generator added (and SQLite, messed up the commits at that time...) (...Perttu Ahola
2011-06-18Changed MapBlockObjects to be never written anymore. Incremented version number.Perttu Ahola
2011-06-17Moved stuff from mapblock{h,cpp} to mapblock_mesh.{h,cpp} and content_mapbloc...Perttu Ahola
2011-06-05tried to reduce unnecessary map saving disk i/o a bitPerttu Ahola
2011-05-22Preliminary "active block" stuff + set up test code to grow grass.Perttu Ahola
2011-04-10implemented rats in new system to verify that it worksPerttu Ahola