index
:
minetest.git
clamp
dual_wielding
find_nodes_in_area
handswap_keybind
hud_font_style
itemmeta_restrictions
mirror_hands
physics
serversoundpack
stencil_shadows
wield_animation
lizzy's patches for luanti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util
/
string.h
Age
Commit message (
Expand
)
Author
2018-08-05
Replace auth.txt with SQLite auth database (#7279)
Ben Deutsch
2018-04-23
Formspecs: Allow setting alpha value for the box[] element
Thomas--S
2017-08-24
Add clientside translations.
Ekdohibs
2017-08-20
Modernize source code: last part (#6285)
Loïc Blot
2017-08-17
C++ modernize: Pragma once (#6264)
Loïc Blot
2017-06-04
C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h (#5821)
Loïc Blot
2017-05-11
Rework escape/pause menu (#5719)
red-001
2017-04-20
Fix various copy instead of const ref reported by cppcheck (part 3) (#5616)
Loïc Blot
2017-04-17
Fix MSVC build broken by 34d32ce
SmallJoker
2017-04-15
Implement delayed server shutdown with cancelation (#4664)
Loïc Blot
2017-01-07
Revert "Extend minetest.is_yes()"
sfan5
2017-01-07
Extend minetest.is_yes()
red-001
2016-10-06
Use more unordered_maps to improve performance in c++11 builds
Loic Blot
2016-08-11
Use the standard to_string() functions for C++11 (#4279)
Rogier-5
2016-06-11
Random misc. warning fixes and cleanups
kwolekr
2016-05-31
Add colored text (not only colored chat).
Ekdohibs
2016-04-24
Escape more strings: formspecs, item descriptions, infotexts...
Ekdohibs
2016-03-15
Remove chat escape sequences from chat messages, for future colored chat.
Ekdohibs
2016-03-07
Add minetest.register_lbm() to run code on block load only
est31
2015-11-06
Add server side ncurses terminal
est31
2015-07-08
Use UTF-8 instead of narrow
est31
2015-06-20
More correct wrap_rows implementation
figec
2015-06-18
Fix wrap_rows at inner byte of multibyte sequence
figec
2015-06-17
Make wrap_rows not wrap inside utf-8 multibyte sequences
est31
2015-06-13
Add utf-8 conversion utilities and re-add intlGUIEditBox
est31
2015-05-18
Split ObjDef/ObjDefManager out to objdef.cpp
kwolekr
2015-05-11
Make early protocol auth mechanism generic, and add SRP
est31
2015-04-26
Fix fast leaves with texture_clean_transparent enabled.
Aaron Suen
2015-04-17
Refactor around translatePassword
est31
2015-03-07
Fix Android text bug (no text displaying)
Craig Robbins
2015-02-05
Reduce gettext wide/narrow and string/char* conversions
ShadowNinja
2015-01-16
Make minor style change(unescape_string())
Craig Robbins
2015-01-15
Fix unescape_string removing all backslashes
ShadowNinja
2015-01-03
Deduplicate code and use stdlib in string functions
ShadowNinja
2014-11-25
Fixes for Android build errors. Enable sensor landscape rotation.
KodexKy
2014-11-02
Cleanup and (mostly) document util/string.h and (very) minor refactoring
Craig Robbins
2014-10-29
Fix bug introduced by me (Zeno)
Craig Robbins
2014-10-29
Added names colours and refactored parseColorString()
Craig Robbins
2014-10-05
Add [colorize modifier
BlockMen
2014-09-28
Standardize tooltip row detection
BlockMen
2014-09-21
Use const references for Settings methods
ShadowNinja
2014-06-29
Fix msvc2012 build
sapier
2014-06-29
Add formspec api versioning
sapier
2014-03-12
Replace usage of long long with u64/s64
ShadowNinja
2014-02-09
Add capability to read table flag fields from Lua API
kwolekr
2014-02-08
Make flag strings clear specified flag with 'no' prefix
kwolekr
2014-02-05
Revert "Fix settings to honor numeric conversion errors"
kwolekr
2014-02-04
Fix settings to honor numeric conversion errors
sapier
2013-12-13
Implement urlencode and urldecode
Kahrl
2013-11-04
Accept hexadecimal and string values for seeds
kwolekr
[next]