summaryrefslogtreecommitdiff
path: root/plugins/MirLua/src/Modules
AgeCommit message (Collapse)Author
2018-08-02MirLua: WaitOnHandle for m_coreaunsane
2018-07-20we don't need two name sets for the same array of functionsGeorge Hazan
2018-07-15MirLua: add Evaluate option page to test scriptsaunsane
2018-07-11int hLangpack/m_hLang removed and replaced with HPLUGINGeorge Hazan
2018-07-11GUI change:George Hazan
- methods OnInitDialog, OnApply & OnClose of CDlgBase now return true if successful. return of false prevents a dialog from being loaded or left respectively; - massive code cleaning considering the 'virtual' attribute of overridden methods; - also fixes #1476 (Don't close "Create new account" window if user not set account name)
2018-06-27MirLua: code cleaningaunsane
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-28MirLua: removed global Load & Unloadaunsane
2018-05-22no more need in hLangpack variable *YAHOO*George Hazan
2018-05-22m_genmenu.h unbound from hLangpackGeorge Hazan
2018-05-20options API unbound from hLangpack and switched to CMPluginGeorge Hazan
2018-05-20MirLua: refactoringaunsane
2018-05-20MirLua: project reorderingaunsane