aboutsummaryrefslogtreecommitdiff
path: root/src/guiInventoryMenu.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cleanupKahrl2012-01-221-4/+0
|
* Client-side prediction of inventory changes, and some inventory menu fixesKahrl2012-01-221-6/+24
|
* Inventory menu (with dragging) improved. Crafting is now handled via a ↵Kahrl2012-01-221-114/+311
| | | | IACTION_CRAFT inventory action.
* Inventory menu changes: Tooltips; dragging; drop from menu. Lag is a bit ↵Kahrl2012-01-131-66/+159
| | | | annoying (even in single player).
* Tool progress bar tweakingKahrl2012-01-121-3/+10
|
* The huge item definition and item namespace unification patch (itemdef), see ↵Kahrl2012-01-121-61/+88
| | | | http://c55.me/minetest/wiki/doku.php?id=changes:itemdef
* Add InvRef and InvStack (currently untested and unusable)Perttu Ahola2012-01-021-0/+1
|
* + middle-click now empties the inventory slot properlyMark Holmquist2011-12-021-1/+1
|
* Enable simple drag and drop in inventoryPerttu Ahola2011-12-011-4/+11
|
* Inventory move-to-slot hilightingPerttu Ahola2011-12-011-5/+15
|
* Clean InventoryItem interface a bitPerttu Ahola2011-11-291-1/+1
|
* Create framework for getting rid of global definitions of ↵Perttu Ahola2011-11-291-7/+10
| | | | node/tool/item/whatever types
* Improve inventory debug outputPerttu Ahola2011-10-171-10/+11
|
* Header file tweaking; mainly for speedPerttu Ahola2011-10-121-0/+5
|
* Middle mouse click will move 10 items around at a time.JacobF2011-08-251-5/+12
|
* Inventory transparency; very loosely based on sapier's commits.Perttu Ahola2011-08-231-8/+17
| | | | | Also contains some commented-out code for testing out different looks in the future.
* Overhaul the input systemGiuseppe Bilotta2011-08-221-6/+3
| | | | | This allows us to map the keys which are not considered in irrlicht's EKEY_CODE system, such as \, [, /, ] etc.
* moved inventory menu definition of chest and furnace to content_nodemeta.{h,cpp}Perttu Ahola2011-06-181-0/+81
|
* Added key configuration in the configuration file.Perttu Ahola2011-05-141-1/+2
|
* set GUIInventoryMenu to be scaled according to the height of the window (not ↵Perttu Ahola2011-04-091-3/+3
| | | | width)
* changed node metadata format to better accomodate future needs and problemsPerttu Ahola2011-04-051-7/+9
|
* Chests work now!Perttu Ahola2011-04-041-34/+80
|
* new hotbar, more minecraft-likePerttu Ahola2011-02-141-19/+35
|
* OMG! Main Menu!Perttu Ahola2011-01-231-2/+2
|
* better cavesPerttu Ahola2010-12-251-6/+35
|
* disconnect method to connection to be used instead of just timing outPerttu Ahola2010-12-241-4/+12
|
* redoing gui stuffPerttu Ahola2010-12-231-28/+10
|
* crafting system!Perttu Ahola2010-12-221-91/+144
|
* just savin'Perttu Ahola2010-12-221-29/+47
|
* missing filesPerttu Ahola2010-12-221-0/+261