aboutsummaryrefslogtreecommitdiff
path: root/engines/agos
AgeCommit message (Collapse)Author
2007-07-04Fix bug #1747154 - SIMON1: Another crash in dwarf cave. Another regression, ↵Travis Howell
caused by code cleanup. svn-id: r27889
2007-07-02Memory block sizes for Simon 2 on DS portNeil Millstone
svn-id: r27869
2007-07-02Correct typos.Travis Howell
svn-id: r27846
2007-07-02Use warning for that last work around.Travis Howell
svn-id: r27845
2007-07-02Add work around for possible script bug in Elvira 2.Travis Howell
svn-id: r27844
2007-07-01Fix bug #1746107 - Elvira 2: Crash Catacombs lev2.Travis Howell
svn-id: r27842
2007-07-01Add cases for using '-' and '+' keys on the keypad too.Travis Howell
svn-id: r27841
2007-07-01Fix bug ##1746094 - Elvira 2: Strange behavior a - counter of P.P.Travis Howell
svn-id: r27839
2007-07-01Re-added __attribute__(packed)Max Horn
svn-id: r27830
2007-07-01Correct md5 checksum for restart state file in the French DOS version of ↵Travis Howell
Elvira 2. svn-id: r27821
2007-07-01Update comment.Travis Howell
svn-id: r27820
2007-06-30Changed AGOS to use full KeyState, not just ascii value, in key eventsMax Horn
svn-id: r27800
2007-06-30AGOS code cleanupMax Horn
svn-id: r27794
2007-06-30Also update menus.cpp with ChildType enumMax Horn
svn-id: r27793
2007-06-30AGOS: Introduced ChildType enumMax Horn
svn-id: r27792
2007-06-29Fix display of experience in Elvira 2.Travis Howell
svn-id: r27772
2007-06-29Fix some scripts failing to start in Elvira 2, due code difference in ↵Travis Howell
isCalled opcode. svn-id: r27770
2007-06-27Clear any paused OmniTV video, when playing another video. To fix crashes in ↵Travis Howell
The Feeble Files, when another video is played between the pause and restart of an OmniTV video. svn-id: r27737
2007-06-23Merged the FSNode branch with trunk r27031:27680David Corrales
svn-id: r27681
2007-06-23Minor cleanup.Travis Howell
svn-id: r27649
2007-06-23Ooops, adjust Elvira 2 specific offset too.Travis Howell
svn-id: r27648
2007-06-23Minor cleanup.Travis Howell
svn-id: r27646
2007-06-23Fix alignment issue in setWindowPalete video opcode.Travis Howell
svn-id: r27645
2007-06-22Work around a crash when quitting Simon 2. If this is the proper fix, it shouldTorbjörn Andersson
almost certainly go into the 0.10 branch as well. svn-id: r27617
2007-06-22Use KEYCODE constants.Torbjörn Andersson
svn-id: r27599
2007-06-21Revert debug output.Travis Howell
svn-id: r27583
2007-06-21Add font table for Spanish version of Elvira 2.Travis Howell
svn-id: r27582
2007-06-21Minor cleanup.Travis Howell
svn-id: r27580
2007-06-21Fix regressions, due to zoneNum changes.Travis Howell
svn-id: r27579
2007-06-21Fix regressions, due to buffer changes and cleanup.Travis Howell
svn-id: r27578
2007-06-21Use frameBuffer directly, in order to drop extra buffer (frontBuffer) and ↵Travis Howell
cleanup code. svn-id: r27577
2007-06-21Add Italian DOS version of Elvira 2.Travis Howell
svn-id: r27573
2007-06-20Fix regressions, due to playSpeech() no longer been virtual match.Travis Howell
svn-id: r27556
2007-06-20Cleanup.Travis Howell
svn-id: r27552
2007-06-19Cleanup, could cause regressions.Travis Howell
svn-id: r27547
2007-06-19Fix masking regressions, caused by dirtyClips code.Travis Howell
svn-id: r27544
2007-06-18Fix line wrapping of text in Elvira 2.Travis Howell
svn-id: r27522
2007-06-18Fix bug #1738870 - Elvira1: Glitch after opening a sarcophagus.Travis Howell
svn-id: r27520
2007-06-18Fix bugs #1738867 and #1738872, the code for clearing the effects of fire ↵Travis Howell
wall and ice wall spells was always enabled. svn-id: r27516
2007-06-15ADV detector: Refactored findGameID() a bit, making it possible to use it ↵Max Horn
outside the AdvancedDetector framework; also made it generate somewhat more user friendly desc for obsolete game IDs svn-id: r27424
2007-06-12Patch #1733764: "Fallback detection patch". GSoC student.Eugene Sandulenko
svn-id: r27375
2007-06-12Add support for pausing/resume cutscenes shown on the OmniTV in The Feeble ↵Travis Howell
Files. svn-id: r27371
2007-06-12Fix crash regressions in The Feeble Files, due to _currentTable not been set.Travis Howell
svn-id: r27369
2007-06-11Fix restoring screen, after spell wall effects in Elvira 1/2.Travis Howell
svn-id: r27359
2007-06-11Restrict workaround, to prevent regression when inverting conversation ↵Travis Howell
responses in scrolling locations. svn-id: r27340
2007-06-10Don't call getNextItemPtr(), when the result is simply ignored.Travis Howell
svn-id: r27305
2007-06-10An OmniTV cutscene pack, with be provided for Amiga and Macintosh versions ↵Travis Howell
of The Feeble Files. svn-id: r27300
2007-06-10Fixed the opcode number for opp_iconifyWindow(). Regression from cleanup?Torbjörn Andersson
svn-id: r27295
2007-06-10Fix muting music on startup in games, when using non-MIDI music.Travis Howell
svn-id: r27284
2007-06-10Fix toggling music on/off in games, when using non-MIDI music.Travis Howell
svn-id: r27282