summaryrefslogtreecommitdiff
path: root/src/savegame.h
Commit message (Collapse)AuthorAgeFilesLines
* cleanupTannin2016-05-191-121/+0
|
* fixed display of savegame widget in case parsing failsTannin2015-12-181-4/+4
|
* Gets rid of last vestiges of GameInfo apart from startup and hookdllThomas Tanner2015-12-051-15/+5
| | | | Working on sorting out savegame stuff
* normalized eol style (all files should now have windows line endings)Tannin2014-07-171-131/+131
|
* - Save game management: re-factored getting of filenames including .skseTheBloke2014-07-111-107/+112
| | | | | | | | | | | | -- 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.
* initial commit to mercurial repository.Tannin2013-02-031-0/+126
Corresponds to MO version 0.12.6