index
:
minetest.git
clamp
dual_wielding
find_nodes_in_area
handswap_keybind
hud_font_style
itemmeta_restrictions
mirror_hands
physics
serversoundpack
stencil_shadows
wield_animation
lizzy's patches for luanti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
script
/
cpp_api
/
s_async.h
Age
Commit message (
Expand
)
Author
2022-05-02
Async environment for mods to do concurrent tasks (#11131)
sfan5
2021-08-28
Async-related script cleanups
sfan5
2021-01-22
Remove dead code (#10845)
rubenwardy
2017-08-20
Modernize source code: last part (#6285)
Loïc Blot
2017-08-18
Optimize headers (part 2) (#6272)
Loïc Blot
2017-08-17
C++ modernize: Pragma once (#6264)
Loïc Blot
2017-08-16
Cleanup various headers to reduce compilation times (#6255)
Loïc Blot
2017-06-19
C++11 cleanup on constructors (#6000)
Vincent Glize
2017-06-06
Use C++11 mutexes only (remove compat code) (#5922)
Loïc Blot
2017-05-06
Use a settings object for the main settings
ShadowNinja
2017-04-20
Fix various copy instead of const ref reported by cppcheck (part 3) (#5616)
Loïc Blot
2016-10-06
use unordered containers where possible (patch 4 on X)
Loic Blot
2015-08-27
Push error handler afresh each time lua_pcall is used
Kahrl
2015-08-23
Clean up threading
ShadowNinja
2014-04-27
Fix code style of async API
ShadowNinja
2014-04-27
Remove dependency on marshal and many other async changes
ShadowNinja