aboutsummaryrefslogtreecommitdiff
path: root/src/inventory.cpp
AgeCommit message (Collapse)Author
2012-06-05Switch the license to be LGPLv2/later, with small parts still remaining as ↵Perttu Ahola
GPLv2/later, by agreement of major contributors
2012-06-03Fix loading of legacy chestsPerttu Ahola
2012-06-03NodeMetaRef:{to,from}_table and lua_api.txt additionsPerttu Ahola
2012-03-29added PlayerSAO and RemotePlayer, removed ServerRemotePlayerKahrl
2012-01-22tool and ToolItem apply item aliasesKahrl
2012-01-22Client-side prediction of inventory changes, and some inventory menu fixesKahrl
2012-01-12The huge item definition and item namespace unification patch (itemdef), see ↵Kahrl
http://c55.me/minetest/wiki/doku.php?id=changes:itemdef
2012-01-02Add InvRef and InvStack (currently untested and unusable)Perttu Ahola
2011-12-04Make ToolItem and MaterialItem to convert names by aliases at creation time ↵Perttu Ahola
too (necessary for eg. crafting)
2011-12-04Convert CraftItems directly to the name pointed by alias; necessary due to ↵Perttu Ahola
lua definition table
2011-12-03Show infotext for unknown items placed on groundPerttu Ahola
2011-12-02Rename "NodeItem"/"ToolItem"/"CraftItem" to "node"/"tool"/"craft"Perttu Ahola
2011-12-02Move ServerRemotePlayer to a separate filePerttu Ahola
2011-12-01Fix loading of legacy MaterialItems (was loaded as a quite random type)Perttu Ahola
2011-12-01Fix conditional bug in inventoryGiuseppe Bilotta
A spurious semicolon after the conditional checking for the drop count to be not higher than the owned count caused the subsequent count = getCount() to be always executed. Fix by removing the extra semicolon.
2011-12-01Load count 0 in itemstring as 1Perttu Ahola
2011-11-29Remove content_inventory.{h,cpp}Perttu Ahola
2011-11-29CraftItem rework and Lua interfaceKahrl
2011-11-29Fix stuff in inventory.{cpp,h}Perttu Ahola
2011-11-29Add IDropAction and related stuffKahrl
2011-11-29Crafting definition in scriptsPerttu Ahola
2011-11-29Improve item serializationPerttu Ahola
2011-11-29Allow inputting nodename of MaterialItem in ItemSpec::checkItemPerttu Ahola
2011-11-29Clean InventoryItem interface a bitPerttu Ahola
2011-11-29Improved MaterialItem (stores nodename)Perttu Ahola
2011-11-29Remove burn time definitions from FurnaceNodeMetadataPerttu Ahola
2011-11-29Move cook result properly to ContentFeaturesPerttu Ahola
2011-11-29Clean mapnode.h and fix other files accordinglyPerttu Ahola
2011-11-29GameDef compilesPerttu Ahola
2011-11-29Create framework for getting rid of global definitions of ↵Perttu Ahola
node/tool/item/whatever types
2011-11-29Move tool stuff to tool.{h,cpp}Perttu Ahola
2011-11-29Move ContentFeatures to mapnode_contentfeatures.{h,cpp} and clean stuffPerttu Ahola
2011-11-29Scripting WIP: dynamic object stuffPerttu Ahola
2011-11-29Scripting WIPPerttu Ahola
2011-11-29Scripting WIPPerttu Ahola
2011-10-17Improve inventory debug outputPerttu Ahola
2011-10-15mobv2Perttu Ahola
2011-09-19Convert any inventory item into a mesh, bring back ↵Kahrl
InventoryItem::getImageRay(), some const-correctness fixes
2011-09-06Now SAOs will reflect changes to their temporary inventory objectJacobF
Also, the temp item wasn't being deleted, might have been a memory leak. Now you will only eat 1 item off a stack
2011-08-30If there was no source item in a furnace it would cause a segmentation fault.JacobF
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-11constify inventory item serializationGiuseppe Bilotta
2011-08-11Some inventory const-ificationGiuseppe Bilotta
2011-07-31Added MaterialItem conversion from old content type namespace to newPerttu Ahola
2011-07-30Rats are now eatable. Also made their selection box move smoothly.Perttu Ahola
2011-07-23extended content-type rangePerttu Ahola
2011-06-26reorganized a lot of stuff and modified mapgen and objects slightly while ↵Perttu Ahola
doing it
2011-06-19fixed a segfault in case of wrong input from network on the server (reported ↵Perttu Ahola
by spongie)
2011-06-18separated inventory-related game content to content_inventory.{h,cpp}Perttu Ahola
2011-06-17Moved some mapnode content stuff from mapnode.{h,cpp} and digging property ↵Perttu Ahola
stuff from material.cpp to content_mapnode.{h,cpp}