summaryrefslogtreecommitdiff
path: root/src/util
Commit message (Expand)AuthorAge
...
* Fix various clang-tidy reported performance-type-promotion-in-math-fnLoïc Blot2018-04-03
* Revert "Add an active object step time budget #6721"Lars Hofhansl2018-01-12
* Fix Wstringop-overflow warning from util/srp.cpp (#6855)you2018-01-04
* Fix rounding error in g/set_node caused by truncation to floatrubenwardy2017-12-26
* directiontables: Fix MSVC compiler error (#6785)adrido2017-12-14
* Add an active object step time budget #6721Lars Hofhansl2017-12-06
* Allow zoom to actually show more data.Lars Hofhansl2017-11-15
* Move files to subdirectories (#6599)Vitaliy2017-11-08
* directiontables.cpp: fix a warning reported by VS2017Loic Blot2017-10-17
* Real global textures (#6105)Vitaliy2017-10-15
* Use a Buffer instead of SharedBuffer in ConnectionCommandLoic Blot2017-09-05
* Remove DSTACK support (#6346)Loïc Blot2017-08-30
* Network cleanup (#6310)Loïc Blot2017-08-25
* Translations: prevent remote crash with invalid translationsEkdohibs2017-08-25
* Add clientside translations.Ekdohibs2017-08-24
* serialize: use a temporary for SerializeExceptionLoïc Blot2017-08-21
* Change BS constant from implicit double to float (#6286)Jens Rottmann2017-08-20
* Modernize source code: last part (#6285)Loïc Blot2017-08-20
* Code modernization: subfolders (#6283)Loïc Blot2017-08-19
* Code modernization: src/m* (part 2)Loic Blot2017-08-19
* C++ modernize: Pragma once (#6264)Loïc Blot2017-08-17
* Expose getPointedThing to LuaDániel Juhász2017-07-07
* C++11 cleanup on constructors (#6000)Vincent Glize2017-06-19
* Remove superfluous pointer null checksQrchackOfficial2017-06-10
* C++11 patchset 6: forbid object copy using assigment/copy function deleters (...Loïc Blot2017-06-10
* Use C++11 mutexes only (remove compat code) (#5922)Loïc Blot2017-06-06
* Remove SharedPtr, it's not used and will be never used, we use C++11Loic Blot2017-06-05
* C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h (#5821)Loïc Blot2017-06-04
* Time: Change old `u32` timestamps to 64-bit (#5818)SmallJoker2017-05-26
* Rework escape/pause menu (#5719)red-0012017-05-11
* Fix myfloor(0.0)ShadowNinja2017-05-06
* Clean up numeric.h and split FacePositionCache from itShadowNinja2017-05-06
* Clean up getTime helpersShadowNinja2017-04-28
* Fix various points reported by cppcheck (#5656)Loïc Blot2017-04-25
* Fix various copy instead of const ref reported by cppcheck (part 3) (#5616)Loïc Blot2017-04-20
* Fix MSVC build broken by 34d32ceSmallJoker2017-04-17
* Include container.h in util/thread.h. util/thread.h doesn't compile without itPerttu Ahola2017-04-17
* Implement delayed server shutdown with cancelation (#4664)Loïc Blot2017-04-15
* Fix fips_cipher_abort warning and other duplicate macrosLoic Blot2017-04-12
* Pass clang-format on 14 trivial header files fixesLoic Blot2017-04-07
* Clang-format: fix some header files and remove them from whitelistLoic Blot2017-04-07
* Update embedded jsoncpp from unk version to 0.10.6 + move libs to lib/ instea...Loïc Blot2017-04-02
* Add CPP11 header to define nullptr & constexpr (#5471)Loïc Blot2017-03-29
* Content_mapblock.cpp: Refactornumber Zero2017-03-20
* Minimap: Optimisenumber Zero2017-03-11
* Add ItemStack key-value meta storagerubenwardy2017-02-04
* Remove `mathconstants.h` and use the correct way to get `M_PI` in MSVC. (#5072)red-0012017-01-20
* Add color names from web page referenced in luaapi docsapier2017-01-15
* Revert "Extend minetest.is_yes()"sfan52017-01-07
* Extend minetest.is_yes()red-0012017-01-07