aboutsummaryrefslogtreecommitdiff
path: root/src/content_nodemeta.cpp
AgeCommit message (Expand)Author
2020-10-01(se)SerializeString: Include max length in the nameSmallJoker
2017-06-16C++11 patchset 9: move hardcoded init parameters to class definitions (part 1...Loïc Blot
2016-06-11Make node timers more efficientEkdohibs
2015-10-14Rename macros with two leading underscoresShadowNinja
2015-10-14Use warningstream for log messages with WARNINGShadowNinja
2015-09-19Various style cleanups + unused code removalest31
2013-08-14Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl
2013-02-24Update Copyright YearsSfan5
2013-02-24Change Minetest-c55 to MinetestPilzAdam
2012-07-22Implement formspecdarkrose
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-04Fix loading of old signsPerttu Ahola
2012-06-03Fix loading of legacy chestsPerttu Ahola
2012-06-03Implement sign using form field protocolPerttu Ahola
2012-06-03Convert legacy chest inventory list "0" to "main"Perttu Ahola
2012-06-03Strip unneeded variables from NodeMetadatadarkrose
2012-06-03WIP node metadata, node timersKahrl
2012-02-02Fix server hang when stepping a furnace with a huge dtimeKahrl
2012-01-12The huge item definition and item namespace unification patch (itemdef), see ...Kahrl
2011-12-01Move NodeMetadata prototype containers to content_nodemeta.cpp to fix them no...Perttu Ahola
2011-11-29GenericNodeMetadata and an example furnacePerttu Ahola
2011-11-29Mode node definition loading from Lua (still not finished), fix metadata crea...Perttu Ahola
2011-11-29Add names to NodeMetadataPerttu Ahola
2011-11-29Do not expose CONTENT_* stuff in content_mapnode.h and use a name converter w...Perttu Ahola
2011-11-29Remove burn time definitions from FurnaceNodeMetadataPerttu Ahola
2011-11-29Clean mapnode.h and fix other files accordinglyPerttu Ahola
2011-11-29Create framework for getting rid of global definitions of node/tool/item/what...Perttu Ahola
2011-10-16Switch more stuff to use the logging thing and fix segfault on player leave f...Perttu Ahola
2011-09-22added locking chests - clean patchdarkrose
2011-09-02Furnace was crashing stuff againJacobF
2011-09-01* Furnace would say it was overloaded when it had a non-cookable sourceJacobF
2011-08-30If there was no source item in a furnace it would cause a segmentation fault.JacobF
2011-08-30Merge remote-tracking branch 'queatz/furnace-is-not-blackhole'Perttu Ahola
2011-08-25Merged 2 branches because they relied on each other.JacobF
2011-08-24Don't remove furnace if something is inside it.JacobF
2011-08-11Some inventory const-ificationGiuseppe Bilotta
2011-07-30made more things burnable in furnacePerttu Ahola
2011-06-18fixed wrong furnace menu layoutPerttu Ahola
2011-06-18moved inventory menu definition of chest and furnace to content_nodemeta.{h,cpp}Perttu Ahola
2011-06-18Created and moved stuff to content_nodemeta.{h,cpp}Perttu Ahola