aboutsummaryrefslogtreecommitdiff
path: root/src/script/cpp_api/s_async.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Async environment for mods to do concurrent tasks (#11131)sfan52022-05-021-29/+154
* Async-related script cleanupssfan52021-08-281-52/+56
* Remove dead code (#10845)rubenwardy2021-01-221-29/+0
* [CSM] Don't load the IO library. (#6087)red-0012018-01-041-0/+1
* Modernize source code: last part (#6285)Loïc Blot2017-08-201-15/+10
* C++11 cleanup on constructors (#6000)Vincent Glize2017-06-191-7/+0
* Use a settings object for the main settingsShadowNinja2017-05-061-12/+5
* Fix various points reported by cppcheck (#5656)Loïc Blot2017-04-251-5/+5
* Fix various copy instead of const ref reported by cppcheck (part 3) (#5616)Loïc Blot2017-04-201-4/+4
* use unordered containers where possible (patch 4 on X)Loic Blot2016-10-061-1/+2
* Fix server crashing on Lua errorsShadowNinja2015-10-311-2/+6
* Remove some abort() callsest312015-10-261-7/+3
* Push error handler afresh each time lua_pcall is usedKahrl2015-08-271-5/+8
* Clean up threadingShadowNinja2015-08-231-41/+27
* Display Lua memory usage at the time of Out-of-Memory errorkwolekr2015-08-101-1/+1
* Improve Script CPP API diagnosticskwolekr2015-08-051-5/+4
* For usages of assert() that are meant to persist in Release builds (when NDEB...Craig Robbins2015-03-071-2/+2
* Performance fixes.onkrot2015-01-131-1/+1
* Fix over-poping and only push the core onceShadowNinja2014-05-301-8/+11
* Use "core" namespace internallyShadowNinja2014-05-081-13/+6
* Organize builtin into subdirectoriesShadowNinja2014-05-071-7/+7
* Fix code style of async APIShadowNinja2014-04-271-64/+85
* Remove dependency on marshal and many other async changesShadowNinja2014-04-271-0/+301