minetest/src/script/common
Auke Kok 5b3fbf9cf7 Implement client node dig prediction
Dig prediction allows clients to remove dug nodes without
waiting for server acknowledgement.
This patch allows mods to override dig prediction,
it can either be turned off or a different "prediction node"
can be selected.
2017-09-11 20:54:20 +02:00
..
CMakeLists.txt Clean up and tweak build system 2015-03-27 15:00:48 -04:00
c_content.cpp Implement client node dig prediction 2017-09-11 20:54:20 +02:00
c_content.h Modernize source code: last part (#6285) 2017-08-20 13:30:50 +02:00
c_converter.cpp Modernize source code: last part (#6285) 2017-08-20 13:30:50 +02:00
c_converter.h Modernize source code: last part (#6285) 2017-08-20 13:30:50 +02:00
c_internal.cpp 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
c_internal.h Modernize source code: last part (#6285) 2017-08-20 13:30:50 +02:00
c_types.cpp Remove lua_State parameter from LuaError::LuaError 2014-03-15 16:28:59 -04:00
c_types.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00