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.h
Age
Commit message (
Expand
)
Author
2020-09-04
Fix inventory swapping not calling all callbacks (#9923)
Lars Müller
2019-09-09
InventoryManager: Fix virtual function overload warning
SmallJoker
2019-05-18
Optimize string (mis)handling (#8128)
Jozef Behran
2018-04-02
Run callback in IDropAction, refactor function arguments
SmallJoker
2017-08-18
Modernize various files (part 2)
Loic Blot
2017-08-17
C++ modernize: Pragma once (#6264)
Loïc Blot
2017-07-01
C++11 cleanup inventorymanager (#6077)
Vincent Glize
2015-07-19
MoveItemSomewhere double bugfix
est31
2015-06-23
Add MoveSomewhere inventory action
est31
2015-06-22
Fix bug when craft input isn't replaced
TeTpaAka
2015-03-24
Don't send an InventoryAction at each setInventoryModified, we only need one ...
Loic Blot
2013-02-24
Update Copyright Years
Sfan5
2013-02-24
Change Minetest-c55 to Minetest
PilzAdam
2012-09-02
Make inventory GUI do sane things when server-side inventory acts unusually
Perttu Ahola
2012-07-24
Detached inventories
Perttu Ahola
2012-06-05
Switch the license to be LGPLv2/later, with small parts still remaining as GP...
Perttu Ahola
2012-02-02
Fix some warnings on some compilers
Giuseppe Bilotta
2012-01-22
Client-side prediction of inventory changes, and some inventory menu fixes
Kahrl
2012-01-22
Inventory menu (with dragging) improved. Crafting is now handled via a IACTIO...
Kahrl
2012-01-12
The huge item definition and item namespace unification patch (itemdef), see ...
Kahrl
2012-01-02
Add InvRef and InvStack (currently untested and unusable)
Perttu Ahola