aboutsummaryrefslogtreecommitdiff
path: root/src/keycode.h
AgeCommit message (Collapse)Author
2012-09-01Fix GUIKeyChangeMenu so that '/' can be inserted on a finnish keyboardPerttu Ahola
2012-06-17Optimize headersPerttu Ahola
2012-06-05Switch the license to be LGPLv2/later, with small parts still remaining as ↵Perttu Ahola
GPLv2/later, by agreement of major contributors
2012-03-10Different implementation of KeyPress::operator==Kahrl
Fixes some key mapping issues.
2011-08-22Overhaul the input systemGiuseppe Bilotta
This allows us to map the keys which are not considered in irrlicht's EKEY_CODE system, such as \, [, /, ] etc.
2011-08-13Fix keycode_to_keyname return valueGiuseppe Bilotta
2011-08-12Clean up key names handlingGiuseppe Bilotta
Constify keycode and move the static array of localizable names from the guiKeyChangeMenu header to the implementation file, changing its name.
2011-07-22* key change menu now saving immediatelyPerttu Ahola
2011-06-26Merge branch 'master' of https://github.com/erlehmann/minetest-delta.git ↵Sebastian Rühl
into upstream_merge Conflicts: .gitignore CMakeLists.txt data/heart.png src/CMakeLists.txt src/game.cpp src/guiMainMenu.cpp src/inventory.cpp src/map.cpp src/mapblock.cpp src/mapnode.cpp src/mapnode.h src/materials.cpp src/server.cpp Signed-off-by: Sebastian Rühl <bahamada_basti@yahoo.de>
2011-06-01added new submenu for key assignmentteddydestodes
configwriting/saving isn't complete and will break your config if you use fancy keys
2011-05-15added missing #ifndef KEYCODE_HEADER to keycode.hPerttu Ahola
2011-05-14Added key configuration in the configuration file.Perttu Ahola