Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update Copyright Years | Sfan5 | 2013-02-24 |
| | |||
* | Change Minetest-c55 to Minetest | PilzAdam | 2013-02-24 |
| | |||
* | Fix GUIKeyChangeMenu so that '/' can be inserted on a finnish keyboard | Perttu Ahola | 2012-09-01 |
| | |||
* | Optimize headers | Perttu Ahola | 2012-06-17 |
| | |||
* | Switch the license to be LGPLv2/later, with small parts still remaining as ↵ | Perttu Ahola | 2012-06-05 |
| | | | | GPLv2/later, by agreement of major contributors | ||
* | Different implementation of KeyPress::operator== | Kahrl | 2012-03-10 |
| | | | | Fixes some key mapping issues. | ||
* | Overhaul the input system | Giuseppe Bilotta | 2011-08-22 |
| | | | | | This allows us to map the keys which are not considered in irrlicht's EKEY_CODE system, such as \, [, /, ] etc. | ||
* | Fix keycode_to_keyname return value | Giuseppe Bilotta | 2011-08-13 |
| | |||
* | Clean up key names handling | Giuseppe Bilotta | 2011-08-12 |
| | | | | | Constify keycode and move the static array of localizable names from the guiKeyChangeMenu header to the implementation file, changing its name. | ||
* | * key change menu now saving immediately | Perttu Ahola | 2011-07-22 |
| | |||
* | Merge branch 'master' of https://github.com/erlehmann/minetest-delta.git ↵ | Sebastian Rühl | 2011-06-26 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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> | ||
| * | added new submenu for key assignment | teddydestodes | 2011-06-01 |
|/ | | | | configwriting/saving isn't complete and will break your config if you use fancy keys | ||
* | added missing #ifndef KEYCODE_HEADER to keycode.h | Perttu Ahola | 2011-05-15 |
| | |||
* | Added key configuration in the configuration file. | Perttu Ahola | 2011-05-14 |