aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/agi.cpp
AgeCommit message (Expand)Author
2010-03-18COMMON: Move Common::RandomSource to common/random.*Max Horn
2010-02-21Patch for bug 2943361 by littleboy, adding full kb modifier support to all en...Yotam Barnoy
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-03Reduce header dependencies for AGI engine.Eugene Sandulenko
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
2009-10-20AGI: Turn g_tickTimer & g_mouse into members of class AgiEngine resp. AgiBaseMax Horn
2009-08-22Properly uninitialize timer used in AgiEngine.Johannes Schickel
2009-07-25Move the event recorder to its own class (EventRecoder inside common/EventRec...Johannes Schickel
2009-07-22Move functions from agi.cpp to more appropriate files.Eugene Sandulenko
2009-07-22Fix bug #2823762: "AGI: PQ1 All function keys are broken after restart"Eugene Sandulenko
2009-06-17Preliminary support for CoCo3 music.Eugene Sandulenko
2009-06-16Disable music for CoCo3 games. It has different format.Eugene Sandulenko
2009-06-06Correct implementation for set.key opcode. Fixes #2605104: "AGI: Manhunter, F...Eugene Sandulenko
2009-06-06Implement fence.mouse opcodeEugene Sandulenko
2009-06-06Implement hold.key and release.key opcodesEugene Sandulenko
2009-06-06CleanupEugene Sandulenko
2009-06-06Implement scummvm.ini flag features for AGI engineEugene Sandulenko
2009-06-06Fix bug #2026605: "SQ2: Have to wait after dying to do anything."Eugene Sandulenko
2009-06-06Stop abusing game flag.Eugene Sandulenko
2009-06-06Fix bug #1745954: "GR: Intro "jumpy" in parts (Amiga version)"Eugene Sandulenko
2009-06-06Fix bug #2721940: "AGI: Gold Rush! Restart Option differs from original"Eugene Sandulenko
2009-06-06Fix bug #2434187: "SQ2: message not displayed, or vanishes too quickly"Eugene Sandulenko
2009-06-06Whitespace fixes and C++ commentsEugene Sandulenko
2009-05-11Fix bug #1946262: "LSL1: Age Verification answer input not working"Eugene Sandulenko
2009-03-10Add FIXME comment in AgiEngine::syncSoundSettings.Johannes Schickel
2009-02-12Fix for bug #2541237 - "AGI: Restart quits ScummVM"Filippos Karapetis
2009-01-30Renamed SpecialDebugLevel to DebugChannelMax Horn
2008-11-14Committed my patch #2123680 "SDL: Backend transaction / rollback support".Johannes Schickel
2008-11-06Switched various Engine APIs to use Common::ErrorMax Horn
2008-10-06Added new type Engine::Feature; pushed down some #include dependenciesMax Horn
2008-09-03Moved check for shouldRTL() from engines to scummvm_mainMax Horn
2008-08-10Added Autosave support for AGIChristopher Page
2008-07-15Reverted an incorrect change to AGIChristopher Page
2008-07-10Removed unnecessary #inlcudesChristopher Page
2008-07-07Agi works with the new GMM implementationChristopher Page
2008-07-07Sound settings for AGI are now configurable through the GMMChristopher Page
2008-06-24Created Global Main Menu Dialog. Made a uniform _quit flag for engines. So f...Christopher Page
2008-05-27AGI: Modified AGI Engine to shutdown without using system->quitChristopher Page
2008-05-24AGI: Fixed two memory leaks when returning to launcher from AGI EngineChristopher Page
2008-04-22Fix initialization of Apple //gs soundEugene Sandulenko
2008-04-10Allow the predictive dialog to be shown when ego cannot be moved (i.e. when _...Filippos Karapetis
2008-02-15Merged lots of _mixer->isReady() warnings into a single one in Engine constru...Max Horn
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2008-01-23Define and use enumerations for AGI Mouse protocol 1.0's button states.Kari Salminen
2008-01-21Implements 2 arguments version of the adj.ego.move.to.x.y-command. Should fix...Kari Salminen
2008-01-17Fix for isalpha() assertions (Almost identical to revision 29924's fix). Adde...Kari Salminen
2008-01-09Fixed some issues with AGI keyboard inputFilippos Karapetis
2008-01-05Workaround for Amiga Gold Rush's broken picture 147 by patching it.Kari Salminen
2008-01-03Silence a -Wuninitialized warningMax Horn
2007-12-20Clarify AGI FIXMEMax Horn