aboutsummaryrefslogtreecommitdiff
path: root/engines/agos
AgeCommit message (Expand)Author
2009-01-06Updated AGOS with the latest changes to video playersFilippos Karapetis
2009-01-05Remove unused code, since room flags are always zero in Elvira 1.Travis Howell
2009-01-05Quit immediately in Elvira 1, and don't let opcodes continue.Travis Howell
2009-01-04Fixed a crash when quitting Swampy Adventures. (Regression from the RTL chang...Torbjörn Andersson
2009-01-03AGOS Smacker player: Wait for the *next* frame to be displayed, not the curre...Filippos Karapetis
2009-01-03Properly using SMKPlayer::getFrameWaitTime() in MoviePlayerSMK::processFrame()Sven Hesse
2009-01-03Make it possible to quit or return to launcher while the Feeble Files list ofTorbjörn Andersson
2009-01-03This should fix the SMK playing bug discussed in the forumsSven Hesse
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2009-01-01Add Italian Amiga AGA version of Simon the Sorcerer 1.Travis Howell
2008-12-31Added punctuation to the error dialog I added before.Torbjörn Andersson
2008-12-31Display an error message if the cutscene cannot be found. (Afterwards, ScummVMTorbjörn Andersson
2008-12-29Fixed typoFilippos Karapetis
2008-12-22Cleanup.Travis Howell
2008-12-21Correct the number of speech available in Simon the Sorcerer 1 & 2.Travis Howell
2008-12-21Move all video players to separate directoryEugene Sandulenko
2008-12-21Return exact frame rate in Smacker player, and minor cleanup.Travis Howell
2008-12-21Add initial Smacker support for The Feeble Files.Travis Howell
2008-12-14Enable Smacker support, and switch later HE games to Smacker support (since t...Travis Howell
2008-12-14Resort game types.Travis Howell
2008-12-14Cleanup.Travis Howell
2008-12-13Add upper case code for oe1_pcName() in Elvira 1/2.Travis Howell
2008-12-13Add Polish 2CD version of The Feeble Files.Travis Howell
2008-12-13Fix display of spell status in Elvira 2, caused by newline in oe1_pcName().Travis Howell
2008-12-13Fix regression, that caused text to be cut short in Elvira 1/2.Travis Howell
2008-12-13Ooops, didn't virtual genSaveName().Travis Howell
2008-12-13Cleanup.Travis Howell
2008-11-29Remove warnings from NDS build.Robin Watts
2008-11-14Committed my patch #2123680 "SDL: Backend transaction / rollback support".Johannes Schickel
2008-11-09- The GMM save dialog is now working for all engines which support the approp...Filippos Karapetis
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-10-23Add missing break to processSpecialKeys().Travis Howell
2008-10-06Added new type Engine::Feature; pushed down some #include dependenciesMax Horn
2008-09-30Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse...Max Horn
2008-09-16Modified uncompress in common/zlib.h to return a bool, so that we don't have ...Max Horn
2008-09-15Replace ioFailed by err.Travis Howell
2008-09-10Fix for bug #2102828 - "AGOS - compilation error, uninitialized variable"Filippos Karapetis
2008-09-07Replaced Engine::_gameDataPath (a String) by Engine::_gameDataDir (an FSNode)...Max Horn
2008-09-03Moved check for shouldRTL() from engines to scummvm_mainMax Horn
2008-08-16Agos volume levels changed by the keyboard correspond now sync with the confi...Christopher Page
2008-08-16Added a MetaEngineFeature for RTL support, the RTL button is disabled in the ...Christopher Page
2008-08-15Small correction for last commitChristopher Page
2008-08-14Fixed a memory leak in AgosChristopher Page
2008-08-13Cleanup: Got rid of _quit and _rtl variables in engine.h/.cpp which are not u...Christopher Page
2008-08-10Merged revisions 33719,33721-33723,33725-33727,33729-33730,33733,33736,33742,...Christopher Page
2008-08-10Committed my patch #2040074 ("XMIDI callback control events"). At the moment,...Torbjörn Andersson
2008-08-09Merged revisions 33632-33633,33635,33637,33639-33640,33642-33645,33648,33654-...Christopher Page
2008-08-08Remove debug leftover.Travis Howell