aboutsummaryrefslogtreecommitdiff
path: root/src/content_nodemeta.cpp
AgeCommit message (Collapse)Author
2011-11-29GenericNodeMetadata and an example furnacePerttu Ahola
2011-11-29Mode node definition loading from Lua (still not finished), fix metadata ↵Perttu Ahola
creation from name
2011-11-29Add names to NodeMetadataPerttu Ahola
2011-11-29Do not expose CONTENT_* stuff in content_mapnode.h and use a name converter ↵Perttu Ahola
wrapper in old code
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 ↵Perttu Ahola
node/tool/item/whatever types
2011-10-16Switch more stuff to use the logging thing and fix segfault on player leave ↵Perttu Ahola
from server as introduced in a previous switch-to-logging commit
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
* I didn't understand that expression last fix and now the furnace would burn fuel even when it had no source item.
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
This one contains these changes from main c55: * Adds a function to check if there is room for a specific item * Using that, you can now pick up rats if you have a full inventory and a not full rat stack * Furnace would cook only 1 item if that item used the last available result slot, now it will continue * Furnace will say it's overloaded * Furnace won't wait until the next step to start on the next item - This caused small fuels to cook slower than meant to - Also caused furnaces to say they were out of fuel after finishing the last fuel item
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