summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorJeija <norrepli@gmail.com>2012-12-25 12:20:51 +0100
committerPerttu Ahola <celeron55@gmail.com>2013-01-21 16:42:56 +0200
commit6f93c01af942d75db105eac6afcd7d477967ccb6 (patch)
tree1347a607424b65c1d4cc9e13fbcfa30b7fc3936f /client
parentc691d619c24cdca11655455c510920ab7937b319 (diff)
downloadminetest-6f93c01af942d75db105eac6afcd7d477967ccb6.tar.gz
minetest-6f93c01af942d75db105eac6afcd7d477967ccb6.tar.bz2
minetest-6f93c01af942d75db105eac6afcd7d477967ccb6.zip
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"
Diffstat (limited to 'client')
-rw-r--r--client/serverlist/.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/serverlist/.gitignore b/client/serverlist/.gitignore
new file mode 100644
index 000000000..d6b7ef32c
--- /dev/null
+++ b/client/serverlist/.gitignore
@@ -0,0 +1,2 @@
+*
+!.gitignore