index
:
minetest.git
clamp
dual_wielding
find_nodes_in_area
handswap_keybind
hud_font_style
itemmeta_restrictions
mirror_hands
physics
serversoundpack
stencil_shadows
wield_animation
lizzy's patches for luanti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
guiKeyChangeMenu.cpp
Age
Commit message (
Expand
)
Author
2017-11-08
Move files to subdirectories (#6599)
Vitaliy
2017-08-30
Remove DSTACK support (#6346)
Loïc Blot
2017-08-20
Modernize code: very last fixes (#6290)
Loïc Blot
2017-08-13
Change “Use” key name to “Special”
TeTpaAka
2017-08-09
Key change menu: Expose more keys
Wuzzy
2017-06-17
Cpp11 initializers 2 (#5999)
Loïc Blot
2017-05-06
Add configurable key bindings for hotbar scrolling, and for changing volume.
Wuzzy
2017-03-26
Change command prefix to "." and add "help" command.
red-001
2016-08-10
Add zoom, tweakable with zoom_fov, default key: Z (like optifine)
Esteban I. Ruiz Moreno
2016-07-05
Fix for cropped text "Toggle Cinematic"
Snipie
2016-04-28
Mainmenu: Standardize the menu button order and sizes
SmallJoker
2015-08-25
Change i++ to ++i
David Jones
2015-06-30
Close keybind settings menu with esc
est31
2015-04-01
Move globals from main.cpp to more sane locations
Craig Robbins
2015-03-07
For usages of assert() that are meant to persist in Release builds (when NDEB...
Craig Robbins
2015-02-25
Add camera smoothing and cinematic mode (F8)
rubenwardy
2015-02-12
Minor fixes in translations
ngosang
2015-02-05
Reduce gettext wide/narrow and string/char* conversions
ShadowNinja
2014-11-10
Create faster key cache for main game loop (client)
Craig Robbins
2013-11-11
Fix win32/msvc i18n (quite UGLY version, blame Microsoft)
sapier
2013-04-07
fix memory leaks introduced by invalid gettext usage
sapier
2013-02-24
Update Copyright Years
Sfan5
2013-02-24
Change Minetest-c55 to Minetest
PilzAdam
2013-01-30
Translate key functions in key change menu
PilzAdam
2013-01-07
Fixed two typo's in commit 615fd498bc
dannydark
2013-01-04
Fix typo doubletab -> doubletap
PilzAdam
2013-01-04
Switch to fly mode if spacebar is doubleclicked
PilzAdam
2012-12-11
Only fly through walls in noclip mode wich requires the noclip privilege
PilzAdam
2012-09-05
Add aux1_descends to key change menu
Perttu Ahola
2012-09-01
Fix GUIKeyChangeMenu so that '/' can be inserted on a finnish keyboard
Perttu Ahola
2012-09-01
A bunch of GUIKeyChangeMenu fixes
Thomas Lauro
2012-06-05
Switch the license to be LGPLv2/later, with small parts still remaining as GP...
Perttu Ahola
2012-06-04
Use gettext for more basic user interface strings
Perttu Ahola
2012-03-13
World creation button and dialog and functionality
Perttu Ahola
2012-03-11
Add a note about minetest.conf in the key change dialog (because it sucks)
Perttu Ahola
2012-03-10
Chat console, including a number of rebases and modifications.
Kahrl
2011-11-29
Add IDropAction and related stuff
Kahrl
2011-10-12
Header file tweaking; mainly for speed
Perttu Ahola
2011-08-22
Introduce hotkey for calling up a command window
Giuseppe Bilotta
2011-08-22
Overhaul the input system
Giuseppe Bilotta
2011-08-22
Fix typos in key names
Giuseppe Bilotta
2011-08-12
Clean up key names handling
Giuseppe Bilotta
2011-08-05
marked strings as translation
Constantin Wenger
2011-08-05
fixed displaying special chars in the keychange menu
Constantin Wenger
2011-08-02
Use wgettext
Giuseppe Bilotta
2011-08-02
Get rid of unused variables
Giuseppe Bilotta
2011-07-30
set some more text to gettext and updated po files
Constantin Wenger
2011-07-30
Removed remaining -delta references
Perttu Ahola
2011-07-22
* key change menu now saving immediately
Perttu Ahola
2011-06-01
added new submenu for key assignment
teddydestodes