Send only changed node metadata to clients instead of whole mapblock (#5268)
[oweals/minetest.git] / src / script / cpp_api / s_async.h
2017-08-20 Loïc BlotModernize source code: last part (#6285)
2017-08-18 Loïc BlotOptimize headers (part 2) (#6272)
2017-08-17 Loïc BlotC++ modernize: Pragma once (#6264)
2017-08-16 Loïc BlotCleanup various headers to reduce compilation times...
2017-06-19 Vincent GlizeC++11 cleanup on constructors (#6000)
2017-06-06 Loïc BlotUse C++11 mutexes only (remove compat code) (#5922)
2017-05-06 ShadowNinjaUse a settings object for the main settings 1949/head
2017-04-19 Loïc BlotFix various copy instead of const ref reported by cppch...
2016-10-06 Loic Blotuse unordered containers where possible (patch 4 on X)
2015-08-26 KahrlPush error handler afresh each time lua_pcall is used
2015-08-24 ShadowNinjaClean up threading 2613/head
2014-04-27 ShadowNinjaFix code style of async API
2014-04-27 ShadowNinjaRemove dependency on marshal and many other async changes