]> git.lizzy.rs Git - minetest.git/history - src/util/string.h
decode_base64: Allow '=' padding character
[minetest.git] / src / util / string.h
2020-07-28 Hugues RossSanitize world directory names on create. Keep original...
2020-04-25 EvidenceB KidscodeAdd server side translations capability (#9733)
2020-03-07 Jean-Patrick GuerreroGUIHyperText: Fix bug with UTF8 chars in action name...
2019-11-03 Pierre-Yves RolloFormspec: add hypertext element
2018-08-05 Ben DeutschReplace auth.txt with SQLite auth database (#7279)
2018-04-23 Thomas--SFormspecs: Allow setting alpha value for the box[]...
2017-08-24 EkdohibsAdd clientside translations.
2017-08-20 Loïc BlotModernize source code: last part (#6285)
2017-08-17 Loïc BlotC++ modernize: Pragma once (#6264)
2017-06-04 Loïc BlotC++11 patchset 2: remove util/cpp11.h and util/cpp11_co...
2017-05-11 red-001Rework escape/pause menu (#5719)
2017-04-19 Loïc BlotFix various copy instead of const ref reported by cppch...
2017-04-17 SmallJokerFix MSVC build broken by 34d32ce
2017-04-15 Loïc BlotImplement delayed server shutdown with cancelation...
2017-01-07 sfan5Revert "Extend minetest.is_yes()"
2017-01-07 red-001Extend minetest.is_yes()
2016-10-06 Loic BlotUse more unordered_maps to improve performance in c...
2016-08-11 Rogier-5Use the standard to_string() functions for C++11 (...
2016-06-11 kwolekrRandom misc. warning fixes and cleanups
2016-05-31 EkdohibsAdd colored text (not only colored chat).
2016-04-23 EkdohibsEscape more strings: formspecs, item descriptions,...
2016-03-15 EkdohibsRemove chat escape sequences from chat messages, for...
2016-03-07 est31Add minetest.register_lbm() to run code on block load...
2015-11-06 est31Add server side ncurses terminal
2015-07-08 est31Use UTF-8 instead of narrow
2015-06-20 figecMore correct wrap_rows implementation
2015-06-18 figecFix wrap_rows at inner byte of multibyte sequence
2015-06-17 est31Make wrap_rows not wrap inside utf-8 multibyte sequences
2015-06-13 est31Add utf-8 conversion utilities and re-add intlGUIEditBox
2015-05-19 kwolekrSplit ObjDef/ObjDefManager out to objdef.cpp
2015-05-11 est31Make early protocol auth mechanism generic, and add SRP
2015-04-26 Aaron SuenFix fast leaves with texture_clean_transparent enabled.
2015-04-17 est31Refactor around translatePassword
2015-03-07 Craig RobbinsFix Android text bug (no text displaying)
2015-02-05 ShadowNinjaReduce gettext wide/narrow and string/char* conversions
2015-01-16 Craig RobbinsMake minor style change(unescape_string())
2015-01-15 ShadowNinjaFix unescape_string removing all backslashes
2015-01-03 ShadowNinjaDeduplicate code and use stdlib in string functions
2014-11-25 KodexKyFixes for Android build errors. Enable sensor landscape...
2014-11-02 Craig RobbinsCleanup and (mostly) document util/string.h and (very...
2014-10-29 Craig RobbinsFix bug introduced by me (Zeno)
2014-10-29 Craig RobbinsAdded names colours and refactored parseColorString()
2014-10-05 BlockMenAdd [colorize modifier
2014-09-28 BlockMenStandardize tooltip row detection
2014-09-21 ShadowNinjaUse const references for Settings methods
2014-06-29 sapierFix msvc2012 build
2014-06-29 sapierAdd formspec api versioning
2014-03-12 ShadowNinjaReplace usage of long long with u64/s64
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
2014-02-05 kwolekrRevert "Fix settings to honor numeric conversion errors"
2014-02-05 sapierFix settings to honor numeric conversion errors
2013-12-13 KahrlImplement urlencode and urldecode
2013-11-05 kwolekrAccept hexadecimal and string values for seeds
2013-09-10 KahrlChange mainmenu texture handling + small misc changes
2013-09-09 Ilya ZhuravlevAdd dummy and LevelDB database backends
2013-08-14 KahrlOmnicleanup: header cleanup, add ModApiUtil shared...
2013-07-07 PilzAdamSettings: everything != 0 equals true; remove .asm...
2013-03-30 WeblateMerge remote branch 'origin/master'
2013-03-06 kwolekrAllow any character in formspec strings with escape...
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 kwolekrFix compile under MingW
2012-12-16 Ilya ZhuravlevAdded ability to fetch media from remote server (using...
2012-09-04 Matthew IEnforce stricter world names using a blacklist
2012-06-16 Perttu AholaInitially split utility.h to multiple files in util/