aboutsummaryrefslogtreecommitdiff
path: root/src/util/string.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add [colorize modifierBlockMen2014-10-051-0/+63
* Fix misc. style issueskwolekr2014-10-031-1/+4
* Use const references for Settings methodsShadowNinja2014-09-211-2/+2
* Add support for Android 2.3+sapier2014-06-291-0/+83
* Add capability to read table flag fields from Lua APIkwolekr2014-02-091-0/+13
* Make flag strings clear specified flag with 'no' prefixkwolekr2014-02-081-14/+32
* Implement urlencode and urldecodeKahrl2013-12-131-5/+38
* Fix win32/msvc i18n (quite UGLY version, blame Microsoft)sapier2013-11-111-2/+3
* Accept hexadecimal and string values for seedskwolekr2013-11-041-0/+16
* Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl2013-08-141-0/+24
* Update Copyright YearsSfan52013-02-241-1/+1
* Change Minetest-c55 to MinetestPilzAdam2013-02-241-1/+1
* Add flag string settings, flat map optionkwolekr2013-02-061-0/+40
* Slightly improved version of mystrtok_rkwolekr2013-01-231-7/+2
* Fix compile under MingWkwolekr2013-01-231-0/+30
* Added ability to fetch media from remote server (using cURL library)Ilya Zhuravlev2012-12-161-0/+6
* Hopefully fix includes on mingwPerttu Ahola2012-06-171-2/+2
* Initially split utility.h to multiple files in util/Perttu Ahola2012-06-171-0/+43