| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | .pro files - formatting/consistency fixes | TheBloke | 2014-07-07 | 1 | -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, ↵ | Tannin | 2013-10-05 | 1 | -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 ↵ | Tannin | 2013-07-17 | 1 | -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 repository | Tannin | 2013-02-03 | 1 | -3/+3 |
| | | |||||
| * | initial commit to mercurial repository. | Tannin | 2013-02-03 | 1 | -0/+56 |
| Corresponds to MO version 0.12.6 | |||||
