index
:
minetest.git
clamp
dual_wielding
find_nodes_in_area
handswap_keybind
hud_font_style
itemmeta_restrictions
mirror_hands
physics
serversoundpack
stencil_shadows
wield_animation
lizzy's patches for luanti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
inventorymanager.cpp
Age
Commit message (
Expand
)
Author
2022-11-09
Fix typos and en_US/en_GB inconsistency in various files (#12902)
Abdou-31
2022-09-29
Fix error msg if craft replacement w/ full inv (#12820)
Wuzzy
2022-04-08
Spacing fixes
ShadowNinja
2021-08-23
Inventory: Fix rare out-of-bounds access
SmallJoker
2021-02-23
Fix wrong number of items in allow_metadata_inventory_put/take callbacks (#10...
savilli
2021-02-21
Fix wrong reported item counts for inventory actions using Shift-Move (#10930)
Lars Müller
2020-09-04
Fix inventory swapping not calling all callbacks (#9923)
Lars Müller
2020-04-11
Move serveractiveobject & unitsao
Loic Blot
2019-12-07
Clean up craft replacements docs
Paul Ouellette
2019-09-18
Inventory: Properly revert client predictions (#8945)
SmallJoker
2019-09-17
Inventory: Undo prediction on drop
SmallJoker
2019-09-09
Send cumulated inventory changes only each step (#8856)
SmallJoker
2019-05-18
Optimize string (mis)handling (#8128)
Jozef Behran
2018-09-23
Fix various code issues found by cppcheck (#7741)
Paramat
2018-04-02
'fix' LINT, use InventoryLocation==
SmallJoker
2018-04-02
Run callback in IDropAction, refactor function arguments
SmallJoker
2018-04-02
Add player inventory callbacks
SmallJoker
2017-08-30
Remove DSTACK support (#6346)
Loïc Blot
2017-08-18
Optimize headers (part 2) (#6272)
Loïc Blot
2017-08-18
Modernize various files (part 2)
Loic Blot
2017-07-21
Player collisionbox: Make settable
TeTpaAka
2017-07-01
C++11 cleanup inventorymanager (#6077)
Vincent Glize
2017-04-25
Rename Scripting API files for consistency
ShadowNinja
2017-03-13
[CSM] Client side modding
Loic Blot
2017-01-08
Move ServerEnvironment to dedicated cpp/header files
Loic Blot
2016-12-24
Move PP() and PP2() macros to basic_macros.h
Rogier
2016-03-19
Clean up Strfnd
ShadowNinja
2015-10-14
Rename macros with two leading underscores
ShadowNinja
2015-08-25
Change i++ to ++i
David Jones
2015-08-19
Fix inventory replace bug
est31
2015-07-19
MoveItemSomewhere double bugfix
est31
2015-07-01
Inventory manager style cleanup and further checks
est31
2015-06-23
Add MoveSomewhere inventory action
est31
2015-06-22
Fix bug when craft input isn't replaced
TeTpaAka
2015-04-01
Move globals from main.cpp to more sane locations
Craig Robbins
2015-03-24
Don't send an InventoryAction at each setInventoryModified, we only need one ...
Loic Blot
2015-03-07
For usages of assert() that are meant to persist in Release builds (when NDEB...
Craig Robbins
2015-01-13
Performance fixes.
onkrot
2014-11-19
Clean up rollback
ShadowNinja
2014-09-21
Split settings into seperate source and header files
ShadowNinja
2013-11-01
Add a callback: minetest.register_on_craft(itemstack, player,
Novatux
2013-08-14
Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu
Kahrl
2013-05-25
Move scriptapi to separate folder (by sapier)
sapier
2013-02-24
Update Copyright Years
Sfan5
2013-02-24
Change Minetest-c55 to Minetest
PilzAdam
2012-09-02
Fix moving stuff into a mismatched stack in a "infinite" inventory
Perttu Ahola
2012-09-02
Make inventory GUI do sane things when server-side inventory acts unusually
Perttu Ahola
2012-09-01
Add InventoryList width property & allow custom crafting grids.
Ilya Zhuravlev
2012-08-12
Fix wrong amount of nodes being dropped from inventory
Perttu Ahola
2012-08-12
Remove unwanted ! from ifs in inventory record-for-rollback code
Perttu Ahola
[next]