summaryrefslogtreecommitdiff
path: root/src/shared/shared.pro
Commit message (Collapse)AuthorAgeFilesLines
* .pro files - formatting/consistency fixesTheBloke2014-07-071-2/+2
| | | | | | | | | | | | | | Many small formatting changes to the majority of .pro files Consistent style for Qt version checking, using greaterThan(QT_MAJOR_VERSION, 4) This seems safest, as would continue to work for a future Qt 6 etc. Note that this makes redudundant the commit before this one, to organizer.pro Consistent indenting Moved some file configuration sections to be together with related sections Moved some installation-related sections (e.g. OUTDIR/DSTDIR) to be at the bottom, immediately before the related POST_LINK install lines. Similarly, in some cases separated out CONFIG(debug,.. checks into separate LIB/INCLUDE sections (high in file) and installation directory sections (low in file)
* - hook.dll now doesn't inject to certain applications (currently steam, ↵Tannin2013-10-051-1/+9
| | | | | | | | | | chrome and firefox) - versioning system improved. Will now report "downgrades" for mods and support a different versioning system (requires manual switch) - updates can now be ignored until a new version is uploaded - new splash screen - bugfix: a few memory leaks (shouldn't account for much) - bugfix: result of GetModuleHandle wasn't zero-terminated in some cases
* - now avoids a few unnecessary copy operations during generation of the ↵Tannin2013-07-171-3/+5
| | | | | | | directory structure - bugfix: circular dependency caused a memory leak - bugfix: removing a single mod lead to the wrong mod being deleted
* bsatk is now part of the Mod Organizer repositoryTannin2013-02-031-3/+3
|
* initial commit to mercurial repository.Tannin2013-02-031-0/+56
Corresponds to MO version 0.12.6