aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/agos.cpp
AgeCommit message (Collapse)Author
2008-02-15Merged lots of _mixer->isReady() warnings into a single one in Engine ↵Max Horn
constructor svn-id: r30871
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
svn-id: r30667
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
svn-id: r30664
2008-01-15Set the number of speech segments in The Feeble File.Travis Howell
svn-id: r30508
2007-12-20Do not #include time.h globally (ideally, we should provide a localtime ↵Max Horn
clone in OSystem so we can completly get rid of this) svn-id: r29919
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-03Patch #1825276: "DETECTION: advanced detector engine simplification"Eugene Sandulenko
svn-id: r29386
2007-09-19Modified patch #1738058: "Action recorder".Eugene Sandulenko
svn-id: r28968
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵Nicola Mettifogo
been updated. svn-id: r28966
2007-09-18Code formatting fixesMax Horn
svn-id: r28945
2007-09-01Cleanup: remove obsolete code (PalmOS 68K version not supported anymore)Chris Apers
svn-id: r28803
2007-07-28Add support for multi-tune Protracker modules used in the Amiga version of ↵Travis Howell
Waxworks. svn-id: r28256
2007-07-25Add eriktorbjorn's patch for bug #1498158 - AOGS: Itemheap overflow on 64bit ↵Travis Howell
systems. svn-id: r28189
2007-07-02Memory block sizes for Simon 2 on DS portNeil Millstone
svn-id: r27869
2007-06-30Changed AGOS to use full KeyState, not just ascii value, in key eventsMax Horn
svn-id: r27800
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-21Minor cleanup.Travis Howell
svn-id: r27580
2007-06-21Use frameBuffer directly, in order to drop extra buffer (frontBuffer) and ↵Travis Howell
cleanup code. svn-id: r27577
2007-06-20Cleanup.Travis Howell
svn-id: r27552
2007-06-10Fix muting music on startup in games, when using non-MIDI music.Travis Howell
svn-id: r27284
2007-06-10Fix timer code in Puzzle Pack, to match original speed.Travis Howell
svn-id: r27275
2007-06-09Add dirtyClips code for Simon the Sorcerer 1/2.Travis Howell
svn-id: r27227
2007-06-07Fix invalid writes in the Amiga demo of Elvira 1, caused by video window 20 ↵Travis Howell
using larger height. svn-id: r27162
2007-06-07Fix memory leaks on when quiting game.Travis Howell
svn-id: r27160
2007-06-07Limit MIDI driver, to games using MIDI music only.Travis Howell
svn-id: r27158
2007-06-07Fix non-MIDI music still playing, when the game is paused.Travis Howell
svn-id: r27156
2007-06-05Fix input issues in earlier games, and split handleMouseMoved() due to ↵Travis Howell
difference in earlier games. svn-id: r27103
2007-06-05Updates, to keep Amiga demo of Elvira 1 working.Travis Howell
svn-id: r27102
2007-06-05Update sound ranges in debugger, for earlier games.Travis Howell
svn-id: r27101
2007-06-04Fix invalid writes in Elvira 1, the original game would overwrite into ↵Travis Howell
_window6BackScn. svn-id: r27078
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