aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/agos.h
AgeCommit message (Collapse)Author
2007-06-21Use frameBuffer directly, in order to drop extra buffer (frontBuffer) and ↵Travis Howell
cleanup code. svn-id: r27577
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-10Fix timer code in Puzzle Pack, to match original speed.Travis Howell
svn-id: r27275
2007-06-10Fix single sound effect, failing to play multiple times regression, caused ↵Travis Howell
by changes for PP in the past. svn-id: r27267
2007-06-09Add dirtyClips code for Simon the Sorcerer 1/2.Travis Howell
svn-id: r27227
2007-06-08Fix load/save interface in Elvira 1.Travis Howell
svn-id: r27191
2007-06-08Fix window scrolling in earlier games.Travis Howell
svn-id: r27183
2007-06-07Fix inventory arrows in Elvira 1.Travis Howell
svn-id: r27170
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-06-07Limit MIDI driver, to games using MIDI music only.Travis Howell
svn-id: r27158
2007-06-05Fix input issues in earlier games, and split handleMouseMoved() due to ↵Travis Howell
difference in earlier games. svn-id: r27103
2007-06-05Update sound ranges in debugger, for earlier games.Travis Howell
svn-id: r27101
2007-06-04Fix compilation of AGOSFilippos Karapetis
svn-id: r27081
2007-06-04Only call MIDI code, in games which use MIDI based music.Travis Howell
svn-id: r27080
2007-06-04Virtualise a few sound functions.Travis Howell
svn-id: r27077
2007-06-04Change printChar variables to signed, to allow removal of work around for ↵Travis Howell
The Feeble Files. svn-id: r27075
2007-06-02Fix display of conversation responses in Waxworks.Travis Howell
svn-id: r27052
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-28Rename script opcode in Elvira 2.Travis Howell
svn-id: r26986
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-17Cleanup.Travis Howell
svn-id: r26858
2007-05-16Ooops, correct inheritance of load/save functions.Travis Howell
svn-id: r26851
2007-05-16Add caption to saved games for Elvira 1/2 and Waxworks.Travis Howell
svn-id: r26850
2007-05-16Add idle code for DIMP.Travis Howell
svn-id: r26848
2007-05-15Minor cleanup.Travis Howell
svn-id: r26845
2007-05-13Cleanup.Travis Howell
svn-id: r26833
2007-05-13Rename a few variables.Travis Howell
svn-id: r26827
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-05-06Cleanup.Travis Howell
svn-id: r26759
2007-05-06Fix regression due to sign issue, which could cause crashes.Travis Howell
svn-id: r26758
2007-04-15Fix mouse regression in Swampy Adventures.Travis Howell
svn-id: r26503
2007-04-15Update reporting of invalid script opcodes.Travis Howell
svn-id: r26501
2007-04-15Cleanup.Travis Howell
svn-id: r26497
2007-04-15Add eriktorbjorn's patch to split script opcodes into specific game engines.Travis Howell
svn-id: r26490
2007-04-15Cleanup.Travis Howell
svn-id: r26482
2007-04-15Split game engines, to allow further cleanups.Travis Howell
svn-id: r26481
2007-04-15Cleanup.Travis Howell
svn-id: r26480
2007-04-15Cleanup.Travis Howell
svn-id: r26478
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