Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-08 | Move files to subdirectories (#6599) | Vitaliy | |
* Move files around | |||
2017-08-20 | Modernize code: very last fixes (#6290) | Loïc Blot | |
Last modernization fixes | |||
2017-08-16 | Cleanup various headers to reduce compilation times (#6255) | Loïc Blot | |
* Cleanup various headers to reduce compilation times | |||
2017-06-17 | Cpp11 initializers 2 (#5999) | Loïc Blot | |
* C++11 patchset 10: continue cleanup on constructors * Drop obsolete bool MainMenuData::enable_public (setting is called with cURL in server loop) * More classes cleanup * More classes cleanup + change NULL tests to boolean tests | |||
2017-05-20 | Improve password change menu (#5757) | red-001 | |
- Fix the GUI getting messed up when resizing - Save the input when resizing | |||
2017-05-09 | Add cancel button to password change menu. (#5720) | red-001 | |
* Add cancel button to password change menu. | |||
2015-07-08 | Use UTF-8 instead of narrow | est31 | |
Use wide_to_utf8 and utf8_to_wide instead of wide_to_narrow and narrow_to_wide at almost all places. Only exceptions: test functions for narrow conversion, and chat, which is done in a separate commit. | |||
2015-04-17 | Refactor around translatePassword | est31 | |
Change types for passed password from wstring to string, which removes converting back and forth in most cases. Move the narrow_to_wide conversion, where its neccessary, closer to irrlicht. Remove trailing spaces in guiPasswordChange.cpp. Make parameters for translatePassword passed as const reference. | |||
2015-02-12 | Minor fixes in translations | ngosang | |
2015-02-05 | Reduce gettext wide/narrow and string/char* conversions | ShadowNinja | |
2013-11-11 | Fix win32/msvc i18n (quite UGLY version, blame Microsoft) | sapier | |
2013-05-19 | Fix nearly all warnings | kwolekr | |
2013-04-07 | fix memory leaks introduced by invalid gettext usage | sapier | |
2013-02-24 | Update Copyright Years | Sfan5 | |
2013-02-24 | Change Minetest-c55 to Minetest | PilzAdam | |
2011-10-12 | Header file tweaking; mainly for speed | Perttu Ahola | |
2011-08-02 | Use wgettext | Giuseppe Bilotta | |
2011-07-30 | set locales to C because en_US not installed on some systems, only UTF-8 ↵ | Constantin Wenger | |
version and en_US.UTF-8 does not work. | |||
2011-07-30 | fixed displaying "umlauts" (deutsch umlaute) and hopefully other non ASCII ↵ | Constantin Wenger | |
chars, too | |||
2011-07-22 | changed some lines to fit the 80chars limit | Constantin Wenger | |
2011-07-20 | added gettext support | Constantin Wenger | |
german translation file and bashscript to update translations | |||
2011-05-31 | Updated licenses of CiaranG's contributions to be in line with the new ↵ | celeron55 | |
contribution policy and added a TODO note to server.cpp | |||
2011-05-22 | Added the ability to change your password (via pause menu) | Ciaran Gultnieks | |
--HG-- extra : rebase_source : e8ec407f60711d42d33be4811b2880088f617b5b |