summaryrefslogtreecommitdiff
path: root/src/guiKeyChangeMenu.cpp
Commit message (Collapse)AuthorAge
* Add configurable key bindings for hotbar scrolling, and for changing volume.Wuzzy2017-05-06
|
* Change command prefix to "." and add "help" command.red-0012017-03-26
|
* Add zoom, tweakable with zoom_fov, default key: Z (like optifine)Esteban I. Ruiz Moreno2016-08-10
|
* Fix for cropped text "Toggle Cinematic"Snipie2016-07-05
|
* Mainmenu: Standardize the menu button order and sizesSmallJoker2016-04-28
|
* Change i++ to ++iDavid Jones2015-08-25
|
* Close keybind settings menu with escest312015-06-30
|
* Move globals from main.cpp to more sane locationsCraig Robbins2015-04-01
| | | | | | | | | | | | 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
* For usages of assert() that are meant to persist in Release builds (when ↵Craig Robbins2015-03-07
| | | | NDEBUG is defined), replace those usages with persistent alternatives
* Add camera smoothing and cinematic mode (F8)rubenwardy2015-02-25
|
* Minor fixes in translationsngosang2015-02-12
|
* Reduce gettext wide/narrow and string/char* conversionsShadowNinja2015-02-05
|
* Create faster key cache for main game loop (client)Craig Robbins2014-11-10
|
* Fix win32/msvc i18n (quite UGLY version, blame Microsoft)sapier2013-11-11
|
* fix memory leaks introduced by invalid gettext usagesapier2013-04-07
|
* Update Copyright YearsSfan52013-02-24
|
* Change Minetest-c55 to MinetestPilzAdam2013-02-24
|
* Translate key functions in key change menuPilzAdam2013-01-30
|
* Fixed two typo's in commit 615fd498bcdannydark2013-01-07
|
* Fix typo doubletab -> doubletapPilzAdam2013-01-04
|
* Switch to fly mode if spacebar is doubleclickedPilzAdam2013-01-04
| | | | 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-11
|
* Add aux1_descends to key change menuPerttu Ahola2012-09-05
|
* Fix GUIKeyChangeMenu so that '/' can be inserted on a finnish keyboardPerttu Ahola2012-09-01
|
* A bunch of GUIKeyChangeMenu fixesThomas Lauro2012-09-01
| | | | | | | - 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-05
| | | | GPLv2/later, by agreement of major contributors
* Use gettext for more basic user interface stringsPerttu Ahola2012-06-04
|
* 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