aboutsummaryrefslogtreecommitdiff
path: root/src/guiKeyChangeMenu.cpp
AgeCommit message (Collapse)Author
2017-11-08Move files to subdirectories (#6599)Vitaliy
* Move files around
2017-08-30Remove DSTACK support (#6346)Loïc Blot
Debugstacks is not useful, we don't really use it, the DebugStack is not pertinent, gdb and lldb are better if we really want to debug.
2017-08-20Modernize code: very last fixes (#6290)Loïc Blot
Last modernization fixes
2017-08-13Change “Use” key name to “Special”TeTpaAka
2017-08-09Key change menu: Expose more keysWuzzy
2017-06-17Cpp11 initializers 2 (#5999)Loïc Blot
* C++11 patchset 10: continue cleanup on constructors * Drop obsolete bool MainMenuData::enable_public (setting is called with cURL in server loop) * More classes cleanup * More classes cleanup + change NULL tests to boolean tests
2017-05-06Add configurable key bindings for hotbar scrolling, and for changing volume.Wuzzy
2017-03-26Change command prefix to "." and add "help" command.red-001
2016-08-10Add zoom, tweakable with zoom_fov, default key: Z (like optifine)Esteban I. Ruiz Moreno
2016-07-05Fix for cropped text "Toggle Cinematic"Snipie
2016-04-28Mainmenu: Standardize the menu button order and sizesSmallJoker
2015-08-25Change i++ to ++iDavid Jones
2015-06-30Close keybind settings menu with escest31
2015-04-01Move globals from main.cpp to more sane locationsCraig Robbins
Move debug streams to log.cpp|h Move GUI-related globals to clientlauncher Move g_settings and g_settings_path to settings.cpp|h Move g_menuclouds to clouds.cpp|h Move g_profiler to profiler.cpp|h
2015-03-07For usages of assert() that are meant to persist in Release builds (when ↵Craig Robbins
NDEBUG is defined), replace those usages with persistent alternatives
2015-02-25Add camera smoothing and cinematic mode (F8)rubenwardy
2015-02-12Minor fixes in translationsngosang
2015-02-05Reduce gettext wide/narrow and string/char* conversionsShadowNinja
2014-11-10Create faster key cache for main game loop (client)Craig Robbins
2013-11-11Fix win32/msvc i18n (quite UGLY version, blame Microsoft)sapier
2013-04-07fix memory leaks introduced by invalid gettext usagesapier
2013-02-24Update Copyright YearsSfan5
2013-02-24Change Minetest-c55 to MinetestPilzAdam
2013-01-30Translate key functions in key change menuPilzAdam
2013-01-07Fixed two typo's in commit 615fd498bcdannydark
2013-01-04Fix typo doubletab -> doubletapPilzAdam
2013-01-04Switch to fly mode if spacebar is doubleclickedPilzAdam
Can be turned off in the key change GUI or in minetest.conf via doubletab_space
2012-12-11Only fly through walls in noclip mode wich requires the noclip privilegePilzAdam
2012-09-05Add aux1_descends to key change menuPerttu Ahola
2012-09-01Fix GUIKeyChangeMenu so that '/' can be inserted on a finnish keyboardPerttu Ahola
2012-09-01A bunch of GUIKeyChangeMenu fixesThomas Lauro
- 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)
2012-06-05Switch the license to be LGPLv2/later, with small parts still remaining as ↵Perttu Ahola
GPLv2/later, by agreement of major contributors
2012-06-04Use gettext for more basic user interface stringsPerttu Ahola
2012-03-13World creation button and dialog and functionalityPerttu Ahola
2012-03-11Add a note about minetest.conf in the key change dialog (because it sucks)Perttu Ahola
2012-03-10Chat console, including a number of rebases and modifications.Kahrl
Defaults modified from original: alpha=200, key=F10
2011-11-29Add IDropAction and related stuffKahrl
2011-10-12Header file tweaking; mainly for speedPerttu Ahola
2011-08-22Introduce hotkey for calling up a command windowGiuseppe Bilotta
This is just a chat window with the / text pre-loaded.
2011-08-22Overhaul the input systemGiuseppe Bilotta
This allows us to map the keys which are not considered in irrlicht's EKEY_CODE system, such as \, [, /, ] etc.
2011-08-22Fix typos in key namesGiuseppe Bilotta
2011-08-12Clean up key names handlingGiuseppe Bilotta
Constify keycode and move the static array of localizable names from the guiKeyChangeMenu header to the implementation file, changing its name.
2011-08-05marked strings as translationConstantin Wenger
now translated if set to a button
2011-08-05fixed displaying special chars in the keychange menuConstantin Wenger
2011-08-02Use wgettextGiuseppe Bilotta
2011-08-02Get rid of unused variablesGiuseppe Bilotta
2011-07-30set some more text to gettext and updated po filesConstantin Wenger
2011-07-30Removed remaining -delta referencesPerttu Ahola
2011-07-22* key change menu now saving immediatelyPerttu Ahola
2011-06-01added new submenu for key assignmentteddydestodes
configwriting/saving isn't complete and will break your config if you use fancy keys