aboutsummaryrefslogtreecommitdiff
path: root/src/guiFormSpecMenu.h
AgeCommit message (Collapse)Author
2012-12-01New elements in formspec, item_image and item_image_button.RealBadAngel
Fixed also game bug drawing dragged item behind fields, buttons etc.
2012-11-30Make dragged itemstack following the mouse cursor much smootherJürgen Doser
by using the cursor coordinates directly, instead of updating them only when a mouse event is seen.
2012-11-08Adding background to FormspecRealBadAngel
2012-09-02Make inventory GUI do sane things when server-side inventory acts unusuallyPerttu Ahola
2012-07-24Detached inventoriesPerttu Ahola
2012-07-22Formspec button_exit[] and image_button_exit[]Perttu Ahola
2012-07-22minetest.register_on_player_receive_fields()Perttu Ahola
2012-07-22Implement formspecdarkrose