aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
AgeCommit message (Expand)Author
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
2008-09-10Cleanup.Johannes Schickel
2008-09-09Changed static resource code to use Streams instead of operating on buffers.Johannes Schickel
2008-09-08HOF: msvc8 compile fix (ARRAYSIZE used with run-time allocated array)Florian Kagerer
2008-09-08Made some filenames uppercase for consistency.Johannes Schickel
2008-09-08Fixed LoL file loading regression.Johannes Schickel
2008-09-07Changed priorities for search paths. (Just in case system specific data paths...Johannes Schickel
2008-09-07- Fixed regression in Resource::unloadPakFileJohannes Schickel
2008-09-07Got rid of all Common::File usages in Kyra.Johannes Schickel
2008-09-07Fix warning about missing virtual destructorMax Horn
2008-09-07Moved Kyra resource code to a SearchSet/Archive based implementation, this re...Johannes Schickel
2008-09-07Temporary workaround for bug #2098279: ALL: Game path with no trailing backsl...Max Horn
2008-09-06Got rid of File::eof()Max Horn
2008-09-03Moved check for shouldRTL() from engines to scummvm_mainMax Horn
2008-09-03Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type...Max Horn
2008-09-02some minor bug fixesFlorian Kagerer
2008-09-02Cleanup: Remove now unneeded KyraEngine_v1::quitGame.Johannes Schickel
2008-09-01- kyra: fm-towns/pc-98 audio: restructured driver, added rhythm channel dataFlorian Kagerer
2008-09-01Cleanup.Johannes Schickel
2008-09-01Merging more of the GSoC 2008 RTL branch: KYRAMax Horn
2008-08-25Implemented continous screen updating while waiting for text input in v2 GUI....Johannes Schickel
2008-08-25Added short delay(Millis) call while waiting for text input, should reduce CP...Johannes Schickel
2008-08-21KYRA: Towns/PC-98-Audio: fixed bug where notes for which the hold flag was se...Florian Kagerer
2008-08-21KYRA: Towns/PC-98-Audio: increased precision for envelope generator timing an...Florian Kagerer
2008-08-21KYRA: Towns/PC-98-Audio: tempo fix for output rates other than 44100 HzFlorian Kagerer
2008-08-20KYRA: Towns/PC-98-Audio: fix bug where pitch wheel is processed twice instead...Florian Kagerer