aboutsummaryrefslogtreecommitdiff
path: root/src/util/string.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Apply NetBSD string conversion workaround to OpenBSD as well (#12618)Mantar2022-07-311-3/+3
* Fix BSD iconv declarationsavilli2022-06-051-14/+0
* Support CSS Color Module Level 4 (#12204)Lars Müller2022-04-271-0/+1
* Update directory name sanitizationShadowNinja2022-04-081-25/+14
* Add additional reserved directory namesShadowNinja2022-04-081-2/+29
* Print announce error response (#11878)ShadowNinja2022-01-011-0/+16
* Fix src/util/string.cpp on NetBSDnia2021-09-191-3/+16
* Add `minetest.colorspec_to_colorstring` (#10425)Vincent Robinson2021-04-231-217/+198
* Drop wide/narrow conversion functionssfan52021-02-021-57/+2
* Refactor utf8_to_wide/wide_to_utf8 functionssfan52021-02-021-33/+24
* Fix some minor code issues all over the placesfan52020-12-241-1/+1
* Sanitize world directory names on create. Keep original name separate (#9432)Hugues Ross2020-07-281-0/+68
* Add server side translations capability (#9733)EvidenceB Kidscode2020-04-251-10/+31
* Android: fix handling non-latin characters on older Android devices (#9309)Maksim2020-04-171-0/+8
* GUIHyperText: Fix bug with UTF8 chars in action name + simplify UTF8 stringw ...Jean-Patrick Guerrero2020-03-071-25/+0
* Android: fix cyrillic characters, update iconv lib (#9117)Maksim2020-01-131-105/+18
* Formspec: add hypertext elementPierre-Yves Rollo2019-11-031-0/+25
* Fix memory leak in guiConfirmRegistrationHybridDog2018-07-061-0/+2
* Formspecs: Allow setting alpha value for the box[] elementThomas--S2018-04-231-5/+8
* Move files to subdirectories (#6599)Vitaliy2017-11-081-2/+2
* Translations: prevent remote crash with invalid translationsEkdohibs2017-08-251-1/+6
* Add clientside translations.Ekdohibs2017-08-241-0/+194
* Modernize source code: last part (#6285)Loïc Blot2017-08-201-5/+4
* Clean up numeric.h and split FacePositionCache from itShadowNinja2017-05-061-0/+1
* Add color names from web page referenced in luaapi docsapier2017-01-151-0/+7
* Random misc. warning fixes and cleanupskwolekr2016-06-111-8/+11
* Escape more strings: formspecs, item descriptions, infotexts...Ekdohibs2016-04-241-27/+0
* Remove chat escape sequences from chat messages, for future colored chat.Ekdohibs2016-03-151-0/+27
* 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
* Android: fix horrible libiconv buildest312015-07-291-12/+0
* Use UTF-8 instead of narrowest312015-07-081-0/+10
* Fix *BSD build with GNU iconvkwolekr2015-06-291-13/+28
* Fix string conversion error messageest312015-06-231-1/+1
* Fail iconv call gracefullyest312015-06-171-5/+24
* Android: bypass broken wide_to_utf8 with wide_to_narrowest312015-06-141-1/+8
* Add utf-8 conversion utilities and re-add intlGUIEditBoxest312015-06-131-0/+94
* Make early protocol auth mechanism generic, and add SRPest312015-05-111-23/+0
* Refactor around translatePasswordest312015-04-171-2/+3
* For usages of assert() that are meant to persist in Release builds (when NDEB...Craig Robbins2015-03-071-5/+4
* Fix Android text bug (no text displaying)Craig Robbins2015-03-071-68/+63
* Fix narrow_to_wide_c (ANDROID)Craig Robbins2015-03-021-3/+5
* Fix minor memory leak (Android)Craig Robbins2015-02-271-5/+10
* Move hex.h to util/Loic Blot2015-02-211-2/+2
* Move sha1.hpp and base64.hpp to util/Loic Blot2015-02-211-2/+2
* Fix gettext on MSVCBlockMen2015-02-121-10/+13
* Fix Android build of narrow_to_wideShadowNinja2015-02-111-4/+5
* Reduce gettext wide/narrow and string/char* conversionsShadowNinja2015-02-051-23/+48
* Deduplicate code and use stdlib in string functionsShadowNinja2015-01-031-4/+11
* Added names colours and refactored parseColorString()Craig Robbins2014-10-291-50/+261