Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-02 | Sort out cURL timeouts and increase default | sfan5 | |
2021-03-20 | Serialize tool capabilities JSON without whitespace | sfan5 | |
fixes #11087 | |||
2018-04-19 | Add online content repository | rubenwardy | |
Replaces mods and texture pack tabs with a single content tab | |||
2017-09-26 | Update JsonCPP to 1.8.3 (#6466) | Loïc Blot | |
* Update JsonCPP to 1.8.3 * Fix deprecated functions Json::FastWriter, Json::StyledWriter and Json::Reader are marked deprecated since 1.1 and are deprecated in 0.8 but not shown at compilation time. Use new methods to serialize/deserialize | |||
2017-07-14 | Remove remaining modstore code (#6120) | Elijah Duffy | |
2016-01-28 | Don't print whole json data buffer to errorstream on error | est31 | |
`errorstream` must not be overly verbose as clientside it is directly printed onto the ingame chat window. These days, the serverlist can contain > 200k bytes, so better print it to warningstream if the data buffer is too long. | |||
2015-04-20 | Fix mod store rating | ShadowNinja | |
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 | |||
2014-09-18 | Reduce indentation of HTTPFetchOngoing | ShadowNinja | |
Also clean up some related things. | |||
2014-07-25 | Don't include cmake_config_githash.h into files that don't need it | sfan5 | |
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-03-12 | Pass arguments by reference | Selat | |
2014-02-26 | Fix MSVC build | BlockMen | |
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 | Replace any direct curl usage by httpfetch | sapier | |
2013-12-11 | Implement search tab and version picker | sapier | |
2013-11-06 | Correct useragent in http queries | proller | |
Net struct init | |||
2013-11-04 | Fix invalid use of pointer to temporary object in json2lua conversion | sapier | |
2013-07-27 | Dont announce server in singleplayer | proller | |
2013-07-22 | Add configurable curl timeout | sapier | |
2013-07-22 | Add support for modstore screenshots | sapier | |
Add error output on invalid mmdb entries | |||
2013-07-13 | Masterserver mods announse, ipv6, better curl errors | proller | |
2013-07-02 | Replace C++ mainmenu by formspec powered one | sapier | |