Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-10 | Fixes for compiling with a newer (system) jsoncpp (#4429) | Rogier-5 | |
* 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. | |||
2015-01-23 | Send real port to server list | ShadowNinja | |
2014-11-10 | Serverlist: announce mg_name from map_meta.txt instead of minetest.conf | Kahrl | |
2014-06-30 | Fix serverlist code style, const-correctness, and types | ShadowNinja | |
2014-06-19 | Remove a lot of superfluous ifndef USE_CURL checks | sapier | |
2014-01-07 | Send long announce as POST, show OS in useragent | proller | |
Add lag reporting to masterserver (average dtime) StyledWriter -> FastWriter in masterserver announce | |||
2013-10-18 | Masterserver update | proller | |
2013-07-13 | Masterserver mods announse, ipv6, better curl errors | proller | |
2013-03-30 | Masterserver: report gameid, uptime, cosmetic fixes on server web page | proller | |
2013-02-24 | Update Copyright Years | Sfan5 | |
2013-02-24 | Change Minetest-c55 to Minetest | PilzAdam | |
2013-02-22 | new auto masterserver | proller | |
2013-01-21 | Add a list of servers to the "Multiplayer" tab | Jeija | |
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" |