aboutsummaryrefslogtreecommitdiff
path: root/src/util/string.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add server side translations capability (#9733)EvidenceB Kidscode2020-04-251-0/+4
* GUIHyperText: Fix bug with UTF8 chars in action name + simplify UTF8 stringw ...Jean-Patrick Guerrero2020-03-071-6/+14
* Formspec: add hypertext elementPierre-Yves Rollo2019-11-031-0/+11
* Replace auth.txt with SQLite auth database (#7279)Ben Deutsch2018-08-051-0/+19
* Formspecs: Allow setting alpha value for the box[] elementThomas--S2018-04-231-1/+2
* Add clientside translations.Ekdohibs2017-08-241-0/+56
* Modernize source code: last part (#6285)Loïc Blot2017-08-201-6/+6
* C++ modernize: Pragma once (#6264)Loïc Blot2017-08-171-5/+1
* C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h (#5821)Loïc Blot2017-06-041-2/+2
* Rework escape/pause menu (#5719)red-0012017-05-111-0/+12
* Fix various copy instead of const ref reported by cppcheck (part 3) (#5616)Loïc Blot2017-04-201-1/+1
* Fix MSVC build broken by 34d32ceSmallJoker2017-04-171-2/+2
* Implement delayed server shutdown with cancelation (#4664)Loïc Blot2017-04-151-0/+24
* Revert "Extend minetest.is_yes()"sfan52017-01-071-1/+1
* Extend minetest.is_yes()red-0012017-01-071-1/+1
* Use more unordered_maps to improve performance in c++11 buildsLoic Blot2016-10-061-1/+2
* Use the standard to_string() functions for C++11 (#4279)Rogier-52016-08-111-6/+41
* Random misc. warning fixes and cleanupskwolekr2016-06-111-2/+2
* Add colored text (not only colored chat).Ekdohibs2016-05-311-0/+32
* Escape more strings: formspecs, item descriptions, infotexts...Ekdohibs2016-04-241-9/+35
* Remove chat escape sequences from chat messages, for future colored chat.Ekdohibs2016-03-151-0/+7
* Add minetest.register_lbm() to run code on block load onlyest312016-03-071-10/+14
* Add server side ncurses terminalest312015-11-061-1/+19
* Use UTF-8 instead of narrowest312015-07-081-0/+2
* More correct wrap_rows implementationfigec2015-06-201-8/+2
* Fix wrap_rows at inner byte of multibyte sequencefigec2015-06-181-3/+11
* Make wrap_rows not wrap inside utf-8 multibyte sequencesest312015-06-171-2/+11
* Add utf-8 conversion utilities and re-add intlGUIEditBoxest312015-06-131-1/+9
* Split ObjDef/ObjDefManager out to objdef.cppkwolekr2015-05-181-1/+3
* Make early protocol auth mechanism generic, and add SRPest312015-05-111-2/+1
* Fix fast leaves with texture_clean_transparent enabled.Aaron Suen2015-04-261-0/+18
* Refactor around translatePasswordest312015-04-171-1/+2
* Fix Android text bug (no text displaying)Craig Robbins2015-03-071-3/+5
* Reduce gettext wide/narrow and string/char* conversionsShadowNinja2015-02-051-0/+3
* Make minor style change(unescape_string())Craig Robbins2015-01-161-3/+4
* Fix unescape_string removing all backslashesShadowNinja2015-01-151-4/+6
* Deduplicate code and use stdlib in string functionsShadowNinja2015-01-031-206/+149
* Fixes for Android build errors. Enable sensor landscape rotation.KodexKy2014-11-251-3/+3
* Cleanup and (mostly) document util/string.h and (very) minor refactoringCraig Robbins2014-11-021-125/+276
* Fix bug introduced by me (Zeno)Craig Robbins2014-10-291-2/+3
* Added names colours and refactored parseColorString()Craig Robbins2014-10-291-7/+2
* Add [colorize modifierBlockMen2014-10-051-1/+2
* Standardize tooltip row detectionBlockMen2014-09-281-0/+10
* Use const references for Settings methodsShadowNinja2014-09-211-2/+2
* Fix msvc2012 buildsapier2014-06-291-0/+1
* Add formspec api versioningsapier2014-06-291-0/+14
* Replace usage of long long with u64/s64ShadowNinja2014-03-121-1/+1
* Add capability to read table flag fields from Lua APIkwolekr2014-02-091-0/+1
* Make flag strings clear specified flag with 'no' prefixkwolekr2014-02-081-2/+2
* Revert "Fix settings to honor numeric conversion errors"kwolekr2014-02-051-26/+16