aboutsummaryrefslogtreecommitdiff
path: root/src/util (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use the standard to_string() functions for C++11 (#4279)Rogier-52016-08-111-6/+41
* couple of memory leaks fixes.David Carlier2016-08-102-1/+2
* Permit usage of std::unordered_map & std::unorderered_set on c++11 compilers ...Ner'zhul2016-08-101-0/+35
* Random misc. warning fixes and cleanupskwolekr2016-06-112-10/+13
* Add colored text (not only colored chat).Ekdohibs2016-05-318-926/+290
* Colored chat working as expected for both freetype and non-freetype builds. @...TriBlade92016-05-315-0/+926
* Add minetest.check_password_entry callbackest312016-05-301-1/+1
* Escape more strings: formspecs, item descriptions, infotexts...Ekdohibs2016-04-242-36/+35
* Update CSRP-GMP to commit deaa11a7c29a73008est312016-04-102-361/+314
* Clean up StrfndShadowNinja2016-03-191-0/+82
* Remove chat escape sequences from chat messages, for future colored chat.Ekdohibs2016-03-152-0/+34
* Much better API for auth.{cpp, h}est312016-03-152-59/+80
* Add AreaStore custom ID APIShadowNinja2016-03-072-5/+8
* Implement AreaStore serializationShadowNinja2016-03-072-74/+35
* Fix SpatialAreaStore not freeing removed areasShadowNinja2016-03-071-0/+1
* Add basic AreaStore method documentationShadowNinja2016-03-071-5/+30
* Sort AreaStore headerShadowNinja2016-03-072-71/+66
* Clean up VectorAreaStoreShadowNinja2016-03-072-32/+24
* Move AreaStore container selection logic into getOptimalImplementationShadowNinja2016-03-072-1/+12
* Move AreaStore to utilShadowNinja2016-03-073-0/+516
* Add minetest.register_lbm() to run code on block load onlyest312016-03-071-10/+14
* HOTFIX: fix too agressive block cullingRealBadAngel2016-02-181-1/+4
* v2d & aabbox3d<f32> & sky cleanupsnerzhul2016-02-111-2/+2
* Add macos/freebsd missing endian.h include and add win endianness infoqiukeren2015-12-291-1/+11
* Fix misc. MinGW and Valgrind warningskwolekr2015-11-081-1/+1
* Don't compile pcgrandom on Windowsest312015-11-081-1/+2
* Add server side ncurses terminalest312015-11-061-1/+19
* Silence 'unused typedef' warning for STATIC_ASSERT()kwolekr2015-11-031-1/+8
* Rename and move basicmacros.h to util/basic_macros.hest312015-11-022-1/+47
* Move basic, non-numeric macros from util/numeric.h to basicmacros.hkwolekr2015-10-271-10/+1
* Add BufReader and vector-based serialization methodskwolekr2015-10-152-2/+310
* Rename macros with two leading underscoresShadowNinja2015-10-141-1/+1
* Always use errorstream for DEBUG_EXCEPTION_HANDLERShadowNinja2015-10-141-1/+1
* Fix some SRP issuesest312015-09-303-80/+149
* Clean up threadingShadowNinja2015-08-234-164/+77
* Fix indianred and indigo of color-stringRui2015-08-191-2/+2
* Android: bypass broken wide_to_utf8 with wide_to_narrow (again)est312015-08-191-0/+8
* Fix BufferedPacket race condition (fixes #2983)kwolekr2015-08-061-0/+8
* Initialize random for verification key generation tooest312015-08-061-0/+2
* src/util/numeric.{cpp,h}: Fix FacePositionCache data raceBřetislav Štec2015-08-022-0/+6
* Improve accuracy and safety of float serializationkwolekr2015-08-011-2/+13
* Clean up util/serialization.{cpp,h} and add unit testskwolekr2015-08-012-268/+195
* Android: fix horrible libiconv buildest312015-07-291-12/+0
* Add AreaStore data structureest312015-07-271-0/+69
* Check output of mpz_set_str and fix leak on error conditionest312015-07-242-14/+21
* Remove some old dead code. Fix some Clang warnings in SRP (ng->N... willLoic Blot2015-07-241-2/+2
* Clarify docs for auth.cpp methodest312015-07-211-3/+3
* Increase limit of serialized long stringskwolekr2015-07-142-4/+10
* Add more robust error checking to deSerialize*String routineskwolekr2015-07-132-97/+184
* Misc. minor fixeskwolekr2015-07-101-80/+58