Age | Commit message (Expand) | Author |
2009-02-04 | Fix startup of AtariST demo of Elvira 1. | Travis Howell |
2009-01-30 | do not include common/debug.h from common/util.h | Max Horn |
2009-01-30 | AGOS: Added TODO about the possibility of using special debug levels | Max Horn |
2009-01-29 | Moved AdvancedDetector from common/ to engines/ | Max Horn |
2009-01-29 | A ton of code formatting fixes; also fixed warnings about single line loops l... | Max Horn |
2009-01-27 | Silence MSVC warnings | Filippos Karapetis |
2009-01-27 | Add/Update comments. | Travis Howell |
2009-01-27 | Add looping support to makeVOCStream(). | Travis Howell |
2009-01-27 | Extended makeWAVStream by a 'disposeAfterUse' param; changed makeWAVStream to... | Max Horn |
2009-01-27 | Allow quitting Simon 2 during the intro | Max Horn |
2009-01-26 | Add support for text compression in the AtariST version of Elvira 1. | Travis Howell |
2009-01-24 | Update detection table with known file sizes. | Travis Howell |
2009-01-23 | Trigger error in German versions of Elvira 1/2 and Waxworks, since we still ... | Travis Howell |
2009-01-23 | Remove unused shutdown() code. | Travis Howell |
2009-01-23 | Remove last use of time() in AGOS engine. | Travis Howell |
2009-01-20 | Bypass copy protection screen completely in Waxworks, since copy protection i... | Travis Howell |
2009-01-20 | Fix bug #2522556 - FEEBLE: Cutscene not found, Crash. | Travis Howell |
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 |