aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
AgeCommit message (Expand)Author
2008-11-21Added ArchiveMember::getDisplayName() method; changed ArchiveMember::getName(...Max Horn
2008-11-18Don't rename slots anymore when deleting them via the GMM.Johannes Schickel
2008-11-16fixed bugFlorian Kagerer
2008-11-16cleanupFlorian Kagerer
2008-11-16Fixed valgrind warning.Johannes Schickel
2008-11-16Fixed various g++ warnings ("format not a string literal and no format argume...Johannes Schickel
2008-11-16KYRA 1/2: more fixes for valgrind warningsFlorian Kagerer
2008-11-15(hopefully) fix valgrind warningsFlorian Kagerer
2008-11-15svn-id: r35080Florian Kagerer
2008-11-14Committed my patch #2123680 "SDL: Backend transaction / rollback support".Johannes Schickel
2008-11-10Merged GUI::Theme and Gui::ThemeEngine into the same class, GUI::ThemeEngine.Vicent Marti
2008-11-09Disallow overwriting of slot 0, quicksave and autosave slots.Johannes Schickel
2008-11-09- The GMM save dialog is now working for all engines which support the approp...Filippos Karapetis
2008-11-09Error out on savegame load failure (again).Johannes Schickel
2008-11-09- Implemented Engine::saveGameState for KYRAJohannes Schickel
2008-11-09Implemented Engine::syncSoundSettings properly for MIDI output.Johannes Schickel
2008-11-06Switched various Engine APIs to use Common::ErrorMax Horn
2008-11-05Got rid of the unused 'filename' attribute in SaveStateDescriptorMax Horn
2008-11-04Fixed the EngineFeature vs. MetaEngineFeature mess, clarified some EngineFeat...Max Horn
2008-11-03Preliminary support for loading via GMM for KYRA engine.Johannes Schickel
2008-11-01Commit of patch #2207782 "ARCHIVE: New method 'getMember'".Johannes Schickel
2008-10-26Renamed engine feature kSupportsDirectLoad to kSupportsLoadingDuringStartup, ...Filippos Karapetis
2008-10-22Committed updated version of my patch #2184529 "SearchSet: Get rid of SharedP...Johannes Schickel
2008-10-21Cleanup.Johannes Schickel
2008-10-13- fix installer file support for Kyra 2 and 3Florian Kagerer
2008-10-04Renamed some MetaEngine feature flags; removed explicit numbers from this fea...Max Horn
2008-10-03Cleanup.Johannes Schickel
2008-10-03Check all 'kyra.dat' files in setup paths instead of only the first one found.Johannes Schickel
2008-10-03Committed slightly modified patch #2034983 "Case-insensitivy and directory ha...Johannes Schickel
2008-10-02Engine class changed:Max Horn
2008-10-02Renamed FilesystemNode -> FSNodeMax Horn
2008-09-30Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse...Max Horn
2008-09-16Added "querySaveMetaInfos" to MetaEngine.Johannes Schickel
2008-09-15also check for premature end-of-stream when loadingWillem Jan Palenstijn
2008-09-14Fixed regression introduced with latest stream changes (it seems compressed s...Johannes Schickel
2008-09-14Cleanup.Johannes Schickel
2008-09-14- Added thumbnail support to launcher load dialog.Johannes Schickel
2008-09-14Added autosave support in Kyra.Johannes Schickel
2008-09-14Fix potentional bug in Screen::setResolution.Johannes Schickel
2008-09-14Typo.Johannes Schickel
2008-09-14Fixed thumbnail creation / loading in kyra.Johannes Schickel
2008-09-14Implemented opcode 151: o1_resetMaskRegionJohannes Schickel
2008-09-14Fixed regression introduced with r34522. (Now games without 'cdaudio' config ...Johannes Schickel
2008-09-14Only setup 'cdaudio' config default for FM-Towns/PC98.Johannes Schickel
2008-09-14Added a hack in KyraMetaEngine::listSaves to prevent slot 0 from being listed...Johannes Schickel
2008-09-14Rename save slots in KyraMetaEngine::removeSaveState, so it matches behavior ...Johannes Schickel
2008-09-13Big patch changing the signature of various Stream methods (some ports may ne...Max Horn
2008-09-12Fixed slot 0 savefile name in Kyra3. (Now using 'New game' instead of 'German')Johannes Schickel
2008-09-11Committed my patch #2105593 "Launcher/MetaEngine: Finnished removeSaveState".Johannes Schickel
2008-09-10Cleanup.Johannes Schickel