aboutsummaryrefslogtreecommitdiff
path: root/src/guiKeyChangeMenu.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update Copyright YearsSfan52013-02-241-3/+3
|
* Change Minetest-c55 to MinetestPilzAdam2013-02-241-1/+1
|
* Translate key functions in key change menuPilzAdam2013-01-301-17/+17
|
* Fixed two typo's in commit 615fd498bcdannydark2013-01-071-1/+1
|
* Fix typo doubletab -> doubletapPilzAdam2013-01-041-5/+5
|
* Switch to fly mode if spacebar is doubleclickedPilzAdam2013-01-041-0/+20
| | | | Can be turned off in the key change GUI or in minetest.conf via doubletab_space
* Only fly through walls in noclip mode wich requires the noclip privilegePilzAdam2012-12-111-0/+2
|
* Add aux1_descends to key change menuPerttu Ahola2012-09-051-2/+21
|
* Fix GUIKeyChangeMenu so that '/' can be inserted on a finnish keyboardPerttu Ahola2012-09-011-3/+19
|
* A bunch of GUIKeyChangeMenu fixesThomas Lauro2012-09-011-516/+137
| | | | | | | - Display message when associating a key already in use - Fix issue for not beeing able to assign space to an action - Cleaning up - Make it build (by celeron55)
* Switch the license to be LGPLv2/later, with small parts still remaining as ↵Perttu Ahola2012-06-051-4/+4
| | | | GPLv2/later, by agreement of major contributors
* Use gettext for more basic user interface stringsPerttu Ahola2012-06-041-4/+4
|
* World creation button and dialog and functionalityPerttu Ahola2012-03-131-0/+22
|
* Add a note about minetest.conf in the key change dialog (because it sucks)Perttu Ahola2012-03-111-2/+2
|
* Chat console, including a number of rebases and modifications.Kahrl2012-03-101-0/+28
| | | | Defaults modified from original: alpha=200, key=F10
* Add IDropAction and related stuffKahrl2011-11-291-0/+30
|
* Header file tweaking; mainly for speedPerttu Ahola2011-10-121-14/+20
|
* 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