aboutsummaryrefslogtreecommitdiff
path: root/src/keycode.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* For usages of assert() that are meant to persist in Release builds (when NDEB...Craig Robbins2015-03-071-3/+5
* Move hex.h to util/Loic Blot2015-02-211-1/+1
* Split settings into seperate source and header filesShadowNinja2014-09-211-0/+1
* Add support for Android 2.3+sapier2014-06-291-0/+1
* Migrate to STL containers/algorithms.Ilya Zhuravlev2013-03-111-7/+6
* Update Copyright YearsSfan52013-02-241-1/+1
* Change Minetest-c55 to MinetestPilzAdam2013-02-241-1/+1
* Fix keycodes (#325)Ilya Zhuravlev2012-12-231-1/+1
* Fix GUIKeyChangeMenu so that '/' can be inserted on a finnish keyboardPerttu Ahola2012-09-011-2/+13
* Don't crash in "unexpected multibyte character"; just print it in log. Github...Perttu Ahola2012-09-011-1/+6
* Fix wctomb useAndreas Zwinkau2012-07-211-2/+1
* Remove mbtowc warningsAndreas Zwinkau2012-07-211-6/+10
* Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola2012-06-051-4/+4
* Fix key change menu a bitPerttu Ahola2012-01-061-17/+17
* Header file tweaking; mainly for speedPerttu Ahola2011-10-121-1/+2
* Overhaul the input systemGiuseppe Bilotta2011-08-221-9/+118
* Fix keycode_to_keyname return valueGiuseppe Bilotta2011-08-131-1/+1
* Clean up key names handlingGiuseppe Bilotta2011-08-121-1/+1
* Merge branch 'master' of https://github.com/erlehmann/minetest-delta.git into...Sebastian Rühl2011-06-261-1/+44
|\
| * added new submenu for key assignmentteddydestodes2011-06-011-18/+60
|/
* Added key configuration in the configuration file.Perttu Ahola2011-05-141-0/+192