| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Switch from fmtlib to std::format. (#2031) | Mikaël Capelle | 2024-05-25 | 1 | -2/+2 |
| | | | | | | * Switch from fmtlib to std::format. * Remove libffi from dependencies in Github action. | ||||
| * | Apply clang-format. | Mikaël Capelle | 2023-07-09 | 1 | -72/+67 |
| | | |||||
| * | Convert everything to CRLF. | Mikaël Capelle | 2023-07-09 | 1 | -283/+283 |
| | | |||||
| * | Update following addition of IPluginGame::listSaves(). | Mikaël Capelle | 2020-11-18 | 1 | -97/+8 |
| | | |||||
| * | Fix transfer saves for recursive saves. | Mikaël Capelle | 2020-09-28 | 1 | -8/+17 |
| | | |||||
| * | Allow MO2 to find game saves into subdirectories. | Mikaël Capelle | 2020-09-28 | 1 | -6/+20 |
| | | |||||
| * | Merge pull request #807 from isanae/logging-rework | Jeremy Rimpo | 2019-08-02 | 1 | -7/+6 |
| |\ | | | | | Logging rework | ||||
| | * | changed qCritical() to log::error() | isanae | 2019-07-22 | 1 | -7/+6 |
| | | | | | | | | | removed now unused vlog() | ||||
| * | | Refactor obsolete methods | Silarn | 2019-07-03 | 1 | -1/+1 |
| |/ | |||||
| * | Make logs more consistent in format and content | LostDragonist | 2019-01-30 | 1 | -1/+1 |
| | | |||||
| * | Various save game improvements related to script extender files | Jeremy Rimpo | 2018-03-20 | 1 | -20/+10 |
| | | | | | | * Improve handling of SE save transfers and deletes with main save * Add indicator in save popup dialog if SE save file is present | ||||
| * | Revert "Applied clang-format on source" | Sandro Jäckel | 2018-02-23 | 1 | -188/+254 |
| | | | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e. | ||||
| * | Applied clang-format on source | Sandro Jäckel | 2018-02-22 | 1 | -254/+188 |
| | | |||||
| * | Scan for and include script extender save files when transferring saves | Jeremy Rimpo | 2017-12-08 | 1 | -0/+20 |
| | | |||||
| * | merged master into new_vfs_library | Tannin | 2016-02-12 | 1 | -196/+215 |
| | | |||||
| * | slight fixes to transfer saves functionality | TanninOne | 2015-12-28 | 1 | -6/+7 |
| | | |||||
| * | improved file overwriting in transfersaves dialog | Tannin | 2015-12-18 | 1 | -17/+7 |
| | | |||||
| * | Merge branch 'master' into new_vfs_library | Tannin | 2015-12-07 | 1 | -4/+8 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/gameinfoimpl.cpp src/installationmanager.cpp src/mainwindow.cpp src/organizercore.cpp src/organizercore.h src/organizerproxy.cpp src/organizerproxy.h src/savegamegamebryo.cpp src/savegamegamebyro.h src/selfupdater.h src/shared/fallout3info.cpp src/shared/fallout3info.h src/shared/falloutnvinfo.cpp src/shared/falloutnvinfo.h src/shared/gameinfo.cpp src/shared/gameinfo.h src/shared/oblivioninfo.cpp src/shared/oblivioninfo.h src/shared/skyriminfo.cpp src/shared/skyriminfo.h src/spawn.cpp src/transfersavesdialog.cpp | ||||
| | * | Most of work for savegame | Thomas Tanner | 2015-12-05 | 1 | -2/+2 |
| | | | |||||
| | * | Replace last occurrence of GameInfo::getNexusGameID and remove a whole load ↵ | Thomas Tanner | 2015-11-26 | 1 | -1/+4 |
| | | | | | | | | | of gameinfo.h includes | ||||
| | * | Removes all references to GameInfo::getGameDirectory apart from one during ↵ | Thomas Tanner | 2015-11-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | startup Did some const correctness improvements Also may have fixed a potential crash as the Profile copy constructor didn't copy the m_GamePlugin membber | ||||
| * | | added support for fallout 4 savegames | Tannin | 2015-11-23 | 1 | -1/+1 |
| |/ | |||||
| * | bugfix: save games didn't show up in the transfer saves dialog | Tannin | 2015-04-08 | 1 | -9/+3 |
| | | |||||
| * | cleanup | Tannin | 2015-01-29 | 1 | -5/+5 |
| | | |||||
| * | Merge with branch1.2 | Tannin | 2015-01-24 | 1 | -0/+1 |
| |\ | |||||
| | * | cleanup (mostly removing unused includes) | Tannin | 2015-01-22 | 1 | -0/+1 |
| | | | |||||
| * | | - bugfixes | Tannin | 2015-01-06 | 1 | -10/+13 |
| |/ | | | | | | | - moved more functionality to game-plugins - further decoupled management functionality from the UI - created another "tutorial" which is only a single page with relevant parts of the ui highlighted with info as tooltips | ||||
| * | normalized eol style (all files should now have windows line endings) | Tannin | 2014-07-17 | 1 | -328/+328 |
| | | |||||
| * | - Save game management: re-factored getting of filenames including .skse | TheBloke | 2014-07-11 | 1 | -11/+4 |
| | | | | | | | | | | | | | -- New - SaveGame->saveFiles(), returns all filenames for save (eg. ess + skse) -- Moved - SaveGameGameBryo->attachedFiles() to SaveGame->attachedFiles() -- This allows the getting of save file names with just a SaveGame object, not a GameBryo object, which would do a full file read including plugins and image etc. -- Therefore SaveGame is no longer abstract. - Transfer Saves: re-factored to use new SaveGame->saveFiles() method -- Removed - TransferSavesDialog->getFilesToProcess, now redundant as information is now provided by SaveGame class itself. | ||||
| * | - moved shared and uibase libraries to namespaces | Tannin | 2013-02-17 | 1 | -312/+316 |
| | | | | | - bugfix: the "fix mods" function was accessing the save game data incorrectly, causing a crash | ||||
| * | initial commit to mercurial repository. | Tannin | 2013-02-03 | 1 | -0/+331 |
| Corresponds to MO version 0.12.6 | |||||
