aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/agos.cpp
AgeCommit message (Expand)Author
2009-05-16Add initial support for DOS non-interactive demos of The Feeble Files.Travis Howell
2009-04-24Fix pausing during video play back.Travis Howell
2009-04-22Fix crash that occurs when OmniTV video is played completely, in The Feeble F...Travis Howell
2009-03-09Cleanup.Travis Howell
2009-03-09Minor cleanup.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-08Cleanup.Travis Howell
2009-03-08Clarify several errors messages.Travis Howell
2009-03-08Add initial support for Personal Nightmare.Travis Howell
2009-03-01Add DOS demo of Elvira 1.Travis Howell
2009-03-01Correctly fix position of icons in AtariST version of Elvira 2.Travis Howell
2009-02-13Fix another memory leak, when exiting Waxworks.Travis Howell
2009-02-13Fix memory leaks, when exiting Waxworks.Travis Howell
2009-02-13Fix another memory leak, when exiting AGOS engine.Travis Howell
2009-02-13Fix memory leak, when exiting AGOS engine.Travis Howell
2009-02-07Cleanup.Travis Howell
2009-02-07Cleanup.Travis Howell
2009-02-07time.h include no longer required.Travis Howell
2009-02-04Fix startup of AtariST demo of Elvira 1.Travis Howell
2009-01-30AGOS: Added TODO about the possibility of using special debug levelsMax Horn
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-23Remove last use of time() in AGOS engine.Travis Howell
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-12-21Correct the number of speech available in Simon the Sorcerer 1 & 2.Travis Howell
2008-12-21Add initial Smacker support for The Feeble Files.Travis Howell
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-09-30Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse...Max Horn
2008-09-07Replaced Engine::_gameDataPath (a String) by Engine::_gameDataDir (an FSNode)...Max Horn
2008-09-03Moved check for shouldRTL() from engines to scummvm_mainMax Horn
2008-08-04Merged revisions 33188-33189,33191-33193,33196,33198,33202-33203,33206,33210,...Christopher Page
2008-07-25Fix to prevent attempt to delete a non-initialised object during game exitPaul Gilbert
2008-07-21Fixed a small SFX issue with AGOSChristopher Page
2008-07-14AGOS: Got rid of _masterVolume and replaced with _musicVolume and _sfxVolume ...Christopher Page
2008-07-09Reimplemented pushEvent() and artificialEventQueue to work with Events instea...Christopher Page
2008-07-07Implemented Common::EventManager::pushEvent() to insert fake events into the ...Christopher Page
2008-06-26Added syncSoundSettings() to Engine, sound settings can now be modified from ...Christopher Page
2008-06-26Fixed quitting from BASS intro, cleaned up comments in agosChristopher Page
2008-06-24Created Global Main Menu Dialog. Made a uniform _quit flag for engines. So f...Christopher Page
2008-06-12AGOS: Fixed a memory leak in the AGOS engineChristopher 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
2008-05-23Fixed PalmOS compilationChris Apers
2008-05-21AGOS: Fixed two memory leaks when returning to the launcher (_mouseData and _...Christopher Page
2008-05-20AGOS Engine: Began implementation for a new quit event which will cleanly ret...Christopher Page
2008-05-14Fixed memory leak when returning to launcher in AGOS engine by properly creat...Christopher Page
2008-05-07Changed all delete [] usages to delete[].Johannes Schickel
2008-03-22Add support for room states in Waxworks (DOS).Travis Howell