I have read that the game Minetest is powered by Irrlicht, so that's why I would like to report some objectionable bug.
Minetest supports other language than English and user can set his own language. The trouble is, that if the keyboard layout is non-US, example CS (Czech), we can not write some numbers for the new server setting, as following:
4 - (normally we need to press SHIFT+4 to get number 4) - but it behave like enter key.
7 - (normally we need to press SHIFT+7 to get number 7) - but it does nothing
01235689 - works well
The same reported bug here: https://github.com/minetest/minetest/issues/845
Informations:
======================================================================================
- Minetest 0.4.x(tested from 0.4.7)-0.4.11
- OS Linux (tested on Mageia 4 64bit, Ubuntu 14.04 64bit, Fedora 21 64bit) - everywhere it is the same
- no faults/errors in the terminal, just only:
Code: Select all
[yullaw@localhost Plocha]$ ./minetest
Irrlicht log: Irrlicht Engine version 1.8.1
Irrlicht log: Linux 3.14.24-desktop-1.mga4 #1 SMP Sat Nov 15 23:54:03 UTC 2014 x86_64
Irrlicht log: Using renderer: OpenGL 3.0
Irrlicht log: Mesa DRI Intel(R) Ivybridge Mobile : Intel Open Source Technology Center
Irrlicht log: OpenGL driver version is 1.2 or better.
Irrlicht log: GLSL version: 1.3
Code: Select all
[yullaw@localhost ~]$ locale
LANG=cs_CZ.UTF-8
LC_CTYPE=cs_CZ.UTF-8
LC_NUMERIC=cs_CZ.UTF-8
LC_TIME=cs_CZ.UTF-8
LC_COLLATE=cs_CZ.UTF-8
LC_MONETARY=cs_CZ.UTF-8
LC_MESSAGES=cs_CZ.UTF-8
LC_PAPER=cs_CZ.UTF-8
LC_NAME=cs_CZ.UTF-8
LC_ADDRESS=cs_CZ.UTF-8
LC_TELEPHONE=cs_CZ.UTF-8
LC_MEASUREMENT=cs_CZ.UTF-8
LC_IDENTIFICATION=cs_CZ.UTF-8
LC_ALL=
Code: Select all
$ LANGUAGE=cs minetest