index
:
minetest.git
gpcf
lifo-fixes
release
modified minetest for gpcfs purposes
gpcf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
keycode.cpp
Commit message (
Expand
)
Author
Age
*
Use the `ARRLEN` macro in more places and remove an unused macro. (#5260)
red-001
2017-02-18
*
Add missing keyname_to_keycode function (needed on Android)
sfan5
2016-10-28
*
Rewrite keycode.cpp (Keycode handling & names)
sfan5
2016-09-25
*
Fix camera updates being toggled by N key in release mode (#2762)
Kahrl
2015-08-07
*
Move globals from main.cpp to more sane locations
Craig Robbins
2015-04-01
*
For usages of assert() that are meant to persist in Release builds (when NDEB...
Craig Robbins
2015-03-07
*
Move hex.h to util/
Loic Blot
2015-02-21
*
Split settings into seperate source and header files
ShadowNinja
2014-09-21
*
Add support for Android 2.3+
sapier
2014-06-29
*
Migrate to STL containers/algorithms.
Ilya Zhuravlev
2013-03-11
*
Update Copyright Years
Sfan5
2013-02-24
*
Change Minetest-c55 to Minetest
PilzAdam
2013-02-24
*
Fix keycodes (#325)
Ilya Zhuravlev
2012-12-23
*
Fix GUIKeyChangeMenu so that '/' can be inserted on a finnish keyboard
Perttu Ahola
2012-09-01
*
Don't crash in "unexpected multibyte character"; just print it in log. Github...
Perttu Ahola
2012-09-01
*
Fix wctomb use
Andreas Zwinkau
2012-07-21
*
Remove mbtowc warnings
Andreas Zwinkau
2012-07-21
*
Switch the license to be LGPLv2/later, with small parts still remaining as GP...
Perttu Ahola
2012-06-05
*
Fix key change menu a bit
Perttu Ahola
2012-01-06
*
Header file tweaking; mainly for speed
Perttu Ahola
2011-10-12
*
Overhaul the input system
Giuseppe Bilotta
2011-08-22
*
Fix keycode_to_keyname return value
Giuseppe Bilotta
2011-08-13
*
Clean up key names handling
Giuseppe Bilotta
2011-08-12
*
Merge branch 'master' of https://github.com/erlehmann/minetest-delta.git into...
Sebastian Rühl
2011-06-26
|
\
|
*
added new submenu for key assignment
teddydestodes
2011-06-01
|
/
*
Added key configuration in the configuration file.
Perttu Ahola
2011-05-14