Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Use UTF-8 instead of narrow | est31 | 2015-07-08 |
| | | | | | 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. | ||
* | Refactor around translatePassword | est31 | 2015-04-17 |
| | | | | | | | 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. | ||
* | Minor fixes in translations | ngosang | 2015-02-12 |
| | |||
* | Reduce gettext wide/narrow and string/char* conversions | ShadowNinja | 2015-02-05 |
| | |||
* | Fix win32/msvc i18n (quite UGLY version, blame Microsoft) | sapier | 2013-11-11 |
| | |||
* | Fix nearly all warnings | kwolekr | 2013-05-19 |
| | |||
* | fix memory leaks introduced by invalid gettext usage | sapier | 2013-04-07 |
| | |||
* | Update Copyright Years | Sfan5 | 2013-02-24 |
| | |||
* | Change Minetest-c55 to Minetest | PilzAdam | 2013-02-24 |
| | |||
* | Header file tweaking; mainly for speed | Perttu Ahola | 2011-10-12 |
| | |||
* | Use wgettext | Giuseppe Bilotta | 2011-08-02 |
| | |||
* | set locales to C because en_US not installed on some systems, only UTF-8 ↵ | Constantin Wenger | 2011-07-30 |
| | | | | version and en_US.UTF-8 does not work. | ||
* | fixed displaying "umlauts" (deutsch umlaute) and hopefully other non ASCII ↵ | Constantin Wenger | 2011-07-30 |
| | | | | chars, too | ||
* | changed some lines to fit the 80chars limit | Constantin Wenger | 2011-07-22 |
| | |||
* | added gettext support | Constantin Wenger | 2011-07-20 |
| | | | | german translation file and bashscript to update translations | ||
* | Updated licenses of CiaranG's contributions to be in line with the new ↵ | celeron55 | 2011-05-31 |
| | | | | contribution policy and added a TODO note to server.cpp | ||
* | Added the ability to change your password (via pause menu) | Ciaran Gultnieks | 2011-05-22 |
--HG-- extra : rebase_source : e8ec407f60711d42d33be4811b2880088f617b5b |