aboutsummaryrefslogtreecommitdiff
path: root/builtin/mainmenu.lua
AgeCommit message (Collapse)Author
2014-05-07Organize builtin into subdirectoriesShadowNinja
2014-04-24Revert "Add backtrace to error function"ShadowNinja
This reverts commit 5b518ed2feff28c9bf21ad940c1b211b72d71bd1. This caused duplicate tracebacks and tracebacks when unwanted. It also ignored the level argument to error() and didn't pass the message (or level) to debug.traceback(). Use xpcall() or lua_pcall()'s errorhandler argument instead.
2014-04-18Remove liquid_finite and weatherproller
2014-03-21Normal maps generation on the fly.RealBadAngel
Parallax mapping with slope information. Overriding normal maps.
2014-03-05Replace pause and message menu by formspec onessapier
2014-02-05Add the option to bind to a specific addressShadowNinja
2014-02-03Escape texture pack namesShadowNinja
2014-01-18Fixed mainmenu lua errors because of changes in get_textlist_indexDániel Varga
Fixed lua error when none of the worlds or servers selected are and connect, delete or configure buttons used.
2014-01-13Add formspec tableKahrl
2014-01-06Escape error messages in error dialogPilzAdam
2014-01-06Fix main menu error message dialog: Now multi-line messages aren't cut at ↵Perttu Ahola
half of second line
2014-01-05Fix absence of images when compiled with RUN_IN_PLACE=0.Ilya Zhuravlev
2013-12-11Implement search tab and version pickersapier
2013-12-03Shaders rework.RealBadAngel
2013-11-29Fix modstore/favourites hang by adding asynchronous lua job supportsapier
2013-11-28Split server/client port setting to avoid port number clashes in mainmenusapier
2013-11-23Fix my name (doesn't display correctly because of utf8 characters)Novatux
2013-11-23Prevent enabling Shaders if Direct3D is usedSfan5
2013-11-09Add BlockMen to core dev listPilzAdam
2013-11-09Fix crash updating gametype without gamesapier
2013-11-05Add seed entry to world creation dialogkwolekr
2013-11-01Add my email address to the main menu creditsShadowNinja
2013-11-01Don't remove background of games in submenusBlockMen
2013-11-01Move new core devs to the "Core Developpers" section of mainmenu.Novatux
2013-09-11Change mainmenu texture handling + small misc changesKahrl
Texture names must now be escaped in formspec elements image[], background[], image_button[], image_button_exit[]. Instead of special-case handling of texture loading (and unloading which was missing) in guiFormSpecMenu.cpp, use the newly created ISimpleTextureSource interface which is a minimal subset of ITextureSource. There is an implementation of this interface used by GUIEngine (MenuTextureSource). Fix an off-by-one bug in unescape_string; it caused requests for a texture called "\0".
2013-09-10Use engine.is_yes() in mainmenuPilzAdam
2013-09-04Add backtrace to error functionsapier
2013-08-29Add escaping to world list in main menu (fixes #896).Ilya Zhuravlev
2013-08-19World config dialog: Use engine determined path for game modsKahrl
2013-08-17Add translation for main menusapier
Add engine.gettext() and remove gettext() calls in guiFormspecMenu.cpp
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