summaryrefslogtreecommitdiff
path: root/src/util/string.cpp
Commit message (Expand)AuthorAge
* Drop wide/narrow conversion functionssfan52021-02-02
* Refactor utf8_to_wide/wide_to_utf8 functionssfan52021-02-02
* Fix some minor code issues all over the placesfan52020-12-24
* Sanitize world directory names on create. Keep original name separate (#9432)Hugues Ross2020-07-28
* Add server side translations capability (#9733)EvidenceB Kidscode2020-04-25
* Android: fix handling non-latin characters on older Android devices (#9309)Maksim2020-04-17
* GUIHyperText: Fix bug with UTF8 chars in action name + simplify UTF8 stringw ...Jean-Patrick Guerrero2020-03-07
* Android: fix cyrillic characters, update iconv lib (#9117)Maksim2020-01-13
* Formspec: add hypertext elementPierre-Yves Rollo2019-11-03
* Fix memory leak in guiConfirmRegistrationHybridDog2018-07-06
* Formspecs: Allow setting alpha value for the box[] elementThomas--S2018-04-23
* Move files to subdirectories (#6599)Vitaliy2017-11-08
* Translations: prevent remote crash with invalid translationsEkdohibs2017-08-25
* Add clientside translations.Ekdohibs2017-08-24
* Modernize source code: last part (#6285)Loïc Blot2017-08-20
* Clean up numeric.h and split FacePositionCache from itShadowNinja2017-05-06
* Add color names from web page referenced in luaapi docsapier2017-01-15
* Random misc. warning fixes and cleanupskwolekr2016-06-11
* Escape more strings: formspecs, item descriptions, infotexts...Ekdohibs2016-04-24
* Remove chat escape sequences from chat messages, for future colored chat.Ekdohibs2016-03-15
* Fix indianred and indigo of color-stringRui2015-08-19
* Android: bypass broken wide_to_utf8 with wide_to_narrow (again)est312015-08-19
* Android: fix horrible libiconv buildest312015-07-29
* Use UTF-8 instead of narrowest312015-07-08
* Fix *BSD build with GNU iconvkwolekr2015-06-29
* Fix string conversion error messageest312015-06-23
* Fail iconv call gracefullyest312015-06-17
* Android: bypass broken wide_to_utf8 with wide_to_narrowest312015-06-14
* Add utf-8 conversion utilities and re-add intlGUIEditBoxest312015-06-13
* Make early protocol auth mechanism generic, and add SRPest312015-05-11
* Refactor around translatePasswordest312015-04-17
* For usages of assert() that are meant to persist in Release builds (when NDEB...Craig Robbins2015-03-07
* Fix Android text bug (no text displaying)Craig Robbins2015-03-07
* Fix narrow_to_wide_c (ANDROID)Craig Robbins2015-03-02
* Fix minor memory leak (Android)Craig Robbins2015-02-27
* Move hex.h to util/Loic Blot2015-02-21
* Move sha1.hpp and base64.hpp to util/Loic Blot2015-02-21
* Fix gettext on MSVCBlockMen2015-02-12
* Fix Android build of narrow_to_wideShadowNinja2015-02-11
* Reduce gettext wide/narrow and string/char* conversionsShadowNinja2015-02-05
* Deduplicate code and use stdlib in string functionsShadowNinja2015-01-03
* Added names colours and refactored parseColorString()Craig Robbins2014-10-29
* Add [colorize modifierBlockMen2014-10-05
* Fix misc. style issueskwolekr2014-10-03
* Use const references for Settings methodsShadowNinja2014-09-21
* Add support for Android 2.3+sapier2014-06-29
* Add capability to read table flag fields from Lua APIkwolekr2014-02-09
* Make flag strings clear specified flag with 'no' prefixkwolekr2014-02-08
* Implement urlencode and urldecodeKahrl2013-12-13
* Fix win32/msvc i18n (quite UGLY version, blame Microsoft)sapier2013-11-11