summaryrefslogtreecommitdiff
path: root/src/plugincontainer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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