summaryrefslogtreecommitdiff
path: root/src/util
Commit message (Expand)AuthorAge
* Fix C++11 feature detection for undefined _MSC_VER (#7255)mazocomp2018-06-03
* Fix Wstringop-overflow warning from util/srp.cpp (#6855)you2018-06-03
* Fix rounding error in g/set_node caused by truncation to floatrubenwardy2018-06-03
* serialize: use a temporary for SerializeException Exception must always use t...Loïc Blot2018-06-03
* 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
* Improve getPointedThing() (#4346)Dániel Juhász2017-01-04
* Move PP() and PP2() macros to basic_macros.hRogier2016-12-24
* Fix incorrect distance computation for visible blocks (#4765)Rogier-52016-11-11
* Ensure std::unordered_ be used on MSVC 2010 too (#4600)SmallJoker2016-10-09
* Ensure std::unordered_ will be used on supported MSVC compilersgregorycu2016-10-08
* use unordered containers where possible (patch 4 on X)Loic Blot2016-10-06
* Use more unordered_maps to improve performance in c++11 buildsLoic Blot2016-10-06
* Use the standard to_string() functions for C++11 (#4279)Rogier-52016-08-11
* couple of memory leaks fixes.David Carlier2016-08-10
* Permit usage of std::unordered_map & std::unorderered_set on c++11 compilers ...Ner'zhul2016-08-10
* Random misc. warning fixes and cleanupskwolekr2016-06-11
* Add colored text (not only colored chat).Ekdohibs2016-05-31
* Colored chat working as expected for both freetype and non-freetype builds. @...TriBlade92016-05-31
* Add minetest.check_password_entry callbackest312016-05-30
* Escape more strings: formspecs, item descriptions, infotexts...Ekdohibs2016-04-24
* Update CSRP-GMP to commit deaa11a7c29a73008est312016-04-10
* Clean up StrfndShadowNinja2016-03-19
* Remove chat escape sequences from chat messages, for future colored chat.Ekdohibs2016-03-15
* Much better API for auth.{cpp, h}est312016-03-15
* Add AreaStore custom ID APIShadowNinja2016-03-07
* Implement AreaStore serializationShadowNinja2016-03-07
* Fix SpatialAreaStore not freeing removed areasShadowNinja2016-03-07
* Add basic AreaStore method documentationShadowNinja2016-03-07
* Sort AreaStore headerShadowNinja2016-03-07