aboutsummaryrefslogtreecommitdiff
path: root/src/guiKeyChangeMenu.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add configurable key bindings for hotbar scrolling, and for changing volume.Wuzzy2017-05-061-6/+18
* Change command prefix to "." and add "help" command.red-0012017-03-261-0/+2
* Add zoom, tweakable with zoom_fov, default key: Z (like optifine)Esteban I. Ruiz Moreno2016-08-101-0/+2
* Fix for cropped text "Toggle Cinematic"Snipie2016-07-051-1/+1
* Mainmenu: Standardize the menu button order and sizesSmallJoker2016-04-281-2/+2
* Change i++ to ++iDavid Jones2015-08-251-1/+1
* Close keybind settings menu with escest312015-06-301-5/+7
* Move globals from main.cpp to more sane locationsCraig Robbins2015-04-011-1/+0
* For usages of assert() that are meant to persist in Release builds (when NDEB...Craig Robbins2015-03-071-3/+3
* Add camera smoothing and cinematic mode (F8)rubenwardy2015-02-251-20/+22
* Minor fixes in translationsngosang2015-02-121-5/+5
* Reduce gettext wide/narrow and string/char* conversionsShadowNinja2015-02-051-15/+16
* Create faster key cache for main game loop (client)Craig Robbins2014-11-101-0/+8
* Fix win32/msvc i18n (quite UGLY version, blame Microsoft)sapier2013-11-111-14/+3
* fix memory leaks introduced by invalid gettext usagesapier2013-04-071-29/+57
* 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
* 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
* Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola2012-06-051-4/+4
* 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
* 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
* Overhaul the input systemGiuseppe Bilotta2011-08-221-107/+67
* Fix typos in key namesGiuseppe Bilotta2011-08-221-2/+2
* Clean up key names handlingGiuseppe Bilotta2011-08-121-39/+67
* marked strings as translationConstantin Wenger2011-08-051-39/+39
* 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