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