summaryrefslogtreecommitdiff
path: root/plugins/MirLua/src/options.cpp
AgeCommit message (Collapse)Author
2023-11-15CCtrlListView::addItem() doesn't add strings in the reverse order anymoreGeorge Hazan
2023-11-06fixes #3848 (MirLua: не переводится строка)George Hazan
2021-04-03we don't pretend that we have more than one g_plugin ...George Hazan
2021-03-20code cleaningGeorge Hazan
2021-03-20MirLua: no need to enable Apply button on scripts reloadGeorge Hazan
2021-02-08more UI classes related code cleaningGeorge Hazan
2019-06-03Folders: old TCHAR helpers removedGeorge Hazan
2019-04-12wiping custom icolib functions: all another pluginsGeorge Hazan
2018-07-29MirLua:aunsane
- added script table headers - added some logic functions to variables parser
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-15MirLua:aunsane
- Lua engine moved to separate class - added ability to compile scripts - renamed script enable setting name - version bump
2018-06-01CPluginDlgBase: this class became useless because CMPlugin already has ↵George Hazan
module setting
2018-05-28MirLua: removed global Load & Unloadaunsane
2018-05-20MirLua: project reorderingaunsane