aboutsummaryrefslogtreecommitdiff
path: root/src/util/string.cpp
AgeCommit message (Expand)Author
2022-04-27Support CSS Color Module Level 4 (#12204)Lars Müller
2022-04-08Update directory name sanitizationShadowNinja
2022-04-08Add additional reserved directory namesShadowNinja
2022-01-01Print announce error response (#11878)ShadowNinja
2021-09-19Fix src/util/string.cpp on NetBSDnia
2021-04-23Add `minetest.colorspec_to_colorstring` (#10425)Vincent Robinson
2021-02-02Drop wide/narrow conversion functionssfan5
2021-02-02Refactor utf8_to_wide/wide_to_utf8 functionssfan5
2020-12-24Fix some minor code issues all over the placesfan5
2020-07-28Sanitize world directory names on create. Keep original name separate (#9432)Hugues Ross
2020-04-25Add server side translations capability (#9733)EvidenceB Kidscode
2020-04-17Android: fix handling non-latin characters on older Android devices (#9309)Maksim
2020-03-07GUIHyperText: Fix bug with UTF8 chars in action name + simplify UTF8 stringw ...Jean-Patrick Guerrero
2020-01-13Android: fix cyrillic characters, update iconv lib (#9117)Maksim
2019-11-03Formspec: add hypertext elementPierre-Yves Rollo
2018-07-06Fix memory leak in guiConfirmRegistrationHybridDog
2018-04-23Formspecs: Allow setting alpha value for the box[] elementThomas--S
2017-11-08Move files to subdirectories (#6599)Vitaliy
2017-08-25Translations: prevent remote crash with invalid translationsEkdohibs
2017-08-24Add clientside translations.Ekdohibs
2017-08-20Modernize source code: last part (#6285)Loïc Blot
2017-05-06Clean up numeric.h and split FacePositionCache from itShadowNinja
2017-01-15Add color names from web page referenced in luaapi docsapier
2016-06-11Random misc. warning fixes and cleanupskwolekr
2016-04-24Escape more strings: formspecs, item descriptions, infotexts...Ekdohibs
2016-03-15Remove chat escape sequences from chat messages, for future colored chat.Ekdohibs
2015-08-19Fix indianred and indigo of color-stringRui
2015-08-19Android: bypass broken wide_to_utf8 with wide_to_narrow (again)est31
2015-07-29Android: fix horrible libiconv buildest31
2015-07-08Use UTF-8 instead of narrowest31
2015-06-29Fix *BSD build with GNU iconvkwolekr
2015-06-23Fix string conversion error messageest31
2015-06-17Fail iconv call gracefullyest31
2015-06-14Android: bypass broken wide_to_utf8 with wide_to_narrowest31
2015-06-13Add utf-8 conversion utilities and re-add intlGUIEditBoxest31
2015-05-11Make early protocol auth mechanism generic, and add SRPest31
2015-04-17Refactor around translatePasswordest31
2015-03-07For usages of assert() that are meant to persist in Release builds (when NDEB...Craig Robbins
2015-03-07Fix Android text bug (no text displaying)Craig Robbins
2015-03-02Fix narrow_to_wide_c (ANDROID)Craig Robbins
2015-02-27Fix minor memory leak (Android)Craig Robbins
2015-02-21Move hex.h to util/Loic Blot
2015-02-21Move sha1.hpp and base64.hpp to util/Loic Blot
2015-02-12Fix gettext on MSVCBlockMen
2015-02-11Fix Android build of narrow_to_wideShadowNinja
2015-02-05Reduce gettext wide/narrow and string/char* conversionsShadowNinja
2015-01-03Deduplicate code and use stdlib in string functionsShadowNinja
2014-10-29Added names colours and refactored parseColorString()Craig Robbins
2014-10-05Add [colorize modifierBlockMen
2014-10-03Fix misc. style issueskwolekr