aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/savegame.cpp
AgeCommit message (Expand)Author
2010-02-05SCI: moved onControl etc. into GfxCompare, now getting called directly. also ...Martin Kiewitz
2010-02-03Placed all the game feature detection code in a separate classFilippos Karapetis
2010-02-03cleanupMax Horn
2010-02-03SCI: Get rid of EngineState::stack_segmentMax Horn
2010-02-02SCI: Use Common::List and Common::String to simplify breakpoint handling (unt...Max Horn
2010-02-01SCI: class menu renamed to GfxMenu - now getting called directly, also fix fo...Martin Kiewitz
2010-01-31SCI: Implement kMemorySegment().Walter van Niftrik
2010-01-31SCI: cleaned up graphics classes, removed gfx&windowmgr, added gfxports, gfxc...Martin Kiewitz
2010-01-31Removed duplicate code. Some cleanupFilippos Karapetis
2010-01-30Fixed loading of saved gamesFilippos Karapetis
2010-01-30Add support for saving/loading Arrays/Strings in SCI32. It's possible to save...Matthew Hoops
2010-01-29SCI: Reduce header interdependencies a bitMax Horn
2010-01-27Corrected assert inside load_script. Fixes loading in SQ4CDFilippos Karapetis
2010-01-23- Moved all of the parser-related variables inside the Vocabulary classFilippos Karapetis
2010-01-23Cleanup. (And along with it add some additional asserts).Johannes Schickel
2010-01-22- The reverb value is now obtained from the music driverFilippos Karapetis
2010-01-08SCI: call gui-init right after loading a saved game, fixes weird gui issue th...Martin Kiewitz
2010-01-05Renamed /gui to /graphics and /sfx to /sound, to better illustrate their purposeFilippos Karapetis
2010-01-05SCI: Removed the old graphics codeFilippos Karapetis
2010-01-01SCI/newmusic: now clips volume against MUSIC_VOLUME_MAX (127) instead of the ...Martin Kiewitz
2010-01-01SCI: volume for sci0 now set to 127, now using constant instead of valueMartin Kiewitz
2010-01-01Fixed broken savegames when saving with the new music codeFilippos Karapetis
2010-01-01SCI: fixing saved game compatibilityMartin Kiewitz
2010-01-01SCI/new music code:Filippos Karapetis
2009-12-31SCI/new music code: The loop selector for each music score is no longer cache...Filippos Karapetis
2009-12-28SCI: Start objectifying MusicEntryMax Horn
2009-12-28SCI/new sound code:Filippos Karapetis
2009-12-27SCI/new music code:Filippos Karapetis
2009-12-27SCI/new music code:Filippos Karapetis
2009-12-27Renamed gameName -> gameId, to keep the same vocabulary everywhereFilippos Karapetis
2009-12-27Really fixed compilationFilippos Karapetis
2009-12-27Hopefully fixed compilationFilippos Karapetis
2009-12-27SCI/new music code: Filippos Karapetis
2009-12-26Hopefully fixed the freezes/deadlocks in the new music code (e.g. in LSL5 and...Filippos Karapetis
2009-12-26- Made the music playlist privateFilippos Karapetis
2009-12-26Some more work on the new music codeFilippos Karapetis
2009-12-26SCI/new music code: Fixed a bug where music was stopped when saving. Some cle...Filippos Karapetis
2009-12-25SCI/newmusic: added filter support for kq4early and adlibMartin Kiewitz
2009-12-25Fixed variable capitalizationFilippos Karapetis
2009-12-25Properly initialize the audio stream part of each music slot when loadingFilippos Karapetis
2009-12-25SCI/new music code: Some initial code for saving/loading the sound stateFilippos Karapetis
2009-12-20Moved all of the sound iterator code in its own directory, and added a slight...Filippos Karapetis
2009-12-20Wrapped some more sound code around appropriate definesFilippos Karapetis
2009-12-09SCI: Save/LoadGame Common::Rect saving now portableMartin Kiewitz
2009-12-08SCI: new USE_OLDGFX for switching to oldgui, fixes loading of savedgames unde...Martin Kiewitz
2009-12-08SCI: SciGui::getPortPic now uses byrefMartin Kiewitz
2009-12-08SCI: Saving picPort now (fixes loading saved games in castle of dr. brain)Martin Kiewitz
2009-12-04SCI: Recreate SciEvent on loading savesMartin Kiewitz
2009-11-29Properly update the sound state in the sound command parser when loading a gameFilippos Karapetis
2009-11-12Started objectifying kDoSound()Filippos Karapetis