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 | |||
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-08-17 | C++ modernize: Pragma once (#6264) | Loïc Blot | |
* Migrate cpp headers to pragma once | |||
2017-07-14 | Remove remaining modstore code (#6120) | Elijah Duffy | |
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. | |||
2014-06-19 | Remove ugly curl struct pointer from jsonFetchValue signature | sapier | |
2014-03-12 | Pass arguments by reference | Selat | |
2013-07-02 | Replace C++ mainmenu by formspec powered one | sapier | |