aboutsummaryrefslogtreecommitdiff
path: root/src/guiFormSpecMenu.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* "or" should be "||". Don't use "or", "and", etc.. It breaks build.Ilya Zhuravlev2013-01-041-1/+1
* Implement textarea in formspec, a multiline input fieldJeija2013-01-041-33/+47
* Bugfixes to item_image formspec methodRealBadAngel2013-01-021-2/+24
* On-demand item meshes and texturesPerttu Ahola2012-12-021-2/+2
* New elements in formspec, item_image and item_image_button.RealBadAngel2012-12-011-5/+85
* Make dragged itemstack following the mouse cursor much smootherJürgen Doser2012-11-301-12/+6
* A bunch of fixesMirceaKitsune2012-11-251-0/+2
* Update attachments at the ending of the addToScene function for parents. And ...MirceaKitsune2012-11-251-2/+0
* Merge pull request #268 from khonkhortisan/image_buttonxyzz2012-11-221-0/+1
|\
| * Allow transparent image_buttonsKyle2012-10-181-0/+1
* | Adding background to FormspecRealBadAngel2012-11-081-2/+43
* | Formspec: Draw images before inventories. Allows to use image as background.RealBadAngel2012-11-041-10/+12
|/
* Make inventory GUI do sane things when server-side inventory acts unusuallyPerttu Ahola2012-09-021-4/+64
* Fix bug in moving a larger sized stack in inventory on top of anotherPerttu Ahola2012-09-021-1/+1
* Restore focus to formspec menu when pressing a buttonPerttu Ahola2012-07-251-0/+2
* Improve formspec positioningPerttu Ahola2012-07-251-11/+11
* Detached inventory callbacks and reworked node metadata callbacksPerttu Ahola2012-07-251-2/+1
* Detached inventoriesPerttu Ahola2012-07-241-5/+12
* Formspec button_exit[] and image_button_exit[]Perttu Ahola2012-07-221-6/+14
* Implement formspecdarkrose2012-07-221-0/+1174