summaryrefslogtreecommitdiff
path: root/src/profile.h
Commit message (Expand)AuthorAgeFilesLines
* Update following SafeWriteFile changes (#2218)RJ2025-05-231-1/+0
* Refactoring of game features for better management. (#2043)Mikaël Capelle2024-06-091-2/+6
* Apply clang-format.Mikaël Capelle2023-07-091-62/+70
* Move settings around. Remove unused settings.Mikaël Capelle2021-01-291-6/+0
* Use constant for minimum/maximum priorities.Mikaël Capelle2021-01-221-2/+10
* INT_MAX -> std::numeric_limits, plus minor clean.Mikaël Capelle2021-01-211-1/+1
* Remove unused priority-related functions from Profile.Mikaël Capelle2021-01-211-11/+0
* Add comment for m_NumRegularMods and remove unused methods.Mikaël Capelle2021-01-201-6/+8
* Increase robustness of mods priority in profile.Mikaël Capelle2021-01-201-19/+13
* Start working on collapsible separators.Mikaël Capelle2021-01-021-1/+1
* Rename iniFilePath() -> absoluteIniFilePath().Mikaël Capelle2020-09-271-1/+1
* Add IProfile::iniFilePath().Mikaël Capelle2020-09-271-0/+10
* dump a bunch of counts for mods when selecting a profileisanae2020-04-171-0/+2
* removed some ambiguous overloads for settingsisanae2019-10-071-7/+4
* fixes for VS preview: missing namespace, missing setting() with two parametersisanae2019-10-051-2/+5
* merged CustomOverwrites and ForcedLibraries, they were mostly identicalisanae2019-06-151-2/+2
* Reduce file I/O operations when enabling/disabling multiple modsLostDragonist2019-01-221-0/+17
* Remove profile-specific executable settings when removing the executableLostDragonist2019-01-111-1/+2
* Support for force loading librariesLostDragonist2019-01-111-0/+13
* Sort Separators by priority in Send To dialog.Al2019-01-011-0/+7
* Transition profile settings to settings.iniLostDragonist2018-12-051-4/+13
* Improve changing mod and plugin prioritiesLostDragonist2018-11-011-2/+4
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-240/+247
* Applied clang-format on sourceSandro Jäckel2018-02-221-247/+240
* - Fixed a bug that would keep re-activating the "Create files in mod instead ...Al12rs2018-02-131-0/+1
* Fix mod rename with custom profiles pathEran Mizrahi2017-12-181-0/+5
* Ensure all mostlist writing is done through the DelayedFileWriterEran Mizrahi2017-12-181-2/+7
* profiles can now be configured to use the global game settings instead of pro...Tannin2016-05-071-5/+26
* cleanupTannin2016-05-071-1/+1
* merged master into new_vfs_libraryTannin2016-02-121-3/+16
* Merge branch 'master' into new_vfs_libraryTanninOne2015-12-231-4/+0
|\
| * Facepalm moments - realised gameinfo init call is no longer needed. Removed a...Thomas Tanner2015-12-061-4/+0
* | Merge branch 'master' into new_vfs_libraryTannin2015-12-071-16/+8
|\|
| * Removes all references to GameInfo::getGameDirectory apart from one during st...Thomas Tanner2015-11-251-4/+4
| * Use IPluginGame::getIniFiles throughout.Thomas Tanner2015-11-241-12/+3
| * Replace some instances of qApp->property("managed_game") with the saved pointer.Thomas Tanner2015-11-211-0/+1
* | - no longer displaying "not logged in". This was too confusing for someTannin2015-12-071-1/+1
|/
* - some fixes to how file changes are signaled and delayedTannin2015-03-011-12/+5
* extended the game-plugin interfaceTannin2015-01-291-6/+9
* - bugfixesTannin2015-01-061-9/+7
* profiles are now created with an (empty) archives.txtTannin2014-09-101-330/+331
* normalized eol style (all files should now have windows line endings)Tannin2014-07-171-330/+330
* - test-plugins accidentally distributed in the 1.2.5 release are now automati...Tannin2014-06-251-1/+1
* - very effective optimization to findfirstfile-callsTannin2014-05-051-0/+1
* - added buttons to backup and restore the modlist and pluginlistTannin2014-04-051-1/+5
* - ini file changes that would have to overwrite ini tweaks are now stored in ...Tannin2014-02-171-0/+5
* Merge with defaultTannin2013-03-221-1/+1
|\
| * - some more safety checks in the ini-limit removal codeTannin2013-03-131-292/+292
* | - support for grouping filters for mod list (incomplete)Tannin2013-03-221-292/+301
|/
* initial commit to mercurial repository.Tannin2013-02-031-0/+311