summaryrefslogtreecommitdiff
path: root/src/guiKeyChangeMenu.cpp
AgeCommit message (Collapse)Author
2011-11-29Add IDropAction and related stuffKahrl
2011-10-12Header file tweaking; mainly for speedPerttu Ahola
2011-08-22Introduce hotkey for calling up a command windowGiuseppe Bilotta
This is just a chat window with the / text pre-loaded.
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-22Fix typos in key namesGiuseppe 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-08-05marked strings as translationConstantin Wenger
now translated if set to a button
2011-08-05fixed displaying special chars in the keychange menuConstantin Wenger
2011-08-02Use wgettextGiuseppe Bilotta
2011-08-02Get rid of unused variablesGiuseppe Bilotta
2011-07-30set some more text to gettext and updated po filesConstantin Wenger
2011-07-30Removed remaining -delta referencesPerttu Ahola
2011-07-22* key change menu now saving immediatelyPerttu Ahola
2011-06-01added new submenu for key assignmentteddydestodes
configwriting/saving isn't complete and will break your config if you use fancy keys