aboutsummaryrefslogtreecommitdiff
path: root/engines/agos
AgeCommit message (Collapse)Author
2009-02-19The background sounds option, only applies to Simon the Sorcerer 2.Travis Howell
svn-id: r38518
2009-02-15AtariST Elvira 1 demo specific code in restoreBackGround() is no longer ↵Travis Howell
required. svn-id: r38328
2009-02-15- Replace OSystem::clearScreen with OSystem::fillScreen as discussed on -devel.Johannes Schickel
- Update BaseBackend and DC port to properly implement OSystem::fillScreen (now only PalmOS has to be updated). - Update all client code which relied on OSystem::clearScreen so far. svn-id: r38304
2009-02-15Fix offset error in clearVideoBackGround(), that could cause menu glitches ↵Travis Howell
after fighting in Elvira 1. svn-id: r38238
2009-02-14Ooops, remove excess bracket.Travis Howell
svn-id: r36322
2009-02-14Add missing code difference in wordMatch().Travis Howell
svn-id: r36321
2009-02-13Fix another memory leak, when exiting Waxworks.Travis Howell
svn-id: r36296
2009-02-13Fix memory leaks, when exiting Waxworks.Travis Howell
svn-id: r36294
2009-02-13Fix another memory leak, when exiting AGOS engine.Travis Howell
svn-id: r36293
2009-02-13Fix memory leak, when exiting AGOS engine.Travis Howell
svn-id: r36290
2009-02-11Code difference no longer required (fixed by revision 35327).Travis Howell
svn-id: r36262
2009-02-11Fix bug #2583230 - Waxworks: Can't drag and drop items.Travis Howell
svn-id: r36261
2009-02-08Silenced MSVC warnings about uninitialized variablesFilippos Karapetis
svn-id: r36251
2009-02-07Cleanup.Travis Howell
svn-id: r36233
2009-02-07Cleanup.Travis Howell
svn-id: r36232
2009-02-07time.h include no longer required.Travis Howell
svn-id: r36229
2009-02-07Cleanup.Travis Howell
svn-id: r36228
2009-02-04Fix startup of AtariST demo of Elvira 1.Travis Howell
svn-id: r36212
2009-01-30do not include common/debug.h from common/util.hMax Horn
svn-id: r36143
2009-01-30AGOS: Added TODO about the possibility of using special debug levelsMax Horn
svn-id: r36137
2009-01-29Moved AdvancedDetector from common/ to engines/Max Horn
svn-id: r36132
2009-01-29A ton of code formatting fixes; also fixed warnings about single line loops ↵Max Horn
like 'while(cond);' by inserting newlines svn-id: r36127
2009-01-27Silence MSVC warningsFilippos Karapetis
svn-id: r36100
2009-01-27Add/Update comments.Travis Howell
svn-id: r36094
2009-01-27Add looping support to makeVOCStream().Travis Howell
svn-id: r36093
2009-01-27Extended makeWAVStream by a 'disposeAfterUse' param; changed makeWAVStream ↵Max Horn
to directly return the AudioStream created by makeADPCMStream svn-id: r36085
2009-01-27Allow quitting Simon 2 during the introMax Horn
svn-id: r36082
2009-01-26Add support for text compression in the AtariST version of Elvira 1.Travis Howell
svn-id: r36065
2009-01-24Update detection table with known file sizes.Travis Howell
svn-id: r36032
2009-01-23 Trigger error in German versions of Elvira 1/2 and Waxworks, since we still ↵Travis Howell
lack the font table data. svn-id: r36019
2009-01-23Remove unused shutdown() code.Travis Howell
svn-id: r36018
2009-01-23Remove last use of time() in AGOS engine.Travis Howell
svn-id: r36016
2009-01-20Bypass copy protection screen completely in Waxworks, since copy protection ↵Travis Howell
is disabled in Good Old Games release. svn-id: r35963
2009-01-20Fix bug #2522556 - FEEBLE: Cutscene not found, Crash.Travis Howell
svn-id: r35935
2009-01-06Updated AGOS with the latest changes to video playersFilippos Karapetis
svn-id: r35758
2009-01-05Remove unused code, since room flags are always zero in Elvira 1.Travis Howell
svn-id: r35738
2009-01-05Quit immediately in Elvira 1, and don't let opcodes continue.Travis Howell
svn-id: r35737
2009-01-04Fixed a crash when quitting Swampy Adventures. (Regression from the RTL ↵Torbjörn Andersson
changes.) svn-id: r35722
2009-01-03AGOS Smacker player: Wait for the *next* frame to be displayed, not the ↵Filippos Karapetis
current one svn-id: r35707
2009-01-03Properly using SMKPlayer::getFrameWaitTime() in MoviePlayerSMK::processFrame()Sven Hesse
svn-id: r35699
2009-01-03Make it possible to quit or return to launcher while the Feeble Files list ofTorbjörn Andersson
savegames is scrolling by. (Agonizingly slowly.) svn-id: r35697
2009-01-03This should fix the SMK playing bug discussed in the forumsSven Hesse
SMKPlayer::getFrameDelay() returns the time to wait _in 1/100 ms_. svn-id: r35696
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
svn-id: r35648
2009-01-01Add Italian Amiga AGA version of Simon the Sorcerer 1.Travis Howell
svn-id: r35646
2008-12-31Added punctuation to the error dialog I added before.Torbjörn Andersson
svn-id: r35643
2008-12-31Display an error message if the cutscene cannot be found. (Afterwards, ScummVMTorbjörn Andersson
will trigger an assertion and die, so this is still far from ideal...) svn-id: r35640
2008-12-29Fixed typoFilippos Karapetis
svn-id: r35611
2008-12-22Cleanup.Travis Howell
svn-id: r35477
2008-12-21Correct the number of speech available in Simon the Sorcerer 1 & 2.Travis Howell
svn-id: r35474
2008-12-21Move all video players to separate directoryEugene Sandulenko
svn-id: r35470