aboutsummaryrefslogtreecommitdiff
path: root/src/util (follow)
Commit message (Expand)AuthorAgeFilesLines
* Network cleanup (#6310)Loïc Blot2017-08-251-22/+0
* Translations: prevent remote crash with invalid translationsEkdohibs2017-08-251-1/+6
* Add clientside translations.Ekdohibs2017-08-243-3/+253
* serialize: use a temporary for SerializeExceptionLoïc Blot2017-08-212-6/+2
* Change BS constant from implicit double to float (#6286)Jens Rottmann2017-08-201-6/+6
* Modernize source code: last part (#6285)Loïc Blot2017-08-207-37/+35
* Code modernization: subfolders (#6283)Loïc Blot2017-08-1910-39/+44
* Code modernization: src/m* (part 2)Loic Blot2017-08-192-0/+13
* C++ modernize: Pragma once (#6264)Loïc Blot2017-08-1719-83/+39
* Expose getPointedThing to LuaDániel Juhász2017-07-072-13/+51
* C++11 cleanup on constructors (#6000)Vincent Glize2017-06-1914-60/+39
* Remove superfluous pointer null checksQrchackOfficial2017-06-102-5/+3
* C++11 patchset 6: forbid object copy using assigment/copy function deleters (...Loïc Blot2017-06-101-3/+3
* Use C++11 mutexes only (remove compat code) (#5922)Loïc Blot2017-06-063-7/+4
* Remove SharedPtr, it's not used and will be never used, we use C++11Loic Blot2017-06-051-74/+0
* C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h (#5821)Loïc Blot2017-06-043-77/+2
* Time: Change old `u32` timestamps to 64-bit (#5818)SmallJoker2017-05-262-22/+15
* Rework escape/pause menu (#5719)red-0012017-05-111-0/+12
* Fix myfloor(0.0)ShadowNinja2017-05-061-1/+1
* Clean up numeric.h and split FacePositionCache from itShadowNinja2017-05-064-155/+36
* Clean up getTime helpersShadowNinja2017-04-281-4/+4
* 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