aboutsummaryrefslogtreecommitdiff
path: root/src/util (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix various points reported by cppcheck (#5656)Loïc Blot2017-04-251-3/+3
* Fix various copy instead of const ref reported by cppcheck (part 3) (#5616)Loïc Blot2017-04-202-11/+5
* Fix MSVC build broken by 34d32ceSmallJoker2017-04-171-2/+2
* Include container.h in util/thread.h. util/thread.h doesn't compile without itPerttu Ahola2017-04-171-0/+1
* Implement delayed server shutdown with cancelation (#4664)Loïc Blot2017-04-151-0/+24
* Fix fips_cipher_abort warning and other duplicate macrosLoic Blot2017-04-121-5/+0
* Pass clang-format on 14 trivial header files fixesLoic Blot2017-04-071-8/+8
* Clang-format: fix some header files and remove them from whitelistLoic Blot2017-04-073-75/+78
* Update embedded jsoncpp from unk version to 0.10.6 + move libs to lib/ instea...Loïc Blot2017-04-021-1/+1
* Add CPP11 header to define nullptr & constexpr (#5471)Loïc Blot2017-03-291-0/+32
* Content_mapblock.cpp: Refactornumber Zero2017-03-201-1/+55
* Minimap: Optimisenumber Zero2017-03-111-0/+10
* Add ItemStack key-value meta storagerubenwardy2017-02-042-0/+56
* Remove `mathconstants.h` and use the correct way to get `M_PI` in MSVC. (#5072)red-0012017-01-202-8/+0
* Add color names from web page referenced in luaapi docsapier2017-01-151-0/+7
* Revert "Extend minetest.is_yes()"sfan52017-01-071-1/+1
* Extend minetest.is_yes()red-0012017-01-071-1/+1
* Improve getPointedThing() (#4346)Dániel Juhász2017-01-042-42/+73
* Move PP() and PP2() macros to basic_macros.hRogier2016-12-241-0/+9
* Fix incorrect distance computation for visible blocks (#4765)Rogier-52016-11-111-7/+8
* Ensure std::unordered_ be used on MSVC 2010 too (#4600)SmallJoker2016-10-091-1/+1
* Ensure std::unordered_ will be used on supported MSVC compilersgregorycu2016-10-081-0/+8
* use unordered containers where possible (patch 4 on X)Loic Blot2016-10-062-36/+3
* Use more unordered_maps to improve performance in c++11 buildsLoic Blot2016-10-061-1/+2
* Use the standard to_string() functions for C++11 (#4279)Rogier-52016-08-111-6/+41
* couple of memory leaks fixes.David Carlier2016-08-102-1/+2
* Permit usage of std::unordered_map & std::unorderered_set on c++11 compilers ...Ner'zhul2016-08-101-0/+35
* Random misc. warning fixes and cleanupskwolekr2016-06-112-10/+13
* Add colored text (not only colored chat).Ekdohibs2016-05-318-926/+290
* Colored chat working as expected for both freetype and non-freetype builds. @...TriBlade92016-05-315-0/+926
* Add minetest.check_password_entry callbackest312016-05-301-1/+1
* Escape more strings: formspecs, item descriptions, infotexts...Ekdohibs2016-04-242-36/+35
* Update CSRP-GMP to commit deaa11a7c29a73008est312016-04-102-361/+314
* Clean up StrfndShadowNinja2016-03-191-0/+82
* Remove chat escape sequences from chat messages, for future colored chat.Ekdohibs2016-03-152-0/+34
* Much better API for auth.{cpp, h}est312016-03-152-59/+80
* Add AreaStore custom ID APIShadowNinja2016-03-072-5/+8
* Implement AreaStore serializationShadowNinja2016-03-072-74/+35
* Fix SpatialAreaStore not freeing removed areasShadowNinja2016-03-071-0/+1
* Add basic AreaStore method documentationShadowNinja2016-03-071-5/+30
* Sort AreaStore headerShadowNinja2016-03-072-71/+66
* Clean up VectorAreaStoreShadowNinja2016-03-072-32/+24
* Move AreaStore container selection logic into getOptimalImplementationShadowNinja2016-03-072-1/+12
* Move AreaStore to utilShadowNinja2016-03-073-0/+516
* Add minetest.register_lbm() to run code on block load onlyest312016-03-071-10/+14
* HOTFIX: fix too agressive block cullingRealBadAngel2016-02-181-1/+4
* v2d & aabbox3d<f32> & sky cleanupsnerzhul2016-02-111-2/+2
* Add macos/freebsd missing endian.h include and add win endianness infoqiukeren2015-12-291-1/+11
* Fix misc. MinGW and Valgrind warningskwolekr2015-11-081-1/+1
* Don't compile pcgrandom on Windowsest312015-11-081-1/+2