Age | Commit message (Expand) | Author |
2009-03-06 | Switch pause key to Pause in AGOS engine, and drop the debug keys. | Travis Howell |
2009-03-05 | Add minor verb code differences in Elvira 1/2. | Travis Howell |
2009-03-05 | Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match ... | Jordi Vilalta Prat |
2009-03-01 | Add DOS demo of Elvira 1. | Travis Howell |
2009-03-01 | Fix bottom palette in AtariST version of Elvira 2. | Travis Howell |
2009-03-01 | Correctly fix position of icons in AtariST version of Elvira 2. | Travis Howell |
2009-03-01 | Merged Engine::go() and ::init() into a new run() method (currently implement... | Max Horn |
2009-02-28 | Add German font data table for German versions of Elvira 2 and Waxworks. | Travis Howell |
2009-02-28 | Elvira 1 uses slightly different font data table, shared for all languages. | Travis Howell |
2009-02-27 | Fix bug #2642654 - SIMON2: Cannot load savegame, also in CD DOS?. | Travis Howell |
2009-02-19 | The background sounds option, only applies to Simon the Sorcerer 2. | Travis Howell |
2009-02-15 | AtariST Elvira 1 demo specific code in restoreBackGround() is no longer requi... | Travis Howell |
2009-02-15 | - Replace OSystem::clearScreen with OSystem::fillScreen as discussed on -devel. | Johannes Schickel |
2009-02-15 | Fix offset error in clearVideoBackGround(), that could cause menu glitches af... | Travis Howell |
2009-02-14 | Ooops, remove excess bracket. | Travis Howell |
2009-02-14 | Add missing code difference in wordMatch(). | Travis Howell |
2009-02-13 | Fix another memory leak, when exiting Waxworks. | Travis Howell |
2009-02-13 | Fix memory leaks, when exiting Waxworks. | Travis Howell |
2009-02-13 | Fix another memory leak, when exiting AGOS engine. | Travis Howell |
2009-02-13 | Fix memory leak, when exiting AGOS engine. | Travis Howell |
2009-02-11 | Code difference no longer required (fixed by revision 35327). | Travis Howell |
2009-02-11 | Fix bug #2583230 - Waxworks: Can't drag and drop items. | Travis Howell |
2009-02-08 | Silenced MSVC warnings about uninitialized variables | Filippos Karapetis |
2009-02-07 | Cleanup. | Travis Howell |
2009-02-07 | Cleanup. | Travis Howell |
2009-02-07 | time.h include no longer required. | Travis Howell |
2009-02-07 | Cleanup. | Travis Howell |
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 |