summaryrefslogtreecommitdiff
path: root/src/util
Commit message (Expand)AuthorAge
* 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
* Clean up VectorAreaStoreShadowNinja2016-03-07
* Move AreaStore container selection logic into getOptimalImplementationShadowNinja2016-03-07
* Move AreaStore to utilShadowNinja2016-03-07
* Add minetest.register_lbm() to run code on block load onlyest312016-03-07
* HOTFIX: fix too agressive block cullingRealBadAngel2016-02-18
* v2d & aabbox3d<f32> & sky cleanupsnerzhul2016-02-11
* Add macos/freebsd missing endian.h include and add win endianness infoqiukeren2015-12-29
* Fix misc. MinGW and Valgrind warningskwolekr2015-11-08
* Don't compile pcgrandom on Windowsest312015-11-08
* Add server side ncurses terminalest312015-11-06
* Silence 'unused typedef' warning for STATIC_ASSERT()kwolekr2015-11-03
* Rename and move basicmacros.h to util/basic_macros.hest312015-11-02
* Move basic, non-numeric macros from util/numeric.h to basicmacros.hkwolekr2015-10-27
* Add BufReader and vector-based serialization methodskwolekr2015-10-15
* Rename macros with two leading underscoresShadowNinja2015-10-14
* Always use errorstream for DEBUG_EXCEPTION_HANDLERShadowNinja2015-10-14
* Fix some SRP issuesest312015-09-30
* Clean up threadingShadowNinja2015-08-23
* Fix indianred and indigo of color-stringRui2015-08-19