index
:
minetest.git
gpcf
lifo-fixes
release
modified minetest for gpcfs purposes
gpcf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
script
/
cpp_api
/
s_async.cpp
Commit message (
Expand
)
Author
Age
*
Async environment for mods to do concurrent tasks (#11131)
sfan5
2022-05-02
*
Async-related script cleanups
sfan5
2021-08-28
*
Remove dead code (#10845)
rubenwardy
2021-01-22
*
[CSM] Don't load the IO library. (#6087)
red-001
2018-01-04
*
Modernize source code: last part (#6285)
Loïc Blot
2017-08-20
*
C++11 cleanup on constructors (#6000)
Vincent Glize
2017-06-19
*
Use a settings object for the main settings
ShadowNinja
2017-05-06
*
Fix various points reported by cppcheck (#5656)
Loïc Blot
2017-04-25
*
Fix various copy instead of const ref reported by cppcheck (part 3) (#5616)
Loïc Blot
2017-04-20
*
use unordered containers where possible (patch 4 on X)
Loic Blot
2016-10-06
*
Fix server crashing on Lua errors
ShadowNinja
2015-10-31
*
Remove some abort() calls
est31
2015-10-26
*
Push error handler afresh each time lua_pcall is used
Kahrl
2015-08-27
*
Clean up threading
ShadowNinja
2015-08-23
*
Display Lua memory usage at the time of Out-of-Memory error
kwolekr
2015-08-10
*
Improve Script CPP API diagnostics
kwolekr
2015-08-05
*
For usages of assert() that are meant to persist in Release builds (when NDEB...
Craig Robbins
2015-03-07
*
Performance fixes.
onkrot
2015-01-13
*
Fix over-poping and only push the core once
ShadowNinja
2014-05-30
*
Use "core" namespace internally
ShadowNinja
2014-05-08
*
Organize builtin into subdirectories
ShadowNinja
2014-05-07
*
Fix code style of async API
ShadowNinja
2014-04-27
*
Remove dependency on marshal and many other async changes
ShadowNinja
2014-04-27