Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add online content repository | rubenwardy | 2018-04-19 |
| | | | | Replaces mods and texture pack tabs with a single content tab | ||
* | Update JsonCPP to 1.8.3 (#6466) | Loïc Blot | 2017-09-26 |
| | | | | | | | | | | * 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 | ||
* | Remove remaining modstore code (#6120) | Elijah Duffy | 2017-07-14 |
| | |||
* | Don't print whole json data buffer to errorstream on error | est31 | 2016-01-28 |
| | | | | | | `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. | ||
* | Fix mod store rating | ShadowNinja | 2015-04-20 |
| | |||
* | Move globals from main.cpp to more sane locations | Craig Robbins | 2015-04-01 |
| | | | | | | | | | | | | 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 | ||
* | Reduce indentation of HTTPFetchOngoing | ShadowNinja | 2014-09-18 |
| | | | | Also clean up some related things. | ||
* | Don't include cmake_config_githash.h into files that don't need it | sfan5 | 2014-07-25 |
| | |||
* | Remove ugly curl struct pointer from jsonFetchValue signature | sapier | 2014-06-19 |
| | |||
* | Remove a lot of superfluous ifndef USE_CURL checks | sapier | 2014-06-19 |
| | |||
* | Pass arguments by reference | Selat | 2014-03-12 |
| | |||
* | Fix MSVC build | BlockMen | 2014-02-26 |
| | |||
* | 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 | ||
* | Replace any direct curl usage by httpfetch | sapier | 2013-12-13 |
| | |||
* | Implement search tab and version picker | sapier | 2013-12-11 |
| | |||
* | Correct useragent in http queries | proller | 2013-11-06 |
| | | | | Net struct init | ||
* | Fix invalid use of pointer to temporary object in json2lua conversion | sapier | 2013-11-04 |
| | |||
* | Dont announce server in singleplayer | proller | 2013-07-27 |
| | |||
* | Add configurable curl timeout | sapier | 2013-07-22 |
| | |||
* | Add support for modstore screenshots | sapier | 2013-07-22 |
| | | | | Add error output on invalid mmdb entries | ||
* | Masterserver mods announse, ipv6, better curl errors | proller | 2013-07-13 |
| | |||
* | Replace C++ mainmenu by formspec powered one | sapier | 2013-07-02 |