summaryrefslogtreecommitdiff
path: root/plugins/MirLua/src/function_loader.cpp
AgeCommit message (Collapse)Author
2018-06-06MirLua:aunsane
- add new helper function luaM_isarray - fix print of decimal point m_json module - add __pairs metamethod support - simplify code m_http module - send function should create copy of request object to prevent side effects in async calls - fix lua functions call - fix memory leaks
2018-06-03MirLua: reworked http moduleaunsane
- removed Send method - added Request method to create request without sending - added async callbacks - version bump
2018-05-20MirLua: project reorderingaunsane