Fix mouse events sent to wrong GUI elements when dragging
[oweals/minetest.git] / src / inventorymanager.cpp
2019-12-07 Paul OuelletteClean up craft replacements docs
2019-09-18 SmallJokerInventory: Properly revert client predictions (#8945)
2019-09-17 SmallJokerInventory: Undo prediction on drop
2019-09-09 SmallJokerSend cumulated inventory changes only each step (#8856)
2019-05-18 Jozef BehranOptimize string (mis)handling (#8128)
2018-09-23 ParamatFix various code issues found by cppcheck (#7741)
2018-04-02 SmallJoker'fix' LINT, use InventoryLocation==
2018-04-02 SmallJokerRun callback in IDropAction, refactor function arguments
2018-04-02 SmallJokerAdd player inventory callbacks
2017-08-30 Loïc BlotRemove DSTACK support (#6346)
2017-08-18 Loïc BlotOptimize headers (part 2) (#6272)
2017-08-18 Loic BlotModernize various files (part 2)
2017-07-21 TeTpaAkaPlayer collisionbox: Make settable
2017-07-01 Vincent GlizeC++11 cleanup inventorymanager (#6077)
2017-04-25 ShadowNinjaRename Scripting API files for consistency
2017-03-13 Loic Blot[CSM] Client side modding
2017-01-08 Loic BlotMove ServerEnvironment to dedicated cpp/header files
2016-12-24 RogierMove PP() and PP2() macros to basic_macros.h
2016-03-20 ShadowNinjaClean up Strfnd
2015-10-14 ShadowNinjaRename macros with two leading underscores
2015-08-25 David JonesChange i++ to ++i
2015-08-19 est31Fix inventory replace bug
2015-07-19 est31MoveItemSomewhere double bugfix
2015-07-01 est31Inventory manager style cleanup and further checks
2015-06-23 est31Add MoveSomewhere inventory action
2015-06-22 TeTpaAkaFix bug when craft input isn't replaced
2015-04-01 Craig RobbinsMove globals from main.cpp to more sane locations
2015-03-24 Loic BlotDon't send an InventoryAction at each setInventoryModif...
2015-03-07 Craig RobbinsFor usages of assert() that are meant to persist in...
2015-01-13 onkrotPerformance fixes.
2014-11-19 ShadowNinjaClean up rollback
2014-09-21 ShadowNinjaSplit settings into seperate source and header files
2013-11-01 NovatuxAdd a callback: minetest.register_on_craft(itemstack...
2013-08-14 KahrlOmnicleanup: header cleanup, add ModApiUtil shared...
2013-06-01 WeblateMerge remote-tracking branch 'origin/master'
2013-05-24 sapierMove scriptapi to separate folder (by sapier)
2013-02-28 WeblateMerge remote branch 'origin/master'
2013-02-26 kwolekrMerge pull request #482 from proller/liquid
2013-02-24 Sfan5Update Copyright Years
2013-02-24 PilzAdamChange Minetest-c55 to Minetest
2012-09-02 Perttu AholaFix moving stuff into a mismatched stack in a "infinite...
2012-09-02 Perttu AholaMake inventory GUI do sane things when server-side...
2012-09-01 Ilya ZhuravlevAdd InventoryList width property & allow custom craftin...
2012-08-12 Perttu AholaFix wrong amount of nodes being dropped from inventory
2012-08-12 Perttu AholaRemove unwanted ! from ifs in inventory record-for...
2012-07-28 Perttu AholaFix inventory segfault when rollback recording is disabled
2012-07-26 Perttu AholaExperimental-ish rollback functionality
2012-07-25 Perttu AholaAdd special return value -1 to inventry callbacks
2012-07-25 Perttu AholaImprove inventory callbacks a bit
2012-07-25 Perttu AholaRemove special handling of creative mode
2012-07-24 Perttu AholaDetached inventory callbacks and reworked node metadata...
2012-07-24 Perttu AholaDetached inventories
2012-06-16 Perttu AholaProperly and efficiently use split utility headers
2012-06-05 Perttu AholaSwitch the license to be LGPLv2/later, with small parts...
2012-06-03 Perttu AholaProperly handle dropping of items from nodes, and disal...
2012-06-03 Perttu Aholaon_metadata_inventory_{move,offer,take}
2012-01-22 KahrlClient-side prediction of inventory changes, and some...
2012-01-22 KahrlInventory menu (with dragging) improved. Crafting is...
2012-01-13 KahrlInventory menu changes: Tooltips; dragging; drop from...
2012-01-12 KahrlThe huge item definition and item namespace unification...
2012-01-01 Perttu AholaAdd InvRef and InvStack (currently untested and unusable)