aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/agi.h
AgeCommit message (Expand)Author
2009-03-01Merged Engine::go() and ::init() into a new run() method (currently implement...Max Horn
2009-02-16Fix startup of the Amiga versions of Manhunter NY/SF, which seem to require t...Travis Howell
2009-02-12Fix for bug #2541237 - "AGI: Restart quits ScummVM"Filippos Karapetis
2009-01-07Fix bug #1942471: "AGI: Fan(Get Outta SQ): No Word wrapping"Eugene Sandulenko
2008-11-10AGI save games now contain thumbnails and creation date/time (visible from th...Filippos Karapetis
2008-11-06Switched various Engine APIs to use Common::ErrorMax Horn
2008-11-04Fixed the EngineFeature vs. MetaEngineFeature mess, clarified some EngineFeat...Max Horn
2008-08-10Added Autosave support for AGIChristopher 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-04-29Fix for original game bug #1942476 - "AGI: Fan(Get Outta SQ) - Score is lost ...Filippos Karapetis
2008-01-28Fixed the spaces before tabs.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-17Confirmed that the Amiga version of Space Quest II v2.0F using Amiga AGI 2.20...Kari Salminen
2008-01-16Confirmed that Amiga version of King's Quest III (v1.01 1986-11-08) using Ami...Kari Salminen
2008-01-03Fix for the Space Trek sprite duplication bug (#1659209). Makes commands posi...Kari 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
2007-12-20get rid of unused globalsMax Horn
2007-11-23cleanupMax Horn
2007-11-22Change the AGI image stack to use Common::StackMax Horn
2007-11-03Patch #1825276: "DETECTION: advanced detector engine simplification"Eugene Sandulenko
2007-10-31Fix for bug #1751483 - "AGI: The -x command-line option appears to be broken"Filippos Karapetis
2007-09-23Add support for Russian versions of AGI gamesEugene Sandulenko
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-18WIP for Troll's TaleEugene Sandulenko
2007-09-11remove the rest of the PreAGI loaderMatthew Hoops
2007-09-11PreAGI does not need an AGI resource loader, as it only needs to load picture...Matthew Hoops
2007-09-06Winnie now enters the main loop and allows for movement (via the menu)Matthew Hoops
2007-09-06WIP Winnie the Pooh code (PreAGI). Shows only the intro currentlyMatthew Hoops
2007-09-05Some updates for Mickey:Filippos Karapetis
2007-09-03Some updates to preagi's sound system and code cleanupFilippos Karapetis
2007-09-03make Mickey use the SaveFileManager for saving/loadingMatthew Hoops
2007-09-03Implemented clearRow for preagi games. Mickey save games should work now. Som...Filippos Karapetis
2007-09-02Implemented clearScreen() for preagi gamesFilippos Karapetis
2007-09-02Text in Mickey is shown correctly now. Also, removed an obsolete function dec...Filippos Karapetis
2007-09-02Removed rand() and substituted it with Common::RandomSource Filippos Karapetis
2007-09-02fix more warningsMatthew Hoops
2007-09-02fix a warning and some code formattingMatthew Hoops
2007-09-02Some more updates to preagi string drawing functionFilippos Karapetis
2007-09-02Initial implementation of preagi string drawing functions. They still need wo...Filippos Karapetis
2007-09-01Implemented the rnd() function. Some cleanup to remove unneeded functionalityFilippos Karapetis
2007-09-01Added WIP logic code for Mickey's Space AdventureFilippos Karapetis
2007-09-01GIve some files more logical namesEugene Sandulenko
2007-09-01An early WIP of PreAGI (TrollVM) supportEugene Sandulenko
2007-08-15Added rudimentary classes for different AGI sound resources (IIgsMidi, IIgsSa...Kari Salminen
2007-08-15Removed use of USE_IIGS_SOUND (#define).Kari Salminen
2007-08-14Shuffled around AgiGameID's declaration and an include to get stuff hopefully...Kari Salminen
2007-08-04Tell the user if saving a game fails. (I haven't tested the saveGameSimple()Torbjörn Andersson