summaryrefslogtreecommitdiff
path: root/src/guiFormSpecMenu.h
Commit message (Collapse)AuthorAge
* Fix many formspec menu bugssapier2013-07-07
|
* Use hexadecimal RRGGBB instead of colorkeys, rename getColor to parseColorSfan52013-07-06
|
* Replace C++ mainmenu by formspec powered onesapier2013-07-02
|
* Formspec: Don't perform black magic if selected item fits the guessKahrl2013-06-18
|
* Migrate to STL containers/algorithms.Ilya Zhuravlev2013-03-11
|
* Update Copyright YearsSfan52013-02-24
|
* Change Minetest-c55 to MinetestPilzAdam2013-02-24
|
* New elements in formspec, item_image and item_image_button.RealBadAngel2012-12-01
| | | | Fixed also game bug drawing dragged item behind fields, buttons etc.
* Make dragged itemstack following the mouse cursor much smootherJürgen Doser2012-11-30
| | | | by using the cursor coordinates directly, instead of updating them only when a mouse event is seen.
* Adding background to FormspecRealBadAngel2012-11-08
|
* Make inventory GUI do sane things when server-side inventory acts unusuallyPerttu Ahola2012-09-02
|
* Detached inventoriesPerttu Ahola2012-07-24
|
* Formspec button_exit[] and image_button_exit[]Perttu Ahola2012-07-22
|
* minetest.register_on_player_receive_fields()Perttu Ahola2012-07-22
|
* Implement formspecdarkrose2012-07-22