aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/savegame.cpp
AgeCommit message (Expand)Author
2009-04-22SCI: Changed kfunct_table to a Common::ArrayMax Horn
2009-04-22SCI: Changed knames (kernel function name table) to Common::StringListMax Horn
2009-04-02Disable some (quite chatty) debug output - the savegme system looks stable en...Filippos Karapetis
2009-03-24SCI: Rewrote vocabulary code to use a Common::HashMap<String,ResultWord>Max Horn
2009-03-24SCI: Changed some char* into Common::StringMax Horn
2009-03-24SCI: C++ify menu codeMax Horn
2009-03-17Renamed some defines:Filippos Karapetis
2009-03-15SCI: Rewrote the save/load code, see also patch #2687400.Max Horn
2009-03-15SCI: Indention changes, changed 'songlib_t' params to 'const songlib_t &'Max Horn
2009-03-14SCI: Removed more dead codeMax Horn
2009-03-14Changed the "internal" variable inside gfxr_pic_t to priorityTable (cause tha...Filippos Karapetis
2009-03-12SCI: Moved savegame specific stuff from state.h to a new header savegame.hMax Horn
2009-03-12SCI: Removed some dead codeMax Horn
2009-03-11SCI: Removed some dead codeMax Horn
2009-03-10SCI: Removing unused line from savegame.cfsml, fixing SongIteratorMessage -> ...Max Horn
2009-03-10String fragments supportLars Skovlund
2009-03-10SCI: Renamed SongIteratorMessage -> SongIterator::Message; cleanupMax Horn
2009-03-09SCI: Rewrote handling of song wakeup times & (iterator) delays, to avoid roun...Max Horn
2009-03-08SCI: Changed suffix list to be stored as a Common::List; also fixed spelling:...Max Horn
2009-03-07SCI: Reduced header interdependencies some moreMax Horn
2009-03-07Replaced getInt16, getUInt16 and putInt16Filippos Karapetis
2009-03-07SCI: More cleanup in the song iterator codebaseMax Horn
2009-03-06SCI: Reduce SFX header dependenciesMax Horn
2009-03-06SCI: C++ifyed SongIterator and its subclassesMax Horn
2009-03-06SCI: Some cleanup to the SongIteratorMessage codeMax Horn
2009-03-06SCI: Renamed lots of classes related to song iterators; allocate song iterato...Max Horn
2009-03-01SCI: Forgot to commit a couple files after renaming sfx headersMax Horn
2009-02-28SCI: Use the ResourceType enum instead of integers where it makes senseJordi Vilalta Prat
2009-02-28SCI: Renamed ResourceManager::sci_version to _sciVersion, to avoid var shadow...Max Horn
2009-02-28resource_t struct replaced with stub Resource class for future objectifying. ...Greg Frieger
2009-02-28Turned ResourceManager into a class, along with all related functionsGreg Frieger
2009-02-28SCI: Renamed some kernel types and general cleanupJordi Vilalta Prat
2009-02-28Add support for saving Common::String objects.Willem Jan Palenstijn
2009-02-28Make CFSML writers take const argumentsWillem Jan Palenstijn
2009-02-27Fix reading corrupted saves.Willem Jan Palenstijn
2009-02-27fix warnings and memleaks in savegame.cfsmlWillem Jan Palenstijn
2009-02-27SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp f...Max Horn
2009-02-26- Removed engine/sys_strings.*Filippos Karapetis
2009-02-25fix read_SegManagerPtr to not read from an uninitialzed pointerAndre Heider
2009-02-25reintroduce game_start_time (removed it in r38701), since the interpreter can...Andre Heider
2009-02-24SCI: Don't #include headers in other headers if a forward declaration of a fe...Max Horn
2009-02-24not needed include anymorePaweł Kołodziejski
2009-02-24SCI: Renamed gfx/gfx_operations.h to gfx/operations.h (matching the source fi...Max Horn
2009-02-24Fix compilationEugene Sandulenko
2009-02-24SCI: Moved engines/sci/include/sci_memory.h and engines/sci/scicore/sci_memor...Max Horn
2009-02-24SCI: Renamed int_hashmap to IntMapper, and added docs that explain that this ...Max Horn
2009-02-23SCI: Got rid of resource_dir & work_dir (temporarily disabled f_open_mirrored...Max Horn
2009-02-23SCI: Changed selector name table to a Common::StringListMax Horn
2009-02-23SCI: Fix saving/loading (regression introduced in r38767)Jordi Vilalta Prat
2009-02-22Check for end of file more often while reading CFSMLWillem Jan Palenstijn