aboutsummaryrefslogtreecommitdiff
path: root/builtin/mainmenu.lua
AgeCommit message (Collapse)Author
2013-08-16Add ability to activate mods with doubleclick (remove old_style_mod_selection)PilzAdam
2013-08-15Fix formspec escaping, add escaping to info.txt for texture packs.Novatux
2013-08-14Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl
2013-08-14Fix my name.Ilya Zhuravlev
2013-08-06Fix worldlist in servertab being filtered by selected gamePilzAdam
2013-08-04Dont show gamefilter in TP tabPilzAdam
2013-08-04Add texture pack selection to main menuNovatux
2013-07-28Play sounds/main_menu.ogg in menuPilzAdam
2013-07-25Show portnumber for ip adresses onlysapier
2013-07-22Fix bug in world creationsapier
Add old style mod selection in worldconfig dialog
2013-07-22Remove debug outputsapier
2013-07-22Fix background/overlay/footer/header handlingsapier
Add missing file headers
2013-07-22Add playernumber to favorites listsapier
2013-07-22filterlist api cleanupsapier
2013-07-22Add port to favorites if not 30000sapier
Major modmgr overhaul Add missing formspec checkbox doc
2013-07-22Replace worldlist by generic filterlist implementationsapier
2013-07-22Swap name/password <-> server descriptionsapier
2013-07-22Revert "Fix serverdescription and name not beeing saved to local serverlist"sapier
This reverts commit 7dbbbfc665e285cc9eb9d750c3a449d7da178d4f. (was added twice)
2013-07-12Don't show flags in local favoritessapier
2013-07-12Fix bug server name set to address field when using up/down keyssapier
Show server description above connect button instead of in favorites list
2013-07-12Add missing server flags in public serverlistsapier
2013-07-12Fix serverdescription and name not beeing saved to local serverlistsapier
2013-07-11Worldlist fixessapier
Add alphabeticaly sorted worldlists Select world after creation Move worldlist handling to separate file Merge world selection of singleplayer/server tab Remove some useless code
2013-07-09Fix serverlistsapier
2013-07-10Public server checkboxproller
2013-07-08Revert "Fix serverlist not beeing escaped correctly"kwolekr
This reverts commit 39d03148e5d98ef5f9a31b131a79ff2bbd71a877.
2013-07-08Fix header not beeing shown except on singleplayer tabsapier
2013-07-08Fix serverlist not beeing escaped correctlysapier
Always use address for server Fix first (empty) element beeing selected after deleting last world
2013-07-08fix crash on play/start with empty world listsapier
make enter button work in create world dialog
2013-07-07Lua main menu: Fix world creation dialogkwolekr
2013-07-08Set numeric locale in Lua in main menuPilzAdam
2013-07-07Fix many formspec menu bugssapier
2013-07-07Fix parseColor, change remaining colorkeys to new format, fix Contributor listSfan5
2013-07-06Use hexadecimal RRGGBB instead of colorkeys, rename getColor to parseColorSfan5
2013-07-03Lua main menu: Fix crash on init lua error, mapgen dropdown index, and new ↵kwolekr
worlds not saving index
2013-07-02Replace C++ mainmenu by formspec powered onesapier