aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/savegame.cpp
AgeCommit message (Expand)Author
2009-07-11Moved the kernel and the vocabulary outside of the engine state (they're stat...Filippos Karapetis
2009-07-08Only the kernel needs to be initialized before anything else, when saving/loa...Filippos Karapetis
2009-07-08Fixed saving/loading again (broken with the latest changes for game feature a...Filippos Karapetis
2009-07-07Added auto-detection for games with older headers for script blocks, and remo...Filippos Karapetis
2009-07-07- Added auto-detection for EGA graphics. As a result of this, GF_SCI1_EGA has...Filippos Karapetis
2009-07-06Renamed SCI_VERSION_01 -> SCI_VERSION_01_EGAFilippos Karapetis
2009-07-06Replaced sciprintf() calls with printf, DebugPrintf, warning and error callsFilippos Karapetis
2009-06-07Hopefully fixed memory corruption when loading gamesFilippos Karapetis
2009-06-07SCI: Moved resource36 handling into resource manager.Walter van Niftrik
2009-06-07SCI: Simplified SongLibrary code a bitMax Horn
2009-06-07SCI: Objectified SongLibraryMax Horn
2009-06-07SCI: Renamed various song/songlib related structs and membersMax Horn
2009-06-04SCI: Renamed EngineState::flags and version to _flags and _version (following...Max Horn
2009-06-02Removed the gfxw_new_visual and gfxw_new_port wrappers, moved _kfuncTable ins...Filippos Karapetis
2009-06-02Removed some unused variables from the engine stateFilippos Karapetis
2009-06-01Some fixes for saving/loading (still broken)Filippos Karapetis
2009-06-01Split the kernel functions away from the vocabulary functions (WIP, saving/lo...Filippos Karapetis
2009-05-31SCI: Fixed loading; added 'const' keywords to several Vocabulary methodsMax Horn
2009-05-31- Further objectification of the SCI vocabulary functionsFilippos Karapetis
2009-05-31Further objectification of the SCI vocabulary functions. Removed the "kernel_...Filippos Karapetis
2009-05-31More objectification of the Vocabulary functionsFilippos Karapetis
2009-05-30Started objectifying the vocabulary functions (WIP)Filippos Karapetis
2009-05-30Removed the "sfx_debuglog" command. Sound debug messages are now shown if kDe...Filippos Karapetis
2009-05-30- Removed debug_mode from the engine stateFilippos Karapetis
2009-05-28SCI: Turned SfxState into a proper class (i.e., convert the sfx_ funcs to mem...Max Horn
2009-05-28SCI: Renamed sfx_state_t -> SfxState, preparing it to become a class eventuallyMax Horn
2009-05-26SCI: Turned the global 'static MessageState state' variable into a member of ...Max Horn
2009-05-21SCI: Removed the 'save_dir' gui hackMax Horn
2009-05-21Removed the PREG, PSTK, IS_NULL_REG and REG_EQ definesFilippos Karapetis
2009-05-20removed trailing whitespacesMax Horn
2009-05-20SCI: Changed EngineState::opcodes to a Common::Array (maybe we shold just rem...Max Horn
2009-05-19SCI: Introduce a new subclass StringFrag of MemObject (does nothing right now...Max Horn
2009-05-19SCI: got rid of EngineState::savegame_version; some cleanupMax Horn
2009-05-19SCI: Init the diff .#&$ EngineState::flags field in the constructor and when ...Max Horn
2009-05-18SCI: Got rid of EngineState::execution_stack_pos; overally, the resulting cod...Max Horn
2009-05-18SCI: Tweaks, cleanupMax Horn
2009-05-18SCI: Removed the unused member SegManager::gc_mark_bits; changed some int par...Max Horn
2009-05-15SCI: Got rid of SEG_ID/SCRIPT_IDMax Horn
2009-05-15SCI: Turned several script related SegManager methods into Script methodsMax Horn
2009-05-15Simplified SCI versions to be SCI version generations, and fixed some game en...Filippos Karapetis
2009-05-14SCI: Fixed restoring scripts when loading a SCI 1.1 savestateMax Horn
2009-05-14SCI: cleanupMax Horn
2009-05-14SCI: Added a paranoia check to find_unique_script_block which causes us to ba...Max Horn
2009-05-14SCI: Changed sci_obj_* enum value names to uppercase, in accordance with our ...Max Horn
2009-05-14CleanupFilippos Karapetis
2009-05-14Started using game-specific flags and removed/replaced some SCI version check...Filippos Karapetis
2009-05-13- Simplified SCI version detection a bit and clarified the different version ...Filippos Karapetis
2009-05-12SCI: cleanupMax Horn
2009-05-12SCI: Changed object / script local vars storage to use a Common::ArrayMax Horn
2009-05-12SCI: Removed sci_memory.h/.cppMax Horn