summaryrefslogtreecommitdiff
path: root/src/guiKeyChangeMenu.cpp
Commit message (Collapse)AuthorAge
* World creation button and dialog and functionalityPerttu Ahola2012-03-13
|
* Add a note about minetest.conf in the key change dialog (because it sucks)Perttu Ahola2012-03-11
|
* Chat console, including a number of rebases and modifications.Kahrl2012-03-10
| | | | Defaults modified from original: alpha=200, key=F10
* Add IDropAction and related stuffKahrl2011-11-29
|
* Header file tweaking; mainly for speedPerttu Ahola2011-10-12
|
* Introduce hotkey for calling up a command windowGiuseppe Bilotta2011-08-22
| | | | This is just a chat window with the / text pre-loaded.
* Overhaul the input systemGiuseppe Bilotta2011-08-22
| | | | | 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-22
|
* Clean up key names handlingGiuseppe Bilotta2011-08-12
| | | | | 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-05
| | | | now translated if set to a button
* fixed displaying special chars in the keychange menuConstantin Wenger2011-08-05
|
* Use wgettextGiuseppe Bilotta2011-08-02
|
* Get rid of unused variablesGiuseppe Bilotta2011-08-02
|
* set some more text to gettext and updated po filesConstantin Wenger2011-07-30
|
* Removed remaining -delta referencesPerttu Ahola2011-07-30
|
* * key change menu now saving immediatelyPerttu Ahola2011-07-22
|
* added new submenu for key assignmentteddydestodes2011-06-01
configwriting/saving isn't complete and will break your config if you use fancy keys