aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/agos.cpp
AgeCommit message (Collapse)Author
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-30Removing useless common/fs.h includesMax Horn
svn-id: r27018
2007-05-28Fix glitches in AtariST demo of Elvira 1.Travis Howell
svn-id: r26997
2007-05-27Fix loading restart state in Waxworks for now.Travis Howell
svn-id: r26966
2007-05-26Add code for opcodes 177/178 in Elvira 2.Travis Howell
svn-id: r26937
2007-05-22Minor cleanup.Travis Howell
svn-id: r26913
2007-05-22Add load/save interface support for Elvira 2 and Waxworks.Travis Howell
svn-id: r26909
2007-05-16Add idle code for DIMP.Travis Howell
svn-id: r26848
2007-05-13Rename a few variables.Travis Howell
svn-id: r26827
2007-05-13Correct delay for animateSprite event in Simon the Sorcerer 2.Travis Howell
svn-id: r26826
2007-05-13Fix bugs #941074 and #828860, by switching to graphics renderer code used by ↵Travis Howell
earlier (non-Windows) versions of Simon the Sorcerer 1/2. svn-id: r26825
2007-05-09Imrproved support for Elvira 1/2 and Waxworks.Travis Howell
svn-id: r26792
2007-05-07Fixes for conversation response in Waxworks.Travis Howell
svn-id: r26779
2007-05-07Cleanup.Travis Howell
svn-id: r26769
2007-04-15Update reporting of invalid script opcodes.Travis Howell
svn-id: r26501
2007-04-15Split game engines, to allow further cleanups.Travis Howell
svn-id: r26481
2007-04-14Renamed AGOSEngine::midi to AGOSEngine::_midiMax Horn
svn-id: r26468
2007-03-18Changed AGOS to use the EventManager to track the mouse position; added a ↵Max Horn
FIXME comment about _mouseOld never being set svn-id: r26206
2007-03-17Applied my re-revised patch #1487149 ("Simplified keyboard repeat"), withTorbjörn Andersson
Fingolfin's blessings. Keyboard repeat is now handled by the event manager, rather than by individual engines. Since this can cause problems with some engines (see the AGI engine), the extra "key down" events are marked as "synthetic", so that they can be ignored if necessary. svn-id: r26170
2007-02-21Bypass the copy protection screens in floppy disk releases of Simon the ↵Travis Howell
Sorcerer 1 and 2, with permission from Adventure Soft. svn-id: r25760
2007-02-16AGOS: Send GM System Enable/On upon startupMax Horn
svn-id: r25631
2007-02-14Fix missing scenes (accolade logo) in AtariST demo of Elvira 1.Travis Howell
svn-id: r25583
2007-02-13Whitespace changes.Torbjörn Andersson
svn-id: r25567
2007-02-12Fix cursor palette in Amiga versions of Simon the Sorcerer 1 and remove ↵Travis Howell
duplciate cursor table. svn-id: r25511
2007-02-12Ooops, remove debug leftovers in last commit.Travis Howell
svn-id: r25502
2007-02-12Add basic support for AtariST demo of Elvira 1.Travis Howell
svn-id: r25501
2007-02-08Convert planar images, only when required for drawing.Travis Howell
svn-id: r25433
2007-01-01At Kirben's request, I've applied my old keyboard repeat patch for the AGOSTorbjörn Andersson
engine. Swampy's Adventures really needs it, and the more generic solution to keyboard repeat is apparently stalled. svn-id: r24964
2007-01-01CleanupTravis Howell
svn-id: r24963
2006-11-07Fix restarting game in Elvira 2Travis Howell
svn-id: r24646
2006-11-06System mouse code no longer requiredTravis Howell
svn-id: r24632
2006-11-05Add inital load/save code changes for earlier games and cleanupTravis Howell
svn-id: r24622
2006-10-25Add class code used by scripts in Elvira 1Travis Howell
svn-id: r24491
2006-10-24Rename variableTravis Howell
svn-id: r24487
2006-10-23Add hasIcon difference in Elvira 1Travis Howell
svn-id: r24468
2006-10-23Add patch to make ProTracker a subclass of AudioStream, from madmooseTravis Howell
svn-id: r24465
2006-10-22Only instantiate ProtrackerPlayer if it is actually neededMax Horn
svn-id: r24445
2006-10-22Add drag support for items in Elvira 1/2 and WWTravis Howell
svn-id: r24436
2006-10-22Add extra picture opcode code for ELvira 1/2Travis Howell
svn-id: r24426
2006-10-21CleanupTravis Howell
svn-id: r24397
2006-10-20Split code into more specific files and cleanupTravis Howell
svn-id: r24394
2006-10-19Add support for sound effects in PC version of Elvira 1Travis Howell
svn-id: r24388
2006-10-19Add option to load a module via streamTravis Howell
svn-id: r24387
2006-10-19Ooops, disable code for loading modulesTravis Howell
svn-id: r24386
2006-10-19Add support for arrows keys in WWTravis Howell
svn-id: r24385
2006-10-18Add mouse cursors for WWTravis Howell
svn-id: r24361
2006-10-16Enable menus in Elvira 2Travis Howell
svn-id: r24349
2006-10-16Add more opcode differences for WWTravis Howell
svn-id: r24348
2006-10-16Enable menus in WW, allows more progressTravis Howell
svn-id: r24347
2006-10-16Disable mouse cursor in Amiga demo of Elvira 1Travis Howell
svn-id: r24346