aboutsummaryrefslogtreecommitdiff
path: root/src/guiKeyChangeMenu.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Introduce hotkey for calling up a command windowGiuseppe Bilotta2011-08-221-0/+30
| | | | This is just a chat window with the / text pre-loaded.
* Overhaul the input systemGiuseppe Bilotta2011-08-221-107/+67
| | | | | This allows us to map the keys which are not considered in irrlicht's EKEY_CODE system, such as \, [, /, ] etc.
* Fix typos in key namesGiuseppe Bilotta2011-08-221-2/+2
|
* Clean up key names handlingGiuseppe Bilotta2011-08-121-39/+67
| | | | | Constify keycode and move the static array of localizable names from the guiKeyChangeMenu header to the implementation file, changing its name.
* marked strings as translationConstantin Wenger2011-08-051-39/+39
| | | | now translated if set to a button
* fixed displaying special chars in the keychange menuConstantin Wenger2011-08-051-2/+11
|
* Use wgettextGiuseppe Bilotta2011-08-021-29/+29
|
* Get rid of unused variablesGiuseppe Bilotta2011-08-021-2/+0
|
* set some more text to gettext and updated po filesConstantin Wenger2011-07-301-41/+43
|
* Removed remaining -delta referencesPerttu Ahola2011-07-301-1/+1
|
* * key change menu now saving immediatelyPerttu Ahola2011-07-221-1/+1
|
* added new submenu for key assignmentteddydestodes2011-06-011-0/+598
configwriting/saving isn't complete and will break your config if you use fancy keys