Add a list of servers to the "Multiplayer" tab
authorJeija <norrepli@gmail.com>
Tue, 25 Dec 2012 11:20:51 +0000 (12:20 +0100)
committerPerttu Ahola <celeron55@gmail.com>
Mon, 21 Jan 2013 14:42:56 +0000 (16:42 +0200)
commit6f93c01af942d75db105eac6afcd7d477967ccb6
tree1347a607424b65c1d4cc9e13fbcfa30b7fc3936f
parentc691d619c24cdca11655455c510920ab7937b319
Add a list of servers to the "Multiplayer" tab

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"
client/serverlist/.gitignore [new file with mode: 0644]
minetest.conf.example
src/CMakeLists.txt
src/defaultsettings.cpp
src/guiMainMenu.cpp
src/guiMainMenu.h
src/main.cpp
src/serverlist.cpp [new file with mode: 0644]
src/serverlist.h [new file with mode: 0644]