Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-01 | (se)SerializeString: Include max length in the name | SmallJoker | |
This commit clarifies the maximal length of the serialized strings. It will avoid accidental use of serializeString() when a larger string can be expected. Removes unused Wide String serialization functions | |||
2017-08-19 | Code modernization: src/n*, src/o* (#6280) | Loïc Blot | |
* Code modernization: src/n*, src/o* * empty function * default constructor/destructor * for range-based loops * use emplace_back instead of push_back * remove unused IWritableNodeDefManager::clone() * C++ STL header style * Pointer constness in some functions | |||
2017-06-04 | C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h (#5821) | Loïc Blot | |
2017-04-23 | Pass clang-format on various cpp/header files (#5559) | Loïc Blot | |
2016-08-10 | Permit usage of std::unordered_map & std::unorderered_set on c++11 compilers ↵ | Ner'zhul | |
(#4430) This fallback to std::map & std::set for older compilers Use UNORDERED_SET as an example in decoration and ore biome sets Use UNORDERED_MAP as an example in nameidmapping | |||
2015-08-25 | Change i++ to ++i | David Jones | |
2013-08-14 | Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu | Kahrl | |
2013-02-24 | Update Copyright Years | Sfan5 | |
2013-02-24 | Change Minetest-c55 to Minetest | PilzAdam | |
2012-06-17 | Properly and efficiently use split utility headers | Perttu Ahola | |
2012-06-05 | Switch the license to be LGPLv2/later, with small parts still remaining as ↵ | Perttu Ahola | |
GPLv2/later, by agreement of major contributors | |||
2011-11-29 | Node definition names | Perttu Ahola | |