summaryrefslogtreecommitdiff
path: root/src/profile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove profile-specific executable settings when removing the executableLostDragonist2019-01-111-1/+6
* Support for force loading librariesLostDragonist2019-01-111-1/+117
* Made Delete INIs and Saves dialogs remember selection.Al2019-01-061-8/+9
* Change qPrintable to qUtf8Printable to better support non-ASCII textLostDragonist2019-01-051-9/+9
* Don't call ASCII function with unicodeLostDragonist2019-01-031-1/+1
* Improve missing INI dialog when switching profilesLostDragonist2019-01-021-5/+6
* Use WriteRegistryValue function to handle read-only filesLostDragonist2018-12-261-2/+4
* Prevent missing INI dialog from popping up when creating a new instance with ...LostDragonist2018-12-241-1/+1
* Don't mention save games when dealing with INI filesLostDragonist2018-12-191-1/+1
* Make language about profile-specific settings and save games consistentLostDragonist2018-12-191-4/+4
* Re-initialize the profile configuration if INI files are missingLostDragonist2018-12-191-1/+19
* Optionally delete and restore profile-specific game INI files when changing t...LostDragonist2018-12-191-0/+21
* Enable per-profile game INI files by default againLostDragonist2018-12-191-3/+1
* Transition profile settings to settings.iniLostDragonist2018-12-051-50/+82
* Improve changing mod and plugin prioritiesLostDragonist2018-11-011-37/+34
* Support for multi-game downloadsSilarn2018-04-161-0/+1
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-524/+632
* Applied clang-format on sourceSandro Jäckel2018-02-221-632/+524
* - Fixed a bug that would keep re-activating the "Create files in mod instead ...Al12rs2018-02-131-0/+5
* Fix mod rename with custom profiles pathEran Mizrahi2017-12-181-0/+76
* Ensure all mostlist writing is done through the DelayedFileWriterEran Mizrahi2017-12-181-4/+19
* 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