aboutsummaryrefslogtreecommitdiff
path: root/src/inventorymanager.cpp
AgeCommit message (Expand)Author
2022-11-09Fix typos and en_US/en_GB inconsistency in various files (#12902)Abdou-31
2022-09-29Fix error msg if craft replacement w/ full inv (#12820)Wuzzy
2022-04-08Spacing fixesShadowNinja
2021-08-23Inventory: Fix rare out-of-bounds accessSmallJoker
2021-02-23Fix wrong number of items in allow_metadata_inventory_put/take callbacks (#10...savilli
2021-02-21Fix wrong reported item counts for inventory actions using Shift-Move (#10930)Lars Müller
2020-09-04Fix inventory swapping not calling all callbacks (#9923)Lars Müller
2020-04-11Move serveractiveobject & unitsaoLoic Blot
2019-12-07Clean up craft replacements docsPaul Ouellette
2019-09-18Inventory: Properly revert client predictions (#8945)SmallJoker
2019-09-17Inventory: Undo prediction on dropSmallJoker
2019-09-09Send cumulated inventory changes only each step (#8856)SmallJoker
2019-05-18Optimize string (mis)handling (#8128)Jozef Behran
2018-09-23Fix various code issues found by cppcheck (#7741)Paramat
2018-04-02'fix' LINT, use InventoryLocation==SmallJoker
2018-04-02Run callback in IDropAction, refactor function argumentsSmallJoker
2018-04-02Add player inventory callbacksSmallJoker
2017-08-30Remove DSTACK support (#6346)Loïc Blot
2017-08-18Optimize headers (part 2) (#6272)Loïc Blot
2017-08-18Modernize various files (part 2)Loic Blot
2017-07-21Player collisionbox: Make settableTeTpaAka
2017-07-01C++11 cleanup inventorymanager (#6077)Vincent Glize
2017-04-25Rename Scripting API files for consistencyShadowNinja
2017-03-13[CSM] Client side moddingLoic Blot
2017-01-08Move ServerEnvironment to dedicated cpp/header filesLoic Blot
2016-12-24Move PP() and PP2() macros to basic_macros.hRogier
2016-03-19Clean up StrfndShadowNinja
2015-10-14Rename macros with two leading underscoresShadowNinja
2015-08-25Change i++ to ++iDavid Jones
2015-08-19Fix inventory replace bugest31
2015-07-19MoveItemSomewhere double bugfixest31
2015-07-01Inventory manager style cleanup and further checksest31
2015-06-23Add MoveSomewhere inventory actionest31
2015-06-22Fix bug when craft input isn't replacedTeTpaAka
2015-04-01Move globals from main.cpp to more sane locationsCraig Robbins
2015-03-24Don't send an InventoryAction at each setInventoryModified, we only need one ...Loic Blot
2015-03-07For usages of assert() that are meant to persist in Release builds (when NDEB...Craig Robbins
2015-01-13Performance fixes.onkrot
2014-11-19Clean up rollbackShadowNinja
2014-09-21Split settings into seperate source and header filesShadowNinja
2013-11-01Add a callback: minetest.register_on_craft(itemstack, player,Novatux
2013-08-14Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl
2013-05-25Move scriptapi to separate folder (by sapier)sapier
2013-02-24Update Copyright YearsSfan5
2013-02-24Change Minetest-c55 to MinetestPilzAdam
2012-09-02Fix moving stuff into a mismatched stack in a "infinite" inventoryPerttu Ahola
2012-09-02Make inventory GUI do sane things when server-side inventory acts unusuallyPerttu Ahola
2012-09-01Add InventoryList width property & allow custom crafting grids.Ilya Zhuravlev
2012-08-12Fix wrong amount of nodes being dropped from inventoryPerttu Ahola
2012-08-12Remove unwanted ! from ifs in inventory record-for-rollback codePerttu Ahola