aboutsummaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Expand)Author
2017-04-28Clean up getTime helpersShadowNinja
2017-04-25Fix various points reported by cppcheck (#5656)Loïc Blot
2017-04-20Fix various copy instead of const ref reported by cppcheck (part 3) (#5616)Loïc Blot
2017-04-17Fix MSVC build broken by 34d32ceSmallJoker
2017-04-17Include container.h in util/thread.h. util/thread.h doesn't compile without itPerttu Ahola
2017-04-15Implement delayed server shutdown with cancelation (#4664)Loïc Blot
2017-04-12Fix fips_cipher_abort warning and other duplicate macrosLoic Blot
2017-04-07Pass clang-format on 14 trivial header files fixesLoic Blot
2017-04-07Clang-format: fix some header files and remove them from whitelistLoic Blot
2017-04-02Update embedded jsoncpp from unk version to 0.10.6 + move libs to lib/ instea...Loïc Blot
2017-03-29Add CPP11 header to define nullptr & constexpr (#5471)Loïc Blot
2017-03-20Content_mapblock.cpp: Refactornumber Zero
2017-03-11Minimap: Optimisenumber Zero
2017-02-04Add ItemStack key-value meta storagerubenwardy
2017-01-20Remove `mathconstants.h` and use the correct way to get `M_PI` in MSVC. (#5072)red-001
2017-01-15Add color names from web page referenced in luaapi docsapier
2017-01-07Revert "Extend minetest.is_yes()"sfan5
2017-01-07Extend minetest.is_yes()red-001
2017-01-04Improve getPointedThing() (#4346)Dániel Juhász
2016-12-24Move PP() and PP2() macros to basic_macros.hRogier
2016-11-11Fix incorrect distance computation for visible blocks (#4765)Rogier-5
2016-10-09Ensure std::unordered_ be used on MSVC 2010 too (#4600)SmallJoker
2016-10-08Ensure std::unordered_ will be used on supported MSVC compilersgregorycu
2016-10-06use unordered containers where possible (patch 4 on X)Loic Blot
2016-10-06Use more unordered_maps to improve performance in c++11 buildsLoic Blot
2016-08-11Use the standard to_string() functions for C++11 (#4279)Rogier-5
2016-08-10couple of memory leaks fixes.David Carlier
2016-08-10Permit usage of std::unordered_map & std::unorderered_set on c++11 compilers ...Ner'zhul
2016-06-11Random misc. warning fixes and cleanupskwolekr
2016-05-31Add colored text (not only colored chat).Ekdohibs
2016-05-31Colored chat working as expected for both freetype and non-freetype builds. @...TriBlade9
2016-05-30Add minetest.check_password_entry callbackest31
2016-04-24Escape more strings: formspecs, item descriptions, infotexts...Ekdohibs
2016-04-10Update CSRP-GMP to commit deaa11a7c29a73008est31
2016-03-19Clean up StrfndShadowNinja
2016-03-15Remove chat escape sequences from chat messages, for future colored chat.Ekdohibs
2016-03-15Much better API for auth.{cpp, h}est31
2016-03-07Add AreaStore custom ID APIShadowNinja
2016-03-07Implement AreaStore serializationShadowNinja
2016-03-07Fix SpatialAreaStore not freeing removed areasShadowNinja
2016-03-07Add basic AreaStore method documentationShadowNinja
2016-03-07Sort AreaStore headerShadowNinja
2016-03-07Clean up VectorAreaStoreShadowNinja
2016-03-07Move AreaStore container selection logic into getOptimalImplementationShadowNinja
2016-03-07Move AreaStore to utilShadowNinja
2016-03-07Add minetest.register_lbm() to run code on block load onlyest31
2016-02-18HOTFIX: fix too agressive block cullingRealBadAngel
2016-02-11v2d & aabbox3d<f32> & sky cleanupsnerzhul
2015-12-29Add macos/freebsd missing endian.h include and add win endianness infoqiukeren
2015-11-08Fix misc. MinGW and Valgrind warningskwolekr