aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/script_e2.cpp
AgeCommit message (Collapse)Author
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-03-10AGOS: cleanupMax Horn
svn-id: r48227
2009-03-20Correct vertical offset, when print stats in the AtariST version of Elvira 2.Travis Howell
svn-id: r39558
2009-03-20Add work around for bug #2686883 - WAXWORKS: Crash in Jack the Ripper Zone.Travis Howell
svn-id: r39557
2009-03-08Add initial support for Personal Nightmare.Travis Howell
Thanks to dreammaster for file decompression and icon decoding code. NOTE: setjmp/longjmp code will require conversion for portability. svn-id: r39216
2009-02-11Code difference no longer required (fixed by revision 35327).Travis Howell
svn-id: r36262
2009-02-07Cleanup.Travis Howell
svn-id: r36232
2008-12-13Add upper case code for oe1_pcName() in Elvira 1/2.Travis Howell
svn-id: r35330
2008-09-30Renamed Engine::quit to Engine::shouldQuit (previously, it was easily ↵Max Horn
confused with Engine::quitGame); also cleaned up engine.h a bit svn-id: r34700
2008-08-13Cleanup: Got rid of _quit and _rtl variables in engine.h/.cpp which are not ↵Christopher Page
used anymore. Found some _quit flags in Agos and Gob and replaced with bool quit() where appropriate svn-id: r33848
2008-08-08Hopefully allow quiting at any stage AGOS engines games again.Travis Howell
svn-id: r33693
2008-04-16Minor cleanup.Travis Howell
svn-id: r31514
2008-04-16Cleanup.Travis Howell
svn-id: r31512
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
svn-id: r30664
2007-12-20Moved all time() calls in AGOS to a single new method AGOSEngine::getTime(); ↵Max Horn
also replaced an evil function-static variable by a member variable (lastMinute) svn-id: r29908
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