Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Server list cleanup | ShadowNinja | 2017-03-18 |
| | | | | This removes the hacky server_dedicated pseudo-setting. | ||
* | Fixes for compiling with a newer (system) jsoncpp (#4429) | Rogier-5 | 2016-08-10 |
| | | | | | | | | | | | | | | | | | | | | | | | * Move included json code to jsoncpp subdirectory This is needed to avoid having to specify the minetest src directory as a system include when fixing the json includes. * Fix json includes They used "", so that the compiler searches the project's directory first. The result was that when compiling with a system jsoncpp, the project's own version of json.h was still included, instead of the system version. The includes now use <>, so a system location, or one specified with '-Ilocation' is searched only. * Fix for jsoncpp deprecated function warning When compiling with a newer version of jsoncpp (and ENABLE_SYSTEM_JSONCPP=true), jsoncpp emits a warning about a deprecated function that minetest uses. | ||
* | Send real port to server list | ShadowNinja | 2015-01-23 |
| | |||
* | Serverlist: announce mg_name from map_meta.txt instead of minetest.conf | Kahrl | 2014-11-10 |
| | |||
* | Fix serverlist code style, const-correctness, and types | ShadowNinja | 2014-06-30 |
| | |||
* | Remove a lot of superfluous ifndef USE_CURL checks | sapier | 2014-06-19 |
| | |||
* | Send long announce as POST, show OS in useragent | proller | 2014-01-07 |
| | | | | | Add lag reporting to masterserver (average dtime) StyledWriter -> FastWriter in masterserver announce | ||
* | Masterserver update | proller | 2013-10-18 |
| | |||
* | Masterserver mods announse, ipv6, better curl errors | proller | 2013-07-13 |
| | |||
* | Masterserver: report gameid, uptime, cosmetic fixes on server web page | proller | 2013-03-30 |
| | |||
* | Update Copyright Years | Sfan5 | 2013-02-24 |
| | |||
* | Change Minetest-c55 to Minetest | PilzAdam | 2013-02-24 |
| | |||
* | new auto masterserver | proller | 2013-02-22 |
| | |||
* | Add a list of servers to the "Multiplayer" tab | Jeija | 2013-01-21 |
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" |