summaryrefslogtreecommitdiff
path: root/src/convert_json.cpp
Commit message (Collapse)AuthorAge
* Don't print whole json data buffer to errorstream on errorest312016-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 ratingShadowNinja2015-04-20
|
* Move globals from main.cpp to more sane locationsCraig Robbins2015-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 HTTPFetchOngoingShadowNinja2014-09-18
| | | | Also clean up some related things.
* Don't include cmake_config_githash.h into files that don't need itsfan52014-07-25
|
* Remove ugly curl struct pointer from jsonFetchValue signaturesapier2014-06-19
|
* Remove a lot of superfluous ifndef USE_CURL checkssapier2014-06-19
|
* Pass arguments by referenceSelat2014-03-12
|
* Fix MSVC buildBlockMen2014-02-26
|
* Send long announce as POST, show OS in useragentproller2014-01-07
| | | | | Add lag reporting to masterserver (average dtime) StyledWriter -> FastWriter in masterserver announce
* Replace any direct curl usage by httpfetchsapier2013-12-13
|
* Implement search tab and version pickersapier2013-12-11
|
* Correct useragent in http queriesproller2013-11-06
| | | | Net struct init
* Fix invalid use of pointer to temporary object in json2lua conversionsapier2013-11-04
|
* Dont announce server in singleplayerproller2013-07-27
|
* Add configurable curl timeoutsapier2013-07-22
|
* Add support for modstore screenshotssapier2013-07-22
| | | | Add error output on invalid mmdb entries
* Masterserver mods announse, ipv6, better curl errorsproller2013-07-13
|
* Replace C++ mainmenu by formspec powered onesapier2013-07-02