Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-25 | Change i++ to ++i | David Jones | |
2015-04-01 | Move globals from main.cpp to more sane locations | Craig Robbins | |
Move debug streams to log.cpp|h Move GUI-related globals to clientlauncher Move g_settings and g_settings_path to settings.cpp|h Move g_menuclouds to clouds.cpp|h Move g_profiler to profiler.cpp|h | |||
2015-03-27 | Clean up and tweak build system | ShadowNinja | |
* Combine client and server man pages. * Update unit test options and available databases in man page. * Add `--worldname` to man page. * Fix a bunch of places where `"Minetest"` was used directly instead of `PROJECT_NAME`. * Disable server build by default on all operating systems. * Make `ENABLE_FREETYPE` not fail if FreeType isn't found. * Enable LevelDB, Redis, and FreeType detection by default. * Remove the `VERSION_PATCH_ORIG` hack. * Add option to search for and use system JSONCPP. * Remove broken LuaJIT version detection. * Rename `DISABLE_LUAJIT` to `ENABLE_LUAJIT`. * Rename `minetest_*` variables in `version.{h,cpp}` to `g_*`. * Clean up style of CMake files. | |||
2015-02-18 | Server: announce MIN/MAX protocol version supported to serverlist. Client: ↵ | est31 | |
check serverlist Client now informs about incompatible servers from the list, this permits to prevent the protocol movements. Server announces its supported protocol versions to master server | |||
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-11-08 | Replace setting unlimited_player_transfer_distance with player_transfer_distance | SmallJoker | |
2014-09-18 | Reduce indentation of HTTPFetchOngoing | ShadowNinja | |
Also clean up some related things. | |||
2014-06-30 | Fix serverlist code style, const-correctness, and types | ShadowNinja | |
2014-06-30 | Fix server list boolean typing and alignment | ShadowNinja | |
2014-06-30 | Add support for multipart/form-data to HTTPFetch for server announcing | ShadowNinja | |
2014-06-19 | Remove ugly curl struct pointer from jsonFetchValue signature | sapier | |
2014-06-19 | Remove a lot of superfluous ifndef USE_CURL checks | sapier | |
2014-04-18 | Remove liquid_finite and weather | proller | |
2014-01-07 | Fix wrong named masterserver announce variable | proller | |
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-12-13 | Use httpfetch_async in serverlist announce code | Kahrl | |
2013-12-03 | Rename names -> can_see_far_names in announce | proller | |
2013-12-03 | Remove link to #, add unlimited_player_transfer_distance to announce | proller | |
2013-11-06 | Correct useragent in http queries | proller | |
Net struct init | |||
2013-11-04 | Masterserver show privs and js autoload | proller | |
2013-10-18 | Masterserver update | proller | |
2013-09-28 | Show git hash in version string at top left corner of window | Kahrl | |
2013-08-13 | Dont write directly to files but rather write and copy a tmp file | PilzAdam | |
2013-08-03 | More info in serverlist | proller | |
2013-07-13 | Masterserver mods announse, ipv6, better curl errors | proller | |
2013-07-02 | Replace C++ mainmenu by formspec powered one | sapier | |
2013-05-04 | Fix favorite Server List on Windows | Sfan5 | |
2013-04-25 | Fix serverlist on -DRUN_IN_PLACE=0 (use path_user instead of path_share) | Zeg9 | |
2013-03-30 | Masterserver: report gameid, uptime, cosmetic fixes on server web page | proller | |
2013-03-03 | Add one more curl_easy_setopt(curl, CURLOPT_NOSIGNAL, 1); | Ilya Zhuravlev | |
2013-03-01 | Fix "longjmp causes uninitialized stack frame" (serverlist.cpp) | Ilya Zhuravlev | |
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" |