summaryrefslogtreecommitdiff
path: root/src/plugincontainer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* added more timingsisanae2020-02-181-0/+2
| | | | missed fileregisterfwd.h in cmake list
* initial Spawner and SpawnedProcessisanae2019-11-061-0/+1
| | | | | | | added steam app id to spawn parameters removed threadHandle, unused moved most of the stuff from OrganizerCore::spawnBinaryProcess() to Spawner replaced m_UserInterface by m_MainWindow
* documentation for settingsisanae2019-09-081-2/+2
| | | | renamed some PluginSettings members and moved them around
* moved plugins to settingsisanae2019-09-021-3/+3
|
* changed qDebug() to log::debug()isanae2019-07-221-7/+7
| | | | removed some commented out logging
* changed qCritical() to log::error()isanae2019-07-221-2/+3
| | | | removed now unused vlog()
* replaced qWarning()isanae2019-07-221-5/+6
|
* Prevent diagnose plugins that return false for isActive from reporting ↵LostDragonist2019-03-231-0/+4
| | | | notifications
* Change qPrintable to qUtf8Printable to better support non-ASCII textLostDragonist2019-01-051-7/+7
|
* Take a list of proxied plugins for each name to work around multiple ↵AnyOldName32018-05-021-8/+12
| | | | inheritance issues
* Support for multi-game downloadsSilarn2018-04-161-1/+2
|
* Make pluginFileNames() include those of proxied plugins, too.AnyOldName32018-04-131-0/+6
|
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-231/+267
| | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
* Applied clang-format on sourceSandro Jäckel2018-02-221-267/+231
|
* Add warning when MO1 hook.dll is left in game folderEran Mizrahi2018-01-131-0/+1
|
* cleanupTannin2016-05-071-2/+2
|
* added interface for file mapping pluginsTannin2015-11-231-1/+7
|
* small stuffTannin2015-06-121-1/+1
|
* MergeTannin2015-05-091-2/+2
|\
| * Fix a meory leak with modules that error during loadingTom Tanner2015-03-221-2/+2
| | | | | | | | More Sconscript stuff
* | refactoringsTannin2015-04-121-3/+3
|/
* - some fixes to how file changes are signaled and delayedTannin2015-03-011-1/+2
|
* tons of code cleanup and minor fixes to harden the code (mostly suggestions ↵Tannin2015-02-251-4/+7
| | | | from static code analysis)
* replaced all uses of NULL with nullptrTannin2014-11-281-4/+4
| | | | fixed a few placed where NULL was used as a number or boolean
* cleanup und bugfixes after refactoringTannin2014-11-281-6/+14
|
* - started on a refactoring moving functionality out of the MainWindow classTannin2014-11-211-0/+329
- started on support for game-plugins