aboutsummaryrefslogtreecommitdiff
path: root/src/inventorymanager.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Experimental-ish rollback functionalityPerttu Ahola2012-07-271-1/+72
|
* Add special return value -1 to inventry callbacksPerttu Ahola2012-07-251-18/+38
|
* Improve inventory callbacks a bitPerttu Ahola2012-07-251-16/+23
|
* Remove special handling of creative modePerttu Ahola2012-07-251-13/+7
|
* Detached inventory callbacks and reworked node metadata callbacksPerttu Ahola2012-07-251-110/+255
|
* Detached inventoriesPerttu Ahola2012-07-241-20/+20
|
* Properly and efficiently use split utility headersPerttu Ahola2012-06-171-1/+0
|
* 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
* Properly handle dropping of items from nodes, and disallow moving items ↵Perttu Ahola2012-06-031-4/+31
| | | | directly between nodes
* on_metadata_inventory_{move,offer,take}Perttu Ahola2012-06-031-17/+74
|
* Client-side prediction of inventory changes, and some inventory menu fixesKahrl2012-01-221-51/+78
|
* Inventory menu (with dragging) improved. Crafting is now handled via a ↵Kahrl2012-01-221-2/+124
| | | | IACTION_CRAFT inventory action.
* Inventory menu changes: Tooltips; dragging; drop from menu. Lag is a bit ↵Kahrl2012-01-131-10/+20
| | | | annoying (even in single player).
* The huge item definition and item namespace unification patch (itemdef), see ↵Kahrl2012-01-121-336/+116
| | | | http://c55.me/minetest/wiki/doku.php?id=changes:itemdef
* Add InvRef and InvStack (currently untested and unusable)Perttu Ahola2012-01-021-0/+544