aboutsummaryrefslogtreecommitdiff
path: root/src/guiKeyChangeMenu.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* World creation button and dialog and functionalityPerttu Ahola2012-03-131-22/+0
|
* Chat console, including a number of rebases and modifications.Kahrl2012-03-101-0/+3
| | | | Defaults modified from original: alpha=200, key=F10
* Add IDropAction and related stuffKahrl2011-11-291-0/+3
|
* Introduce hotkey for calling up a command windowGiuseppe Bilotta2011-08-221-0/+3
| | | | This is just a chat window with the / text pre-loaded.
* Overhaul the input systemGiuseppe Bilotta2011-08-221-13/+14
| | | | | This allows us to map the keys which are not considered in irrlicht's EKEY_CODE system, such as \, [, /, ] etc.
* Clean up key names handlingGiuseppe Bilotta2011-08-121-45/+18
| | | | | Constify keycode and move the static array of localizable names from the guiKeyChangeMenu header to the implementation file, changing its name.
* Keys should be s32, not u32Giuseppe Bilotta2011-08-081-14/+14
| | | | | | At least two reasons for this: * activeKey is treated as signed (check for sign, assign -1, etc) * the ID retrieved from Irrlicht's events are signed
* marked strings as translationConstantin Wenger2011-08-051-17/+17
| | | | now translated if set to a button
* set some more text to gettext and updated po filesConstantin Wenger2011-07-301-17/+18
|
* Removed remaining -delta referencesPerttu Ahola2011-07-301-1/+1
|
* added new submenu for key assignmentteddydestodes2011-06-011-0/+133
configwriting/saving isn't complete and will break your config if you use fancy keys