aboutsummaryrefslogtreecommitdiff
path: root/src/inventorymanager.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update Copyright YearsSfan52013-02-241-1/+1
|
* Change Minetest-c55 to MinetestPilzAdam2013-02-241-1/+1
|
* Make inventory GUI do sane things when server-side inventory acts unusuallyPerttu Ahola2012-09-021-0/+23
|
* Detached inventoriesPerttu Ahola2012-07-241-6/+10
|
* Switch the license to be LGPLv2/later, with small parts still remaining as ↵Perttu Ahola2012-06-051-4/+4
| | | | GPLv2/later, by agreement of major contributors
* Fix some warnings on some compilersGiuseppe Bilotta2012-02-021-0/+1
| | | | | | ItemStack is a struct, not a class CollisionInfo is a struct, not a class InventoryAction is abstract and it needs a virtual destructor
* Client-side prediction of inventory changes, and some inventory menu fixesKahrl2012-01-221-0/+7
|
* Inventory menu (with dragging) improved. Crafting is now handled via a ↵Kahrl2012-01-221-3/+37
| | | | IACTION_CRAFT inventory action.
* The huge item definition and item namespace unification patch (itemdef), see ↵Kahrl2012-01-121-85/+36
| | | | http://c55.me/minetest/wiki/doku.php?id=changes:itemdef
* Add InvRef and InvStack (currently untested and unusable)Perttu Ahola2012-01-021-0/+228