summaryrefslogtreecommitdiff
path: root/src/keycode.cpp
Commit message (Expand)AuthorAge
* Use the `ARRLEN` macro in more places and remove an unused macro. (#5260)red-0012017-02-18
* Add missing keyname_to_keycode function (needed on Android)sfan52016-10-28
* Rewrite keycode.cpp (Keycode handling & names)sfan52016-09-25
* Fix camera updates being toggled by N key in release mode (#2762)Kahrl2015-08-07
* Move globals from main.cpp to more sane locationsCraig Robbins2015-04-01
* For usages of assert() that are meant to persist in Release builds (when NDEB...Craig Robbins2015-03-07
* Move hex.h to util/Loic Blot2015-02-21
* Split settings into seperate source and header filesShadowNinja2014-09-21
* Add support for Android 2.3+sapier2014-06-29
* Migrate to STL containers/algorithms.Ilya Zhuravlev2013-03-11
* Update Copyright YearsSfan52013-02-24
* Change Minetest-c55 to MinetestPilzAdam2013-02-24
* Fix keycodes (#325)Ilya Zhuravlev2012-12-23
* Fix GUIKeyChangeMenu so that '/' can be inserted on a finnish keyboardPerttu Ahola2012-09-01
* Don't crash in "unexpected multibyte character"; just print it in log. Github...Perttu Ahola2012-09-01
* Fix wctomb useAndreas Zwinkau2012-07-21
* Remove mbtowc warningsAndreas Zwinkau2012-07-21
* Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola2012-06-05
* Fix key change menu a bitPerttu Ahola2012-01-06
* Header file tweaking; mainly for speedPerttu Ahola2011-10-12
* Overhaul the input systemGiuseppe Bilotta2011-08-22
* Fix keycode_to_keyname return valueGiuseppe Bilotta2011-08-13
* Clean up key names handlingGiuseppe Bilotta2011-08-12
* Merge branch 'master' of https://github.com/erlehmann/minetest-delta.git into...Sebastian Rühl2011-06-26
|\
| * added new submenu for key assignmentteddydestodes2011-06-01
|/
* Added key configuration in the configuration file.Perttu Ahola2011-05-14