Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-13 | Merge branch 'master' of https://github.com/minetest/minetest | Elias Fleckenstein | |
2021-04-20 | Add a key to toggle map block bounds (#11172) | Seth Traverse | |
It's often useful to know where the map block boundaries are for doing server admin work and the like. Adds three modes: single mapblock, range of 5, and disabled. | |||
2021-03-26 | Merge branch 'master' of https://github.com/minetest/minetest | Elias Fleckenstein | |
2021-02-24 | Use "Aux1" key name consistently everywhere | Wuzzy | |
2020-11-29 | Remove NextItem | Elias Fleckenstein | |
2020-11-28 | Merged Minetest | Elias Fleckenstein | |
2020-11-09 | Joystick: Remap joystick-specific KeyTypes to generic ones | Markus Koch | |
According to the following table: * MOUSE_L -> DIG * MOUSE_R -> PLACE * SCROLL_UP -> HOTBAR_NEXT * SCROLL_DOWN -> HOTBAR_PREV This commit entirely removes the special KeyTypes used for joysticks. Support for the MOUSE KeyTypes had already been removed in the main game code without adapting the joystick code, breaking joystick input. This commit restores joystick functionality. | |||
2020-11-04 | Revert "Make Lint Happy" | Elias Fleckenstein | |
This reverts commit ad148587dcf5244c2d2011dba339786c765c54c4. | |||
2020-11-04 | Make Lint Happy | Elias Fleckenstein | |
2020-10-17 | New Mod System | Elias Fleckenstein | |
2020-08-15 | Allow binding dig, place actions to keys; remove LMB/RMB hardcoding | ANAND | |
Co-authored-by: Sam Caulfield <sam@samcaulfield.com> | |||
2020-08-14 | Some Updates | Elias Fleckenstein | |
2020-07-28 | Added cheat Menu | Elias Fleckenstein | |
2020-07-18 | Added customizable keybindings, improved freecam, added special inventory ↵ | Elias Fleckenstein | |
keybind (by default ender inventory) | |||
2020-07-06 | Initial Commit | Elias Fleckenstein | |
2018-12-31 | Extend pitch fly mode to swimming (#7943) | random-geek | |
2018-12-02 | Raise hotbar limit to 32 slots, add associated keybinding options (#7916) | Vanessa Dannenberg | |
add associated keybinding options update docs and settingtypes | |||
2018-12-01 | Added pitch fly mode (#7817) | Gaël C | |
In pitch fly mode, you fly to the exact direction you are pointing at, using the forward key. Other move directions are also pitched accordingly. It allows smoother and more complex movements. Can be enabled/disabled by L key by default (set keymap_pitchfly in minetest.conf) | |||
2018-02-08 | Switch F3 to use 'enable_fog' setting | ThomasMonroe314 | |
2017-08-30 | Remove 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-17 | C++ modernize: Pragma once (#6264) | Loïc Blot | |
* Migrate cpp headers to pragma once | |||
2017-07-30 | Make direct item selection keys freely bindable | Wuzzy | |
2017-06-08 | Autorun: Change to 'autoforward' (#5926) | Paramat | |
Minetest does not have 'run'. Automatic forwards is very often used while flying or swimming, so a general word is more suitable. | |||
2017-05-06 | Add configurable key bindings for hotbar scrolling, and for changing volume. | Wuzzy | |
2017-04-06 | LINT: Switch whitelist check from egrep to awk | Loïc Blot | |
Bonus: make CI happy with the last rules fix | |||
2017-04-01 | Clang-format: trivial fix on some headers (#5495) | Loïc Blot | |
Fix some headers style and remove them from whitelist | |||
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-06-03 | Initial Gamepad support | est31 | |
Adds initial ingame gamepad support to minetest. Full Formspec support is not implemented yet and can be added by a later change. | |||
2016-06-03 | Input related generalisations | est31 | |
* Move key types into own file * Use Generalized input methods in game.cpp |