From 6f93c01af942d75db105eac6afcd7d477967ccb6 Mon Sep 17 00:00:00 2001 From: Jeija Date: Tue, 25 Dec 2012 12:20:51 +0100 Subject: 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 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 client/serverlist/.gitignore (limited to 'client') 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 -- cgit v1.2.3