aboutsummaryrefslogtreecommitdiff
path: root/src/inventory.h
AgeCommit message (Expand)Author
2022-09-30Clean up Game::handleDigging() and some related partssfan5
2022-03-29Fix the documentation of InvRef:get_lists() and clean up code (#12150)DS
2021-10-12Remove a few unused functions reported by callcatcher (#11658)SmallJoker
2021-09-27Various code improvementsSmallJoker
2021-06-30Inventory: Make addList() consistent (#11382)SmallJoker
2021-06-20Inventory: show error on invalid list names (#11368)SmallJoker
2020-10-09Add a short_description to be used by mods (#8980)DS
2020-06-09LuaItemStack: Add __tostring metamethod (#8785)Paul Ouellette
2019-09-18Inventory: Properly revert client predictions (#8945)SmallJoker
2019-08-24Inventory: Send dirty lists where appropriate (#8742)SmallJoker
2019-08-24Add ItemStack:get_description() to get tooltip (#8847)Paul Ouellette
2019-05-11Define operators == and != for ItemStackANAND ︻气デ═一
2017-10-29Allow overriding tool capabilities through itemstack metadataraymoo
2017-08-20Modernize code: very last fixes (#6290)Loïc Blot
2017-08-18Optimize headers (part 2) (#6272)Loïc Blot
2017-08-18Modernize various files (part 2)Loic Blot
2017-08-17C++ modernize: Pragma once (#6264)Loïc Blot
2017-06-25Inventory: Fix wrong stack size behaviour and item loss (#6039)SmallJoker
2017-06-20Automatic item and node colorization (#5640)Dániel Juhász
2017-06-17Cpp11 initializers 2 (#5999)Loïc Blot
2017-04-19Fix various copy instead of const ref reported by cppcheck (#5615)Loïc Blot
2017-02-04Add ItemStack key-value meta storagerubenwardy
2016-09-08Make getStackMax return the correct maximal stack sizeSmallJoker
2015-08-19Fix inventory replace bugest31
2015-06-23Add MoveSomewhere inventory actionest31
2015-03-07For usages of assert() that are meant to persist in Release builds (when NDEB...Craig Robbins
2014-11-19Clean up rollbackShadowNinja
2014-10-01Make players check inventory modification properlyShadowNinja
2014-01-11Add operator!= to Inventory(List), make operator== a const methodKahrl
2013-08-14Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl
2013-06-28Dont write player files all the timePilzAdam
2013-02-24Update Copyright YearsSfan5
2013-02-24Change Minetest-c55 to MinetestPilzAdam
2012-09-01Add InventoryList width property & allow custom crafting grids.Ilya Zhuravlev
2012-06-17Optimize headersPerttu Ahola
2012-06-05Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola
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-03-10Digging time groups WIPPerttu Ahola
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
2012-01-02Add InvRef and InvStack (currently untested and unusable)Perttu Ahola
2011-12-28Add virtual destructors to abstract classesGiuseppe Bilotta
2011-12-04Make ToolItem and MaterialItem to convert names by aliases at creation time t...Perttu Ahola
2011-12-04Convert CraftItems directly to the name pointed by alias; necessary due to lu...Perttu Ahola
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-01Fix structs being declared as classesGiuseppe Bilotta
2011-12-01Do not assert if count becomes larger than getStackMax() in InventoryItem::ad...Perttu Ahola