index
:
ariadne.git
master
Linux port of mod organizer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
profile.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Send local saves to recycle bin when switching from global to local saves ins...
Mikaël Capelle
2026-06-06
1
-1
/
+1
*
Improve code for reading text files line-by-line
Jonathan Feenstra
2026-05-17
1
-15
/
+13
*
Update following SafeWriteFile changes (#2218)
RJ
2025-05-23
1
-1
/
+1
*
Refactoring of game features for better management. (#2043)
Mikaël Capelle
2024-06-09
1
-13
/
+15
*
Default profile settings (#1869)
Jeremy Rimpo
2023-09-19
1
-11
/
+37
*
Apply clang-format.
Mikaël Capelle
2023-07-09
1
-212
/
+211
*
Enable forced libraries by default
Chris Bessent
2021-08-22
1
-1
/
+1
*
Fix fixDirectoryName includes
Chris Bessent
2021-04-29
1
-1
/
+1
*
Move settings around. Remove unused settings.
Mikaël Capelle
2021-01-29
1
-5
/
+0
*
Replace isFixedPriority by hasAutomaticPriority.
Mikaël Capelle
2021-01-21
1
-4
/
+4
*
Prevent backups from being enabled.
Mikaël Capelle
2021-01-21
1
-1
/
+8
*
Use actual priority of overwrite instead of INT_MAX, and remove useless checks.
Mikaël Capelle
2021-01-21
1
-20
/
+15
*
INT_MAX -> std::numeric_limits, plus minor clean.
Mikaël Capelle
2021-01-21
1
-1
/
+1
*
Remove unused priority-related functions from Profile.
Mikaël Capelle
2021-01-21
1
-17
/
+1
*
Add const-qualifier to for loop variable.
Mikaël Capelle
2021-01-21
1
-1
/
+1
*
Increase robustness of mods priority in profile.
Mikaël Capelle
2021-01-20
1
-77
/
+123
*
Improve error message about an extra overwrite mod
Chris Bessent
2021-01-19
1
-6
/
+2
*
Clamp priority to the correct value, taking backups into account.
Mikaël Capelle
2021-01-18
1
-6
/
+14
*
Merge pull request #1366 from LostDragonist/mod_casing
Mikaël Capelle
2021-01-18
1
-0
/
+18
|
\
|
*
Add a warning about overwrite mods being disabled
Chris Bessent
2021-01-18
1
-0
/
+18
|
*
Improve performance by changing the map to be case insensitive
Chris Bessent
2021-01-16
1
-10
/
+1
|
*
Make modlist.txt less case sensitive
Chris Bessent
2021-01-16
1
-1
/
+10
*
|
moved criticalOnTop() to uibase
isanae
2021-01-18
1
-1
/
+0
|
/
*
don't count overwrite, m_Overwrite is dead code
isanae
2020-12-24
1
-4
/
+4
*
Allow absolute path for ini files.
Mikaël Capelle
2020-09-27
1
-5
/
+6
*
Fix gameDirectory() -> documentsDirectory(). Use QFileInfo more properly.
Mikaël Capelle
2020-09-27
1
-4
/
+4
*
Rename iniFilePath() -> absoluteIniFilePath().
Mikaël Capelle
2020-09-27
1
-1
/
+1
*
Add IProfile::iniFilePath().
Mikaël Capelle
2020-09-27
1
-0
/
+25
*
now using new common cmakefiles
isanae
2020-04-23
1
-3
/
+3
*
Merge pull request #1054 from isanae/bunch-of-fixes
isanae
2020-04-17
1
-0
/
+96
|
\
|
*
dump a bunch of counts for mods when selecting a profile
isanae
2020-04-17
1
-0
/
+96
*
|
Fix crash when game plugin does not provide any ini files.
AL
2020-04-17
1
-1
/
+5
|
/
*
error checking in dump()
isanae
2020-02-18
1
-5
/
+1
*
removed some ambiguous overloads for settings
isanae
2019-10-07
1
-33
/
+33
*
fixes for VS preview: missing namespace, missing setting() with two parameters
isanae
2019-10-05
1
-0
/
+5
*
split settings into a bunch of classes
isanae
2019-09-02
1
-4
/
+4
*
Merge pull request #807 from isanae/logging-rework
Jeremy Rimpo
2019-08-02
1
-21
/
+30
|
\
|
*
replaced formatSystemMessageQ() with formatSystemMessage()
isanae
2019-07-22
1
-2
/
+5
|
*
changed qDebug() to log::debug()
isanae
2019-07-22
1
-8
/
+8
|
*
changed qCritical() to log::error()
isanae
2019-07-22
1
-2
/
+2
|
*
replaced qWarning()
isanae
2019-07-22
1
-9
/
+12
|
*
removed unused or redundant stuff in error_report.h
isanae
2019-07-22
1
-1
/
+4
*
|
Refactor obsolete methods
Silarn
2019-07-03
1
-1
/
+1
|
/
*
merged CustomOverwrites and ForcedLibraries, they were mostly identical
isanae
2019-06-15
1
-2
/
+2
*
Fix typo in missing INI dialog
LostDragonist
2019-04-13
1
-1
/
+1
*
Fix conflict detection concerning overwrite
LostDragonist
2019-03-09
1
-11
/
+4
*
Make logs more consistent in format and content
LostDragonist
2019-01-30
1
-1
/
+1
*
Make logs more consistent in format and content
LostDragonist
2019-01-30
1
-11
/
+11
*
Reduce file I/O operations when enabling/disabling multiple mods
LostDragonist
2019-01-22
1
-0
/
+31
*
Remove profile-specific executable settings when removing the executable
LostDragonist
2019-01-11
1
-1
/
+6
[next]