minetest/builtin
Ben Deutsch 397a701f98 Safe digging and placing (#6127)
* Setting: Safe digging and placing

* New setting 'safe_dig_and_place' under Controls
* If set, digging and placing will not auto-repeat
* Releasing buttons unblocks the respective action again
* Useful for inexperienced users in creative mode where default
  repeat times may be too short

* Safe placing (right click repetition) does not need a guarding flag

* Added new setting to minetest.conf.example
2017-08-24 08:30:46 +02:00
..
async Use "core" namespace internally 2014-05-08 13:02:04 -04:00
client Revert "CSM: Revert "[CSM] Add send_chat_message and run_server_chatcommand"" 2017-07-15 09:28:10 +02:00
common Add minetest.rgba function that returns ColorString from RGBA or RGB values 2017-06-22 03:11:50 +01:00
fstk Use a settings object for the main settings 2017-05-06 15:33:19 -04:00
game Respect object property hp_max field for players (#6287) 2017-08-23 22:32:10 +02:00
mainmenu Make world creation menu automatically generate a random world name (#6257) 2017-08-18 19:39:44 +02:00
profiler Create a filesystem abstraction layer for CSM and only allow accessing files that are scanned into it. (#5965) 2017-06-30 20:14:39 +02:00
init.lua Create a filesystem abstraction layer for CSM and only allow accessing files that are scanned into it. (#5965) 2017-06-30 20:14:39 +02:00
settingtypes.txt Safe digging and placing (#6127) 2017-08-24 08:30:46 +02:00