summaryrefslogtreecommitdiff
path: root/plugins/StartPosition/src/startposition.cpp
AgeCommit message (Collapse)Author
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-26BYTE -> uint8_tGeorge Hazan
2018-07-11int hLangpack/m_hLang removed and replaced with HPLUGINGeorge Hazan
2018-05-20options API unbound from hLangpack and switched to CMPluginGeorge Hazan
2018-05-20CMPlugin to receive a reference to PLUGININFOEXGeorge Hazan
2018-05-17Tipper, StopSpamMod, StopSpam, StatusManager, StatusChange, StartupSilence, ↵George Hazan
StartPosition, SplashScreen, SpellChecker, Spamotron => CMPlugin
2018-04-28StartPosition: fix broken hook (thx ghazan)Goraf
2018-04-18PLUGIN<> to half-automatically calculate the dll's g_hInstance and pass it ↵George Hazan
inside
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵Kirill Volinsky
62202ed10617927d5429bc59898e12a366abe744)
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-11-03StartPostion: use base classGoraf
* rewrite using classes * reduce globals * remove obsolete headers * code cleaning