aboutsummaryrefslogtreecommitdiff
path: root/src/guiMainMenu.h
AgeCommit message (Collapse)Author
2017-11-08Move files to subdirectories (#6599)Vitaliy
* Move files around
2017-08-18Modernize various filesLoic Blot
* range-based for loops * emplace_back instead of push_back * code style * C++ headers instead of C headers * Default operators * empty stl function
2017-08-17C++ modernize: Pragma once (#6264)Loïc Blot
* Migrate cpp headers to pragma once
2017-06-17Cpp11 initializers 2 (#5999)Loïc Blot
* C++11 patchset 10: continue cleanup on constructors * Drop obsolete bool MainMenuData::enable_public (setting is called with cURL in server loop) * More classes cleanup * More classes cleanup + change NULL tests to boolean tests
2015-07-23Optional reconnect functionalityest31
Enable the server to request the client to reconnect. This can be done with the now extended minetest.request_shutdown([reason], [reconnect]) setting.
2013-08-19Allow SIGINT to kill mainmenu againKahrl
2013-07-02Replace C++ mainmenu by formspec powered onesapier
2013-05-13Only use game filter in singleplayer tab; use menu_{background, overlay, ↵PilzAdam
header, footer}.png for other tabs
2013-05-02Show game name instead of game ID of selected gamePilzAdam
2013-05-02Filter worlds by selected gamePerttu Ahola
2013-05-02Get menu background image from selected gamePerttu Ahola
2013-03-30GUI: Make singleplayer default tab, store selected serverlist, show title of ↵PilzAdam
serverlist
2013-03-23Random guest name and finite liquid checkboxproller
2013-02-24Update Copyright YearsSfan5
2013-02-24Change Minetest-c55 to MinetestPilzAdam
2013-02-22new auto masterserverproller
2013-01-21Add a list of servers to the "Multiplayer" tabJeija
If USE_CURL is set, it also downloads a list from a remote server. The url of this list is configurable in minetest.conf using the setting "serverlist_url" The local list of favorite servers is saved in client/serverlist/filename filename is also configureable using the setting "serverlist_file"
2013-01-14Add particlesJeija
2012-12-02Add checkboxes for shaders and on-demand item visual generationobneq
2012-11-09Added video settings filter options via config file - second try :-)Vanessa Ezekowitz
Set one or more of these in the config to turn the related option on: mip_map = 1 anisotropic_filter = 1 bilinear_filter = 1 trilinear_filter = 1
2012-09-05Enforce stricter world names using a blacklistMatthew I
Blacklisted characters are: / \
2012-06-17Optimize headersPerttu Ahola
2012-06-05Switch the license to be LGPLv2/later, with small parts still remaining as ↵Perttu Ahola
GPLv2/later, by agreement of major contributors
2012-03-26New world removal GUI codePerttu Ahola
2012-03-15Add "simple singleplayer mode"; Fix a number of GUI thingsPerttu Ahola
2012-03-15Save selected tabPerttu Ahola
2012-03-15Menu tuning WIPPerttu Ahola
2012-03-13Crude tab test in main menu (requires gui redesign for the additional tabs)Perttu Ahola
2012-03-13Add confirmation menu and make world deletion possible in GUIPerttu Ahola
2012-03-13World creation button and dialog and functionalityPerttu Ahola
2012-03-11Remove duplicate code in main menuPerttu Ahola
2012-03-11Rename "Delete map" to "Delete world"Perttu Ahola
2012-03-11World selection box in main menu (and random fixing)Perttu Ahola
2011-11-03Add option to set water opaque (mainly for stylistic choice)Perttu Ahola
2011-11-02Add 3d cloud checkbox in main menu (and rename setting from enable_2d_clouds ↵Perttu Ahola
to enable_3d_clouds)
2011-06-26Merge branch 'master' of https://github.com/erlehmann/minetest-delta.git ↵Sebastian Rühl
into upstream_merge Conflicts: .gitignore CMakeLists.txt data/heart.png src/CMakeLists.txt src/game.cpp src/guiMainMenu.cpp src/inventory.cpp src/map.cpp src/mapblock.cpp src/mapnode.cpp src/mapnode.h src/materials.cpp src/server.cpp Signed-off-by: Sebastian Rühl <bahamada_basti@yahoo.de>
2011-06-01added new submenu for key assignmentteddydestodes
configwriting/saving isn't complete and will break your config if you use fancy keys
2011-05-20Passwords - password entry at main menu, stored and checked by serverCiaran Gultnieks
2011-04-24updated menu a bit, and some other small fixesPerttu Ahola
2011-04-24Made the main menu a bit more unique lookingPerttu Ahola
2011-01-26Map deletion buttonPerttu Ahola
2011-01-23OMG! Main Menu!Perttu Ahola