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