aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/agos.h
AgeCommit message (Expand)Author
2009-08-11Fix AGOS compilation.Johannes Schickel
2009-08-11Add option to disable later games (Feeble Files, Puzzle Pack) in AGOS game en...Travis Howell
2009-07-21Fix fade effects in Waxworks.Travis Howell
2009-07-18AGOS: Removed second setjmp in PN code (untested!)Max Horn
2009-07-18AGOS: Get rid of one setjmp in PN code (needs testing)Max Horn
2009-07-14AGOS: Cleanup PN code a bit, trying to make sense out of itMax Horn
2009-07-06Use graphics surfaces for screen buffers, and always use correct pitch when w...Travis Howell
2009-07-03Added more GCC_PRINTF attributes, and fixed resulting warnings in format stringsMax Horn
2009-07-01Fixed some more warnings observed on buildbotMax Horn
2009-07-01- Added GCC_PRINTF attribute to several funcs where it makes senseMax Horn
2009-06-08Add more Polish font data for The Feeble Files.Travis Howell
2009-05-16Add initial support for DOS non-interactive demos of The Feeble Files.Travis Howell
2009-05-14Expand dump image code to cover all games, and add options to the debugger.Travis Howell
2009-05-05Fix input glitch regression again, by closer matching original PN code.Travis Howell
2009-05-04Fix input been displayed during ending sequence in PN.Travis Howell
2009-04-22AGOS: Merged timerCallback and timerProc; removed checkTimerCallback declarat...Max Horn
2009-04-22Fix crash that occurs when OmniTV video is played completely, in The Feeble F...Travis Howell
2009-04-19Fix possible overwriting of sound data in earlier games, and cleanup.Travis Howell
2009-03-09Cleanup.Travis Howell
2009-03-09Minor cleanup.Travis Howell
2009-03-09Changed _inputting & _inputReady from uint8 to bool.Travis Howell
2009-03-09AGOS: Changed _leftButtonDown & _rightButtonDown from byte to intMax Horn
2009-03-09Change Personal Nightmare support to optional, until setjmp/longjmp code is c...Travis Howell
2009-03-08Replace samewrd() function, with scumm_strnicmp.Travis Howell
2009-03-08Cleanup.Travis Howell
2009-03-08Clarify several errors messages.Travis Howell
2009-03-08Add initial support for Personal Nightmare.Travis Howell
2009-03-07Whitespace cleanup: Convert space followed by tab to just tabMax Horn
2009-03-05Add minor verb code differences in Elvira 1/2.Travis Howell
2009-03-01Merged Engine::go() and ::init() into a new run() method (currently implement...Max Horn
2009-02-07Cleanup.Travis Howell
2009-02-07Cleanup.Travis Howell
2009-02-07Cleanup.Travis Howell
2009-01-26Add support for text compression in the AtariST version of Elvira 1.Travis Howell
2009-01-23Remove unused shutdown() code.Travis Howell
2009-01-05Remove unused code, since room flags are always zero in Elvira 1.Travis Howell
2008-12-21Add initial Smacker support for The Feeble Files.Travis Howell
2008-12-14Resort game types.Travis Howell
2008-12-13Add upper case code for oe1_pcName() in Elvira 1/2.Travis Howell
2008-12-13Ooops, didn't virtual genSaveName().Travis Howell
2008-12-13Cleanup.Travis Howell
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-07-21Merged revisions 33052-33053,33056-33058,33061-33064,33068,33070,33072,33075,...Christopher Page
2008-07-16Split the drawVertImage function in the agos engine to make it clearer Bertrand Augereau
2008-07-10Lure works with the new GMM implementationChristopher Page
2008-06-26Added syncSoundSettings() to Engine, sound settings can now be modified from ...Christopher Page
2008-06-24Created Global Main Menu Dialog. Made a uniform _quit flag for engines. So f...Christopher Page
2008-05-28Merged revisions 32124,32126-32128,32131,32133,32135-32144,32146-32153,32155-...Christopher Page
2008-05-24Add Max's patch for AGOSEngine::pauseEngineIntern().Travis Howell