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