| Commit message (Expand) | Author | Age |
* | Fix myfloor(0.0) | ShadowNinja | 2017-05-06 |
* | Clean up numeric.h and split FacePositionCache from it | ShadowNinja | 2017-05-06 |
* | Clean up getTime helpers | ShadowNinja | 2017-04-28 |
* | Fix various points reported by cppcheck (#5656) | Loïc Blot | 2017-04-25 |
* | Fix various copy instead of const ref reported by cppcheck (part 3) (#5616) | Loïc Blot | 2017-04-20 |
* | Fix MSVC build broken by 34d32ce | SmallJoker | 2017-04-17 |
* | Include container.h in util/thread.h. util/thread.h doesn't compile without it | Perttu Ahola | 2017-04-17 |
* | Implement delayed server shutdown with cancelation (#4664) | Loïc Blot | 2017-04-15 |
* | Fix fips_cipher_abort warning and other duplicate macros | Loic Blot | 2017-04-12 |
* | Pass clang-format on 14 trivial header files fixes | Loic Blot | 2017-04-07 |
* | Clang-format: fix some header files and remove them from whitelist | Loic Blot | 2017-04-07 |
* | Update embedded jsoncpp from unk version to 0.10.6 + move libs to lib/ instea... | Loïc Blot | 2017-04-02 |
* | Add CPP11 header to define nullptr & constexpr (#5471) | Loïc Blot | 2017-03-29 |
* | Content_mapblock.cpp: Refactor | number Zero | 2017-03-20 |
* | Minimap: Optimise | number Zero | 2017-03-11 |
* | Add ItemStack key-value meta storage | rubenwardy | 2017-02-04 |
* | Remove `mathconstants.h` and use the correct way to get `M_PI` in MSVC. (#5072) | red-001 | 2017-01-20 |
* | Add color names from web page referenced in luaapi doc | sapier | 2017-01-15 |
* | Revert "Extend minetest.is_yes()" | sfan5 | 2017-01-07 |
* | Extend minetest.is_yes() | red-001 | 2017-01-07 |
* | Improve getPointedThing() (#4346) | Dániel Juhász | 2017-01-04 |
* | Move PP() and PP2() macros to basic_macros.h | Rogier | 2016-12-24 |
* | Fix incorrect distance computation for visible blocks (#4765) | Rogier-5 | 2016-11-11 |
* | Ensure std::unordered_ be used on MSVC 2010 too (#4600) | SmallJoker | 2016-10-09 |
* | Ensure std::unordered_ will be used on supported MSVC compilers | gregorycu | 2016-10-08 |
* | use unordered containers where possible (patch 4 on X) | Loic Blot | 2016-10-06 |
* | Use more unordered_maps to improve performance in c++11 builds | Loic Blot | 2016-10-06 |
* | Use the standard to_string() functions for C++11 (#4279) | Rogier-5 | 2016-08-11 |
* | couple of memory leaks fixes. | David Carlier | 2016-08-10 |
* | Permit usage of std::unordered_map & std::unorderered_set on c++11 compilers ... | Ner'zhul | 2016-08-10 |
* | Random misc. warning fixes and cleanups | kwolekr | 2016-06-11 |
* | Add colored text (not only colored chat). | Ekdohibs | 2016-05-31 |
* | Colored chat working as expected for both freetype and non-freetype builds. @... | TriBlade9 | 2016-05-31 |
* | Add minetest.check_password_entry callback | est31 | 2016-05-30 |
* | Escape more strings: formspecs, item descriptions, infotexts... | Ekdohibs | 2016-04-24 |
* | Update CSRP-GMP to commit deaa11a7c29a73008 | est31 | 2016-04-10 |
* | Clean up Strfnd | ShadowNinja | 2016-03-19 |
* | Remove chat escape sequences from chat messages, for future colored chat. | Ekdohibs | 2016-03-15 |
* | Much better API for auth.{cpp, h} | est31 | 2016-03-15 |
* | Add AreaStore custom ID API | ShadowNinja | 2016-03-07 |
* | Implement AreaStore serialization | ShadowNinja | 2016-03-07 |
* | Fix SpatialAreaStore not freeing removed areas | ShadowNinja | 2016-03-07 |
* | Add basic AreaStore method documentation | ShadowNinja | 2016-03-07 |
* | Sort AreaStore header | ShadowNinja | 2016-03-07 |
* | Clean up VectorAreaStore | ShadowNinja | 2016-03-07 |
* | Move AreaStore container selection logic into getOptimalImplementation | ShadowNinja | 2016-03-07 |
* | Move AreaStore to util | ShadowNinja | 2016-03-07 |
* | Add minetest.register_lbm() to run code on block load only | est31 | 2016-03-07 |
* | HOTFIX: fix too agressive block culling | RealBadAngel | 2016-02-18 |
* | v2d & aabbox3d<f32> & sky cleanups | nerzhul | 2016-02-11 |