Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 | ||
* | C++ modernize: Pragma once (#6264) | Loïc Blot | 2017-08-17 |
| | | | | * Migrate cpp headers to pragma once | ||
* | Remove remaining modstore code (#6120) | Elijah Duffy | 2017-07-14 |
| | |||
* | Fixes for compiling with a newer (system) jsoncpp (#4429) | Rogier-5 | 2016-08-10 |
| | | | | | | | | | | | | | | | | | | | | | | | * 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. | ||
* | Remove ugly curl struct pointer from jsonFetchValue signature | sapier | 2014-06-19 |
| | |||
* | Pass arguments by reference | Selat | 2014-03-12 |
| | |||
* | Replace C++ mainmenu by formspec powered one | sapier | 2013-07-02 |