aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/saves.cpp
AgeCommit message (Expand)Author
2017-11-14XEEN: Added missing initialization for new gamesPaul Gilbert
2017-09-22XEEN: Change OutFile not to subclass MemoryWriteStreamDynamicBastien Bouclet
2017-09-22XEEN: Change SavesManager to use a map of pointers to MemoryWriteStreamDynamicBastien Bouclet
2016-10-09JANITORIAL: Remove trailing spacesEugene Sandulenko
2016-08-28XEEN: Moved method comments from CPP to header filesPaul Gilbert
2015-02-09XEEN: More refactoring needed for party dialog setupPaul Gilbert
2015-01-23XEEN: Implement further script opcodesPaul Gilbert
2015-01-23XEEN: More script code and string input dialogPaul Gilbert
2015-01-11XEEN: Implemented code for 'saving' resources to the loaded savefilePaul Gilbert
2015-01-08XEEN: Fix to load correct default savegamePaul Gilbert
2015-01-07XEEN: Further fix for savegame initializationPaul Gilbert
2015-01-07XEEN: Add prefix support to CC files, initial save state fixesPaul Gilbert
2015-01-05XEEN: Start of in-game display implementationPaul Gilbert
2015-01-05XEEN: In progress implementing map loadingPaul Gilbert
2015-01-02XEEN: Cleanup of party code split, moved roster and party to enginePaul Gilbert
2015-01-02XEEN: Replaced conditions array with named field structurePaul Gilbert
2015-01-02XEEN: Implemented dynamic data loading for new gamesPaul Gilbert
2015-01-01XEEN: Implemented party and condition classesPaul Gilbert