Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Switch F3 to use 'enable_fog' setting | ThomasMonroe314 | 2018-02-08 |
| | |||
* | Remove DSTACK support (#6346) | Loïc Blot | 2017-08-30 |
| | | | 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. | ||
* | C++ modernize: Pragma once (#6264) | Loïc Blot | 2017-08-17 |
| | | | | * Migrate cpp headers to pragma once | ||
* | Make direct item selection keys freely bindable | Wuzzy | 2017-07-30 |
| | |||
* | Autorun: Change to 'autoforward' (#5926) | Paramat | 2017-06-08 |
| | | | | | Minetest does not have 'run'. Automatic forwards is very often used while flying or swimming, so a general word is more suitable. | ||
* | Add configurable key bindings for hotbar scrolling, and for changing volume. | Wuzzy | 2017-05-06 |
| | |||
* | LINT: Switch whitelist check from egrep to awk | Loïc Blot | 2017-04-06 |
| | | | | Bonus: make CI happy with the last rules fix | ||
* | Clang-format: trivial fix on some headers (#5495) | Loïc Blot | 2017-04-01 |
| | | | Fix some headers style and remove them from whitelist | ||
* | Change command prefix to "." and add "help" command. | red-001 | 2017-03-26 |
| | |||
* | Add zoom, tweakable with zoom_fov, default key: Z (like optifine) | Esteban I. Ruiz Moreno | 2016-08-10 |
| | |||
* | Initial Gamepad support | est31 | 2016-06-03 |
| | | | | | | | Adds initial ingame gamepad support to minetest. Full Formspec support is not implemented yet and can be added by a later change. | ||
* | Input related generalisations | est31 | 2016-06-03 |
* Move key types into own file * Use Generalized input methods in game.cpp |