aboutsummaryrefslogtreecommitdiff
path: root/src/guiFormSpecMenu.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fix serverlistsapier2013-07-091-1/+2
* Revert "Fix serverlist not beeing escaped correctly"kwolekr2013-07-081-2/+1
* Fix serverlist not beeing escaped correctlysapier2013-07-081-1/+2
* Fix many formspec menu bugssapier2013-07-071-36/+96
* Fix parseColor, change remaining colorkeys to new format, fix Contributor listSfan52013-07-071-12/+8
* Use hexadecimal RRGGBB instead of colorkeys, rename getColor to parseColorSfan52013-07-061-66/+19
* Replace C++ mainmenu by formspec powered onesapier2013-07-021-407/+1571
* Remove texture atlas / AtlasPointer, rename getTextureRaw to getTextureKahrl2013-07-021-3/+3
* Formspec: Don't perform black magic if selected item fits the guessKahrl2013-06-181-48/+48
* Fix calculation of selected item (for not drawing it) in formspecKahrl2013-06-181-1/+1
* Fix editbox default text being pre-selected in some casesMetaDucky2013-06-011-1/+4
* fix memory leaks introduced by invalid gettext usagesapier2013-04-071-1/+4
* Allow any character in formspec strings with escape charkwolekr2013-03-051-56/+66
* Update Copyright YearsSfan52013-02-241-1/+1
* Change Minetest-c55 to MinetestPilzAdam2013-02-241-1/+1
* "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