summaryrefslogtreecommitdiff
path: root/src/profile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't set save path or mygamesdirectory in initweaksJeremy Rimpo2017-12-071-12/+0
* minor cleanupTannin2016-06-011-1/+3
* profiles can now be configured to use the global game settings instead of pro...Tannin2016-05-071-5/+44
* cleanupTannin2016-05-071-8/+9
* moved plugins.txt reading/writing to game pluginTannin2016-05-061-1/+1
* merged master into new_vfs_libraryTannin2016-02-121-10/+26
* made instance-switching usableTannin2016-01-101-3/+4
* removed get-prefix from many getters. removed const from managed_game variable.Tannin2015-12-281-1/+1
* Merge branch 'master' into new_vfs_libraryTannin2015-12-071-23/+15
|\
| * Removes all references to GameInfo::getGameDirectory apart from one during st...Thomas Tanner2015-11-251-3/+5
| * Use IPluginGame::getIniFiles throughout.Thomas Tanner2015-11-241-9/+1
| * Removes igameinfo.h from everywhere apart from (sort of) the pythonrunner plu...Thomas Tanner2015-11-221-1/+0
| * Replace some instances of qApp->property("managed_game") with the saved pointer.Thomas Tanner2015-11-211-11/+10
* | some fixes/disabled code required since hook.dll is goneTannin2015-11-191-1/+3
|/
* - bugfix: immediately after creating the first profile, the directory structureTannin2015-05-231-1/+5
* dropped redundant report.h/report.cppTannin2015-05-091-1/+1
* cosmetic changes and increased version numberTannin2015-04-081-1/+1
* - some fixes to how file changes are signaled and delayedTannin2015-03-011-40/+11
* extended the game-plugin interfaceTannin2015-01-291-96/+28
* Merge with branch1.2Tannin2015-01-241-5/+8
|\
| * fixed logging in case of changes and errors in the mod listTannin2015-01-221-4/+7
| * - download servers that haven't been available for over a month are now purge...Tannin2015-01-071-1/+1
* | - bugfixesTannin2015-01-061-23/+24
* | MergeTannin2015-01-041-10/+12
|\ \
| * | replaced all uses of NULL with nullptrTannin2014-11-281-7/+7
| * | cleanup und bugfixes after refactoringTannin2014-11-281-3/+5
* | | Merge with branch1.2Tannin2015-01-031-1/+1
|\| | | |/ |/|
| * - moved the hook-recursion-protection to tlsTannin2014-09-291-4/+3
| * - several style fixes suggested by static analysisTannin2014-09-241-1/+3
| * profiles are now created with an (empty) archives.txtTannin2014-09-101-783/+789
| * - download-list will no longer show a file as having incomplete data if there...Tannin2014-07-211-10/+11
| * normalized eol style (all files should now have windows line endings)Tannin2014-07-171-782/+782
* | removed use of ModInfo::internalNameTannin2014-12-091-1/+1
* | bugfix: ini tweaks were not applied in priority orderTannin2014-12-041-2/+3
* | - moved the hook-recursion-protection to tlsTannin2014-09-291-4/+3
* | - several style fixes suggested by static analysisTannin2014-09-241-1/+3
* | profiles are now created with an (empty) archives.txtTannin2014-09-101-783/+789
* | - download-list will no longer show a file as having incomplete data if there...Tannin2014-07-211-10/+11
* | normalized eol style (all files should now have windows line endings)Tannin2014-07-171-782/+782
|/
* - test-plugins accidentally distributed in the 1.2.5 release are now automati...Tannin2014-06-251-7/+6
* - added pseudo-categories to filter for mo-managed vs. unmanaged modsTannin2014-06-161-1/+0
* - loot client now only updates the masterlist once per MO sessionTannin2014-06-081-1/+20
* - added a new mod type that represents files handled externally (i.e. DLCs) a...Tannin2014-05-311-6/+12
* - very effective optimization to findfirstfile-callsTannin2014-05-051-4/+3
* - improved NCC compatibilityTannin2014-03-261-2/+2
* - ini file changes that would have to overwrite ini tweaks are now stored in ...Tannin2014-02-171-0/+6
* - boss integrationTannin2014-01-231-25/+9
* - option to ignore/unignore updates is now only shown if there IS an updateTannin2013-10-061-2/+2
* - hook.dll now doesn't inject to certain applications (currently steam, chrom...Tannin2013-10-051-1/+2
* - esp reader now handles invalid files more gracefullyTannin2013-09-211-0/+1