aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/cycle.cpp
AgeCommit message (Expand)Author
2015-12-05AGI: stub for AGI1 newRoom()Eugene Sandulenko
2014-02-18AGI: Make GPL headers consistent in themselves.Johannes Schickel
2013-05-11AGI: Fix bug #3600733 - "AGI FANMADE: function slowing down game"Filippos Karapetis
2013-05-02COMMON: Change kPlatformPC to kPlatformDOSMatthew Hoops
2011-12-10AGI: Replace usage of 'goto'.D G Turner
2011-11-03AGI: Commented out if statements that always evaluate to trueFilippos Karapetis
2011-09-26AGI: Fixed bug #3074570 - "AGI LSL1: TAB stops working after restart"Filippos Karapetis
2011-09-25AGI: Switched to Common::String in the save/load codeFilippos Karapetis
2011-09-25AGI: Rewrite getSavegameFilename() so that it doesn't try to return a pointer...Filippos Karapetis
2011-08-14AGI: Renamed some #defines to our code conventions and moved them to enumsEugene Sandulenko
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-10-26AGI: Replace report() macro by debug() / warning()Max Horn
2010-08-25AGI: Fix bug #3034370Eugene Sandulenko
2010-08-25AGI: Reset controllers on game restartEugene Sandulenko
2010-07-16Use "true" instead of "1" in if statements to make clang a bit more happier w...Johannes Schickel
2010-06-20Don't go into "menu input mode" unless the game currently allows the menus toTorbjörn Andersson
2010-06-18AGI: Change some #defines to enumsMax Horn
2010-06-15AGI: properly setup Sound var.Eugene Sandulenko
2010-06-15AGI: Implement FR #1881179.Eugene Sandulenko
2009-10-20AGI: Turn g_tickTimer & g_mouse into members of class AgiEngine resp. AgiBaseMax Horn
2009-08-18Possible fix for #2828330 (AGI: KQ1: Fast text box). If doesn't break anythin...Kari Salminen
2009-07-22Fix bug #2798797: "AGI: larry 1 doesn't restart after dying"Eugene Sandulenko
2009-06-15Run AGIMOUSE hack as a side effect alwaysEugene Sandulenko
2009-06-06Removed unused variableFilippos Karapetis
2009-06-06Correct implementation for set.key opcode. Fixes #2605104: "AGI: Manhunter, F...Eugene Sandulenko
2009-06-06CleanupEugene Sandulenko
2009-06-06Fix bug #2026605: "SQ2: Have to wait after dying to do anything."Eugene Sandulenko
2009-06-06Remove duplicated amiga busy cursorEugene 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-06-06Decrease number of free memory pages to realistic valueEugene Sandulenko
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-02-12Fix for bug #2541237 - "AGI: Restart quits ScummVM"Filippos Karapetis
2009-02-11Fix for bug #2538123 - "AGI: loading from launcher disables hotkeys"Filippos Karapetis
2008-09-30Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse...Max Horn
2008-09-03Commented out currently broken code, adding a FIXMEFilippos Karapetis
2008-08-10Added Autosave support for AGIChristopher Page
2008-07-10Removed unnecessary #inlcudesChristopher Page
2008-07-09Reimplemented pushEvent() and artificialEventQueue to work with Events instea...Christopher Page
2008-07-07Agi works with the new GMM implementationChristopher Page
2008-06-24Created Global Main Menu Dialog. Made a uniform _quit flag for engines. So f...Christopher Page
2008-01-21Implements 2 arguments version of the adj.ego.move.to.x.y-command. Should fix...Kari Salminen
2008-01-13IndentationKari Salminen
2008-01-02Add GF_OLDAMIGAV20 game flag for correctly setting computer type (v20 i.e. vC...Kari Salminen
2008-01-02Set AGI's computer type variable (v20 i.e. vComputer) according to the used p...Kari Salminen
2008-01-02Set amount of free memory (v8 i.e. vFreePages) to maximum value (Also when lo...Kari Salminen
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-06-29Set AGI monitor type variable (vMonitor/v26) according to render mode.Kari Salminen