aboutsummaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Expand)Author
2016-04-24Escape more strings: formspecs, item descriptions, infotexts...Ekdohibs
2016-04-10Update CSRP-GMP to commit deaa11a7c29a73008est31
2016-03-19Clean up StrfndShadowNinja
2016-03-15Remove chat escape sequences from chat messages, for future colored chat.Ekdohibs
2016-03-15Much better API for auth.{cpp, h}est31
2016-03-07Add AreaStore custom ID APIShadowNinja
2016-03-07Implement AreaStore serializationShadowNinja
2016-03-07Fix SpatialAreaStore not freeing removed areasShadowNinja
2016-03-07Add basic AreaStore method documentationShadowNinja
2016-03-07Sort AreaStore headerShadowNinja
2016-03-07Clean up VectorAreaStoreShadowNinja
2016-03-07Move AreaStore container selection logic into getOptimalImplementationShadowNinja
2016-03-07Move AreaStore to utilShadowNinja
2016-03-07Add minetest.register_lbm() to run code on block load onlyest31
2016-02-18HOTFIX: fix too agressive block cullingRealBadAngel
2016-02-11v2d & aabbox3d<f32> & sky cleanupsnerzhul
2015-12-29Add macos/freebsd missing endian.h include and add win endianness infoqiukeren
2015-11-08Fix misc. MinGW and Valgrind warningskwolekr
2015-11-08Don't compile pcgrandom on Windowsest31
2015-11-06Add server side ncurses terminalest31
2015-11-03Silence 'unused typedef' warning for STATIC_ASSERT()kwolekr
2015-11-02Rename and move basicmacros.h to util/basic_macros.hest31
2015-10-27Move basic, non-numeric macros from util/numeric.h to basicmacros.hkwolekr
2015-10-15Add BufReader and vector-based serialization methodskwolekr
2015-10-14Rename macros with two leading underscoresShadowNinja
2015-10-14Always use errorstream for DEBUG_EXCEPTION_HANDLERShadowNinja
2015-09-30Fix some SRP issuesest31
2015-08-23Clean up threadingShadowNinja
2015-08-19Fix indianred and indigo of color-stringRui
2015-08-19Android: bypass broken wide_to_utf8 with wide_to_narrow (again)est31
2015-08-06Fix BufferedPacket race condition (fixes #2983)kwolekr
2015-08-06Initialize random for verification key generation tooest31
2015-08-02src/util/numeric.{cpp,h}: Fix FacePositionCache data raceBřetislav Štec
2015-08-01Improve accuracy and safety of float serializationkwolekr
2015-08-01Clean up util/serialization.{cpp,h} and add unit testskwolekr
2015-07-29Android: fix horrible libiconv buildest31
2015-07-27Add AreaStore data structureest31
2015-07-24Check output of mpz_set_str and fix leak on error conditionest31
2015-07-24Remove some old dead code. Fix some Clang warnings in SRP (ng->N... willLoic Blot
2015-07-21Clarify docs for auth.cpp methodest31
2015-07-14Increase limit of serialized long stringskwolekr
2015-07-13Add more robust error checking to deSerialize*String routineskwolekr
2015-07-10Misc. minor fixeskwolekr
2015-07-08Use UTF-8 instead of narrowest31
2015-06-29Add UpdateThread and use it for minimap and mesh threadsest31
2015-06-29Fix *BSD build with GNU iconvkwolekr
2015-06-23Fix string conversion error messageest31
2015-06-20More correct wrap_rows implementationfigec
2015-06-18Fix wrap_rows at inner byte of multibyte sequencefigec
2015-06-17Make wrap_rows not wrap inside utf-8 multibyte sequencesest31