summaryrefslogtreecommitdiff
path: root/src/guiFormSpecMenu.cpp
Commit message (Collapse)AuthorAge
* Formspec: Draw images before inventories. Allows to use image as background.RealBadAngel2012-11-04
|
* Make inventory GUI do sane things when server-side inventory acts unusuallyPerttu Ahola2012-09-02
|
* Fix bug in moving a larger sized stack in inventory on top of anotherPerttu Ahola2012-09-02
| | | | | | | | - You have 2 stacks: a with x items and b with y<x items - Take a with your mouse and place it on b - Whole stack a moves to b - (y * 2 - x) items move from b to a - (x - y) items are left to the mouse cursor
* Restore focus to formspec menu when pressing a buttonPerttu Ahola2012-07-25
|
* Improve formspec positioningPerttu Ahola2012-07-25
|
* Detached inventory callbacks and reworked node metadata callbacksPerttu Ahola2012-07-25
|
* Detached inventoriesPerttu Ahola2012-07-24
|
* Formspec button_exit[] and image_button_exit[]Perttu Ahola2012-07-22
|
* Implement formspecdarkrose2012-07-22