Formspecs: Add starting frame to `animated_image` (#9411)
[oweals/minetest.git] / src / inventory.h
2019-09-18 SmallJokerInventory: Properly revert client predictions (#8945)
2019-08-24 SmallJokerInventory: Send dirty lists where appropriate (#8742)
2019-08-24 Paul OuelletteAdd ItemStack:get_description() to get tooltip (#8847)
2019-05-11 ANAND ︻气デ═一Define operators == and != for ItemStack
2017-10-29 raymooAllow overriding tool capabilities through itemstack...
2017-08-20 Loïc BlotModernize code: very last fixes (#6290)
2017-08-18 Loïc BlotOptimize headers (part 2) (#6272)
2017-08-18 Loic BlotModernize various files (part 2)
2017-08-17 Loïc BlotC++ modernize: Pragma once (#6264)
2017-06-25 SmallJokerInventory: Fix wrong stack size behaviour and item...
2017-06-20 Dániel JuhászAutomatic item and node colorization (#5640)
2017-06-17 Loïc BlotCpp11 initializers 2 (#5999)
2017-04-19 Loïc BlotFix various copy instead of const ref reported by cppch...
2017-02-04 rubenwardyAdd ItemStack key-value meta storage
2016-09-08 SmallJokerMake getStackMax return the correct maximal stack size
2015-08-19 est31Fix inventory replace bug
2015-06-23 est31Add MoveSomewhere inventory action
2015-03-07 Craig RobbinsFor usages of assert() that are meant to persist in...
2014-11-19 ShadowNinjaClean up rollback
2014-10-01 ShadowNinjaMake players check inventory modification properly 1535/head
2014-01-11 KahrlAdd operator!= to Inventory(List), make operator==...
2013-08-14 KahrlOmnicleanup: header cleanup, add ModApiUtil shared...
2013-06-28 PilzAdamDont write player files all the time
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-01 Ilya ZhuravlevAdd InventoryList width property & allow custom craftin...
2012-06-17 Perttu AholaOptimize headers
2012-06-05 Perttu AholaSwitch the license to be LGPLv2/later, with small parts...
2012-06-03 Perttu AholaFix loading of legacy chests
2012-06-03 Perttu AholaNodeMetaRef:{to,from}_table and lua_api.txt additions
2012-03-29 Kahrladded PlayerSAO and RemotePlayer, removed ServerRemoteP...
2012-03-10 Perttu AholaDigging time groups WIP
2012-01-22 KahrlClient-side prediction of inventory changes, and some...
2012-01-12 KahrlThe huge item definition and item namespace unification...
2012-01-01 Perttu AholaAdd InvRef and InvStack (currently untested and unusable)
2011-12-28 Giuseppe BilottaAdd virtual destructors to abstract classes
2011-12-04 Perttu AholaMake ToolItem and MaterialItem to convert names by...
2011-12-03 Perttu AholaConvert CraftItems directly to the name pointed by...
2011-12-03 Perttu AholaShow infotext for unknown items placed on ground
2011-12-02 Perttu AholaRename "NodeItem"/"ToolItem"/"CraftItem" to "node"...
2011-12-01 Giuseppe BilottaFix structs being declared as classes
2011-11-30 Perttu AholaDo not assert if count becomes larger than getStackMax...
2011-11-29 KahrlCraftItem rework and Lua interface
2011-11-29 Perttu AholaFix stuff in inventory.{cpp,h}
2011-11-29 KahrlAdd IDropAction and related stuff
2011-11-29 Perttu AholaCrafting definition in scripts
2011-11-29 Perttu AholaImprove item serialization
2011-11-29 Perttu AholaClean InventoryItem interface a bit
2011-11-29 Perttu AholaImproved MaterialItem (stores nodename)
2011-11-29 Perttu AholaRemove burn time definitions from FurnaceNodeMetadata
2011-11-29 Perttu AholaClean mapnode.h and fix other files accordingly
2011-11-29 Perttu AholaCreate framework for getting rid of global definitions...
2011-11-29 Perttu AholaMove tool stuff to tool.{h,cpp}
2011-11-29 Perttu AholaMove ContentFeatures to mapnode_contentfeatures.{h...
2011-11-29 Perttu AholaScripting WIP: dynamic object stuff
2011-10-14 Perttu Aholamobv2
2011-09-26 Perttu AholaMerge remote-tracking branch 'marktraceur/master'
2011-09-26 Perttu AholaMerge remote-tracking branch 'kahrl/sectors2sqlite...
2011-09-26 Perttu AholaMerge branch 'view_bobbing_and_vielded_tool'
2011-09-19 KahrlConvert any inventory item into a mesh, bring back...
2011-09-19 KahrlAdded sprite extruder
2011-09-08 Kahrlinventory displays tool breakage bar again
2011-09-08 Kahrlattempting to merge Queatz/the-wielded-tool and kahrl...
2011-09-07 JacobFDisplay which tool the player is holding
2011-09-06 Perttu AholaMerge remote-tracking branch 'queatz/sqlite-map'
2011-09-06 JacobFNow SAOs will reflect changes to their temporary invent...
2011-08-30 Perttu AholaMerge remote-tracking branch 'kahrl/dissector'
2011-08-30 Perttu AholaMerge remote-tracking branch 'queatz/mmb10'
2011-08-30 Perttu AholaMerge remote-tracking branch 'queatz/furnace-is-not...
2011-08-30 Perttu AholaMerge remote-tracking branch 'queatz/furnace-is-not...
2011-08-25 JacobFMerged 2 branches because they relied on each other.
2011-08-11 Giuseppe Bilottaconstify inventory item serialization
2011-08-11 Giuseppe BilottaSome inventory const-ification
2011-08-11 Perttu AholaMerged some FreeBSD fixes
2011-08-08 Giuseppe BilottaInventoryAction is a struct, not a class
2011-07-31 Nils Dagsson MoskoppMerge remote-tracking branch 'origin/upstream'
2011-07-30 Perttu AholaAdded MaterialItem conversion from old content type...
2011-07-30 Nils Dagsson MoskoppMerge branch 'upstream/master'
2011-07-30 Nils Dagsson MoskoppMerge remote-tracking branch 'origin/upstream'
2011-07-30 Perttu AholaRats are now eatable. Also made their selection box...
2011-07-24 Perttu Aholamerged fix to decapitated trees; other bugs now exists
2011-07-23 Perttu Aholamerged jungle and bluish shadows
2011-07-23 Perttu Aholamerged the content type extension and delta
2011-07-23 Perttu Aholaextended content-type range
2011-06-01 Perttu Aholamerged an old head into main branch
2011-04-22 Perttu AholaRemoved IrrlichtWrapper
2011-04-21 Perttu AholaSome work-in-progress in hp and mobs and a frightening...
2011-04-19 Perttu Aholaitem drop multiplication fix
2011-04-11 Perttu AholaFixed some problems with crafting and inventory
2011-04-10 Perttu Aholaimplemented rats in new system to verify that it works
2011-04-05 Perttu AholaFurnace is now usable. Added more tools.
2011-04-05 Perttu AholaA more robust format for node metadata
2011-04-04 Perttu Aholainitial workings of the furnace
2011-04-04 Perttu AholaChests work now!
2011-02-11 Perttu Aholanew texture stuff quite working
2011-02-10 Perttu Aholawork-in-progress texture atlas optimization
2011-01-27 Perttu AholaNow texture handling is fast. Also now players are...
2011-01-25 Perttu AholaReworked texture, material, mineral and whatever handling
next