index
:
dragonfireclient.git
master
on_receive_particlespawner
simple_cheatdb
zoom_priv
luanti cheat client
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
inventory.cpp
Age
Commit message (
Expand
)
Author
2022-03-29
Fix the documentation of InvRef:get_lists() and clean up code (#12150)
DS
2021-10-12
Remove a few unused functions reported by callcatcher (#11658)
SmallJoker
2021-09-27
Various code improvements
SmallJoker
2021-09-11
Make sure relevant std::stringstreams are set to binary
sfan5
2021-06-30
Inventory: Make addList() consistent (#11382)
SmallJoker
2021-04-05
Reserve vectors before pushing and other code quality changes (#11161)
sfan5
2020-10-09
Add a short_description to be used by mods (#8980)
DS
2020-09-04
Fix inventory swapping not calling all callbacks (#9923)
Lars Müller
2020-06-09
LuaItemStack: Add __tostring metamethod (#8785)
Paul Ouellette
2019-09-18
Inventory: Properly revert client predictions (#8945)
SmallJoker
2019-09-03
Fix Inventory::moveItemSomewhere()
sfan5
2019-09-02
Inventory: Handle removeItem leftovers (#8884)
SmallJoker
2019-08-25
Inventory: Fix missing setModified calls
SmallJoker
2019-08-24
Inventory: Send dirty lists where appropriate (#8742)
SmallJoker
2019-08-24
Add ItemStack:get_description() to get tooltip (#8847)
Paul Ouellette
2019-05-12
Revert "Inventory: Make addItem for empty ItemStacks respect max stack size" ...
ANAND ︻气デ═一
2019-05-11
Define operators == and != for ItemStack
ANAND ︻气デ═一
2018-09-14
Inv deSerialize(): Prevent infinite loop, error on failure (#7711)
SmallJoker
2017-08-30
Remove DSTACK support (#6346)
Loïc Blot
2017-08-18
Modernize various files (part 2)
Loic Blot
2017-06-25
Inventory: Fix wrong stack size behaviour and item loss (#6039)
SmallJoker
2017-06-21
Inventory: Make addItem for empty ItemStacks respect max stack size
Jesse McDonald
2017-06-20
Automatic item and node colorization (#5640)
Dániel Juhász
2017-06-17
Cpp11 initializers 2 (#5999)
Loïc Blot
2017-06-06
Revert "Remove deprecated code segments (#5891)"
Loïc Blot
2017-06-04
Remove deprecated code segments (#5891)
Thomas--S
2017-04-19
Fix various copy instead of const ref reported by cppcheck (#5615)
Loïc Blot
2017-02-04
Add ItemStack key-value meta storage
rubenwardy
2016-04-26
Inventory: Make ItemStack with different metadata not stackable
Xunto
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-06-25
Remove compile warning
est31
2015-06-23
Add MoveSomewhere inventory action
est31
2015-03-07
For usages of assert() that are meant to persist in Release builds (when NDEB...
Craig Robbins
2014-11-19
Clean up rollback
ShadowNinja
2014-10-01
Make players check inventory modification properly
ShadowNinja
2014-09-21
Fix locking bugs and make inventory deserialization errors more specific
ShadowNinja
2014-01-11
Compare values instead of pointers in Inventory::operator==
Kahrl
2014-01-11
Add operator!= to Inventory(List), make operator== a const method
Kahrl
2013-11-16
Fix invalid listname and listsize not handled correctly in set_size
sapier
2013-07-14
Change ContentFeatures array to a vector
Kahrl
2013-06-28
Dont write player files all the time
PilzAdam
2013-03-27
Prevent infinite loop with invalid Inventory format
kwolekr
2013-02-24
Update Copyright Years
Sfan5
2013-02-24
Change Minetest-c55 to Minetest
PilzAdam
2012-09-04
Remove "Unknown inventory identifier" deserialization errors, because they ca...
Perttu Ahola
2012-09-01
Add InventoryList width property & allow custom crafting grids.
Ilya Zhuravlev
2012-06-17
Properly and efficiently use split utility headers
Perttu Ahola
[next]