aboutsummaryrefslogtreecommitdiff
path: root/src/guiFormSpecMenu.cpp
AgeCommit message (Collapse)Author
2012-11-04Formspec: Draw images before inventories. Allows to use image as background.RealBadAngel
2012-10-18Allow transparent image_buttonsKyle
2012-09-02Make inventory GUI do sane things when server-side inventory acts unusuallyPerttu Ahola
2012-09-02Fix bug in moving a larger sized stack in inventory on top of anotherPerttu Ahola
- 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
2012-07-25Restore focus to formspec menu when pressing a buttonPerttu Ahola
2012-07-25Improve formspec positioningPerttu Ahola
2012-07-25Detached inventory callbacks and reworked node metadata callbacksPerttu Ahola
2012-07-24Detached inventoriesPerttu Ahola
2012-07-22Formspec button_exit[] and image_button_exit[]Perttu Ahola
2012-07-22Implement formspecdarkrose