aboutsummaryrefslogtreecommitdiff
path: root/src/script/cpp_api/s_async.cpp
AgeCommit message (Expand)Author
2022-10-18Implement vector and node conversion in Lua (#12609)Jude Melton-Houghton
2022-05-02Async environment for mods to do concurrent tasks (#11131)sfan5
2021-08-28Async-related script cleanupssfan5
2021-01-22Remove dead code (#10845)rubenwardy
2018-01-04[CSM] Don't load the IO library. (#6087)red-001
2017-08-20Modernize source code: last part (#6285)Loïc Blot
2017-06-19C++11 cleanup on constructors (#6000)Vincent Glize
2017-05-06Use a settings object for the main settingsShadowNinja
2017-04-25Fix various points reported by cppcheck (#5656)Loïc Blot
2017-04-20Fix various copy instead of const ref reported by cppcheck (part 3) (#5616)Loïc Blot
2016-10-06use unordered containers where possible (patch 4 on X)Loic Blot
2015-10-31Fix server crashing on Lua errorsShadowNinja
2015-10-26Remove some abort() callsest31
2015-08-27Push error handler afresh each time lua_pcall is usedKahrl
2015-08-23Clean up threadingShadowNinja
2015-08-10Display Lua memory usage at the time of Out-of-Memory errorkwolekr
2015-08-05Improve Script CPP API diagnosticskwolekr
2015-03-07For usages of assert() that are meant to persist in Release builds (when NDEB...Craig Robbins
2015-01-13Performance fixes.onkrot
2014-05-30Fix over-poping and only push the core onceShadowNinja
2014-05-08Use "core" namespace internallyShadowNinja
2014-05-07Organize builtin into subdirectoriesShadowNinja
2014-04-27Fix code style of async APIShadowNinja
2014-04-27Remove dependency on marshal and many other async changesShadowNinja