aboutsummaryrefslogtreecommitdiff
path: root/builtin/mainmenu.lua (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace pause and message menu by formspec onessapier2014-03-051-2/+2
* Add the option to bind to a specific addressShadowNinja2014-02-051-4/+20
* Escape texture pack namesShadowNinja2014-02-031-2/+2
* Fixed mainmenu lua errors because of changes in get_textlist_indexDániel Varga2014-01-181-16/+19
* Add formspec tableKahrl2014-01-131-11/+11
* Escape error messages in error dialogPilzAdam2014-01-061-1/+1
* Fix main menu error message dialog: Now multi-line messages aren't cut at hal...Perttu Ahola2014-01-061-1/+1
* Fix absence of images when compiled with RUN_IN_PLACE=0.Ilya Zhuravlev2014-01-051-3/+2
* Implement search tab and version pickersapier2013-12-111-3/+27
* Shaders rework.RealBadAngel2013-12-031-19/+55
* Fix modstore/favourites hang by adding asynchronous lua job supportsapier2013-11-291-150/+181
* Split server/client port setting to avoid port number clashes in mainmenusapier2013-11-281-33/+43
* Fix my name (doesn't display correctly because of utf8 characters)Novatux2013-11-231-1/+1
* Prevent enabling Shaders if Direct3D is usedSfan52013-11-231-1/+6
* Add BlockMen to core dev listPilzAdam2013-11-091-0/+1
* Fix crash updating gametype without gamesapier2013-11-091-2/+3
* Add seed entry to world creation dialogkwolekr2013-11-051-89/+87
* Add my email address to the main menu creditsShadowNinja2013-11-011-1/+1
* Don't remove background of games in submenusBlockMen2013-11-011-1/+1
* Move new core devs to the "Core Developpers" section of mainmenu.Novatux2013-11-011-2/+3
* Change mainmenu texture handling + small misc changesKahrl2013-09-111-2/+3
* Use engine.is_yes() in mainmenuPilzAdam2013-09-101-28/+18
* Add backtrace to error functionsapier2013-09-041-0/+6
* Add escaping to world list in main menu (fixes #896).Ilya Zhuravlev2013-08-291-2/+2
* World config dialog: Use engine determined path for game modsKahrl2013-08-191-7/+5
* Add translation for main menusapier2013-08-171-107/+125
* Add ability to activate mods with doubleclick (remove old_style_mod_selection)PilzAdam2013-08-161-4/+0
* Fix formspec escaping, add escaping to info.txt for texture packs.Novatux2013-08-151-6/+6
* Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl2013-08-141-0/+3
* Fix my name.Ilya Zhuravlev2013-08-141-1/+1
* Fix worldlist in servertab being filtered by selected gamePilzAdam2013-08-061-1/+5
* Dont show gamefilter in TP tabPilzAdam2013-08-041-4/+2
* Add texture pack selection to main menuNovatux2013-08-041-2/+98
* Play sounds/main_menu.ogg in menuPilzAdam2013-07-281-0/+1
* Show portnumber for ip adresses onlysapier2013-07-251-6/+4
* Fix bug in world creationsapier2013-07-221-4/+7
* Remove debug outputsapier2013-07-221-2/+0
* Fix background/overlay/footer/header handlingsapier2013-07-221-284/+29
* Add playernumber to favorites listsapier2013-07-221-2/+13
* filterlist api cleanupsapier2013-07-221-12/+12
* Add port to favorites if not 30000sapier2013-07-221-0/+11
* Replace worldlist by generic filterlist implementationsapier2013-07-221-28/+50
* Swap name/password <-> server descriptionsapier2013-07-221-4/+4
* Revert "Fix serverdescription and name not beeing saved to local serverlist"sapier2013-07-221-5/+0
* Don't show flags in local favoritessapier2013-07-121-3/+9
* Fix bug server name set to address field when using up/down keyssapier2013-07-121-12/+15
* Add missing server flags in public serverlistsapier2013-07-121-6/+7
* Fix serverdescription and name not beeing saved to local serverlistsapier2013-07-121-0/+5
* Worldlist fixessapier2013-07-111-199/+98
* Fix serverlistsapier2013-07-091-20/+40