aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/script_e2.cpp
AgeCommit message (Collapse)Author
2007-11-18Update comment for workaround for bug #1745996.Travis Howell
svn-id: r29545
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵Nicola Mettifogo
been updated. svn-id: r28966
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-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-08Fix load/save interface in Elvira 1.Travis Howell
svn-id: r27191
2007-06-07Add details for French and German Amiga versions of Elvira 1. Remove restart ↵Travis Howell
state from Elvira 1 detection, due to two byte difference in the restart state on each disk of Amiga versions. svn-id: r27164
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client ↵Max Horn
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024
2007-05-28Add sound effects code for Amiga and AtariST versions of Elvira 2.Travis Howell
svn-id: r26989
2007-05-28Fix glitches caused by interface differences in the AtariST verison of Elvira 2.Travis Howell
svn-id: r26988
2007-05-28Rename script opcode in Elvira 2.Travis Howell
svn-id: r26986
2007-05-27Correct error in printStats opcode for Elvira 2.Travis Howell
svn-id: r26953
2007-05-26Add code for opcodes 177/178 in Elvira 2.Travis Howell
svn-id: r26937
2007-05-22Add load/save interface support for Elvira 2 and Waxworks.Travis Howell
svn-id: r26909
2007-05-10Fix glitches in pause options of Elvira 1.Travis Howell
svn-id: r26796
2007-05-09Imrproved support for Elvira 1/2 and Waxworks.Travis Howell
svn-id: r26792
2007-05-07Cleanup.Travis Howell
svn-id: r26769
2007-04-15Add eriktorbjorn's patch to split script opcodes into specific game engines.Travis Howell
svn-id: r26490
2007-04-15Split game engines, to allow further cleanups.Travis Howell
svn-id: r26481
2007-02-23Correct typo.Travis Howell
svn-id: r25808
2007-02-23Fix bug #1600999 - SIMON2: Crash while talking to Bingo Bongo. A regression ↵Travis Howell
due to the work around for extra long strings been broken, when support for the Feeble Files was added in the past. svn-id: r25807
2007-01-01Fix bug #1624767 - FF: save games will not load.Travis Howell
svn-id: r24960
2006-11-15Add inital pause code for Elvira 1/2 & WW, and cleanupTravis Howell
svn-id: r24723
2006-11-05Only read a single item, in doTable opcodeTravis Howell
svn-id: r24624
2006-11-05Add inital load/save code changes for earlier games and cleanupTravis Howell
svn-id: r24622
2006-11-05TypoTravis Howell
svn-id: r24620
2006-10-29Add opcode and opcode stub for Elvira 2. Remove unused opcode codeTravis Howell
svn-id: r24562
2006-10-28Add more fixes for Elvira 1Travis Howell
svn-id: r24547
2006-10-27CleanupTravis Howell
svn-id: r24527
2006-10-25CleanupTravis Howell
svn-id: r24501
2006-10-25Remove unused script codeTravis Howell
svn-id: r24499
2006-10-25Add more opcodes for Elvira 1/2Travis Howell
svn-id: r24492
2006-10-23Add minor icon code differences in Elvira 2Travis Howell
svn-id: r24471
2006-10-23Add printStats code for Elvira 2 and cleanupTravis Howell
svn-id: r24470
2006-10-23Add a few opcode stubs for Elvira 2Travis Howell
svn-id: r24469
2006-10-23Add opcode used by lift in Elvira 2Travis Howell
svn-id: r24467
2006-10-22Add extra opcode for Elvira 2Travis Howell
svn-id: r24438
2006-10-22Add print object opcode difference in Elivra 2 and WWTravis Howell
svn-id: r24432
2006-10-22Add more opcodes for Elivra 2 and WWTravis Howell
svn-id: r24431
2006-10-19Split script opcode tables up into more specificsTravis Howell
svn-id: r24393
2006-10-19Split game specific script opcodes into separate filesTravis Howell
svn-id: r24389