Android: fix cyrillic characters, update iconv lib (#9117)
[oweals/minetest.git] / src / util / string.cpp
2020-01-13 MaksimAndroid: fix cyrillic characters, update iconv lib...
2019-11-03 Pierre-Yves RolloFormspec: add hypertext element
2018-07-06 HybridDogFix memory leak in guiConfirmRegistration
2018-04-23 Thomas--SFormspecs: Allow setting alpha value for the box[]...
2017-11-08 VitaliyMove files to subdirectories (#6599)
2017-08-25 EkdohibsTranslations: prevent remote crash with invalid transla...
2017-08-24 EkdohibsAdd clientside translations.
2017-08-20 Loïc BlotModernize source code: last part (#6285)
2017-05-06 ShadowNinjaClean up numeric.h and split FacePositionCache from it
2017-01-15 sapierAdd color names from web page referenced in luaapi doc
2016-06-11 kwolekrRandom misc. warning fixes and cleanups
2016-04-23 EkdohibsEscape more strings: formspecs, item descriptions,...
2016-03-15 EkdohibsRemove chat escape sequences from chat messages, for...
2015-08-19 RuiFix indianred and indigo of color-string
2015-08-19 est31Android: bypass broken wide_to_utf8 with wide_to_narrow...
2015-07-29 est31Android: fix horrible libiconv build
2015-07-08 est31Use UTF-8 instead of narrow
2015-06-29 kwolekrFix *BSD build with GNU iconv
2015-06-23 est31Fix string conversion error message
2015-06-17 est31Fail iconv call gracefully
2015-06-14 est31Android: bypass broken wide_to_utf8 with wide_to_narrow
2015-06-13 est31Add utf-8 conversion utilities and re-add intlGUIEditBox
2015-05-11 est31Make early protocol auth mechanism generic, and add SRP
2015-04-17 est31Refactor around translatePassword
2015-03-07 Craig RobbinsFor usages of assert() that are meant to persist in...
2015-03-07 Craig RobbinsFix Android text bug (no text displaying)
2015-03-02 Craig RobbinsFix narrow_to_wide_c (ANDROID)
2015-02-27 Craig RobbinsFix minor memory leak (Android)
2015-02-21 Loic BlotMove hex.h to util/
2015-02-21 Loic BlotMove sha1.hpp and base64.hpp to util/
2015-02-12 BlockMenFix gettext on MSVC 2295/head
2015-02-11 ShadowNinjaFix Android build of narrow_to_wide
2015-02-05 ShadowNinjaReduce gettext wide/narrow and string/char* conversions
2015-01-03 ShadowNinjaDeduplicate code and use stdlib in string functions
2014-10-29 Craig RobbinsAdded names colours and refactored parseColorString()
2014-10-05 BlockMenAdd [colorize modifier 1711/head
2014-10-03 kwolekrFix misc. style issues
2014-09-21 ShadowNinjaUse const references for Settings methods
2014-06-29 sapierAdd support for Android 2.3+ 1408/head
2014-02-09 kwolekrAdd capability to read table flag fields from Lua API
2014-02-08 kwolekrMake flag strings clear specified flag with 'no' prefix
2013-12-13 KahrlImplement urlencode and urldecode
2013-11-11 sapierFix win32/msvc i18n (quite UGLY version, blame Microsoft)
2013-11-05 kwolekrAccept hexadecimal and string values for seeds
2013-08-14 KahrlOmnicleanup: header cleanup, add ModApiUtil shared...
2013-02-28 WeblateMerge remote branch 'origin/master'
2013-02-26 kwolekrMerge pull request #482 from proller/liquid
2013-02-24 Sfan5Update Copyright Years
2013-02-24 PilzAdamChange Minetest-c55 to Minetest
2013-02-23 kwolekrMerge pull request #431 from sapier/dtime_clamping
2013-02-16 kwolekrMerge pull request #465 from doserj/mod_selection_empty...
2013-02-08 WeblateMerge remote branch 'origin/master'
2013-02-06 kwolekrAdd flag string settings, flat map option
2013-02-02 WeblateMerge remote branch 'origin/master'
2013-01-29 kwolekrMerge pull request #442 from kwolekr/mingw_compile_fix
2013-01-23 kwolekrSlightly improved version of mystrtok_r 442/head
2013-01-23 kwolekrFix compile under MingW
2012-12-16 Ilya ZhuravlevAdded ability to fetch media from remote server (using...
2012-06-17 Perttu AholaHopefully fix includes on mingw
2012-06-16 Perttu AholaInitially split utility.h to multiple files in util/