aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/savegame.cfsml
AgeCommit message (Expand)Author
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-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-27sync savegame.cfsml with include/ dir changesWillem Jan Palenstijn
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-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-22SCI: Fix what looks like a bug in the save/load system (?)Max Horn
2009-02-22SCI: Rewrite the way file handles are managedMax Horn
2009-02-22Whitespace cleanupJordi Vilalta Prat
2009-02-21SCI: Convert the segment manager into a classJordi Vilalta Prat
2009-02-21SCI: Moved include/menubar.h -> gfx/menubar.h, untangled headers some moreMax Horn
2009-02-21SCI: Got rid of include/scitypes.hMax Horn
2009-02-21SCI: Renamed include/gfx_*.h to gfx/gfx_*.h and likewise for sfx header filesMax Horn
2009-02-21SCI: Tons of cleanupMax Horn
2009-02-21use OSystem::getMillis() for last_wait_time and get rid of game_start_timeAndre Heider
2009-02-21Replaced "typedef struct _seg_manager_t seg_manager_t" with "struct SegManager"Jordi Vilalta Prat
2009-02-21Replaced "typedef struct _state state_t" with "struct EngineState"Jordi Vilalta Prat
2009-02-21Wrapped the SCI engine in the Sci namespace.Oystein Eftevaag
2009-02-21SCI: Fixed warnings in engine/savegame.cpp, by improving cfsml.pl; also impro...Max Horn
2009-02-21avoid vsscanfWillem Jan Palenstijn
2009-02-20Converted SCI saving to use saveFileMan. Instead of a savegame beingWillem Jan Palenstijn
2009-02-20use new instead of malloc for int_hash_map_tWillem Jan Palenstijn
2009-02-20formatingPaweł Kołodziejski
2009-02-20formatingPaweł Kołodziejski
2009-02-18Updated the savegame.cfsml file to remove unused functions and generated the ...Filippos Karapetis
2009-02-18restore removed filesEugene Sandulenko
2009-02-18Adding the files properly. Part1Eugene Sandulenko
2009-02-18Added missing file savegame.cfsml (hopefully, compilation should REALLY be fi...Filippos Karapetis
2009-02-18Removed files which are not part of the SCI engine (will be moved to /tools, ...Filippos Karapetis
2009-02-17fixed compiler warning about potentialy uninitialized variablePaweł Kołodziejski
2009-02-17Update headers. engine/Eugene Sandulenko
2009-02-16SCI: Committed stuff I forgot in my last commit; changed int_hash_map_t to a ...Max Horn
2009-02-16replace one more instance of strcasecmp by scumm_stricmpWillem Jan Palenstijn
2009-02-16SCI: cleanupMax Horn
2009-02-15constsWillem Jan Palenstijn