aboutsummaryrefslogtreecommitdiff
path: root/engines/agi
AgeCommit message (Expand)Author
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-12-19Allow quitting / returning to launcher while showing "selection boxes", e.g. theTorbjörn Andersson
2008-12-19Allow quitting/returning to launcher while in the save/load dialog. I don'tTorbjörn Andersson
2008-12-19Clicking in the scrollbar always caused the save/load list to scroll down a p...Torbjörn Andersson
2008-11-29Remove warnings from NDS build.Robin Watts
2008-11-20AGI: fsnodeNameEqualsIgnoreCase and FSNode usage should be replaced by SearchManMax Horn
2008-11-14Committed my patch #2123680 "SDL: Backend transaction / rollback support".Johannes Schickel
2008-11-10AGI save games now contain thumbnails and creation date/time (visible from th...Filippos Karapetis
2008-11-09- The GMM save dialog is now working for all engines which support the approp...Filippos Karapetis
2008-11-06Switched various Engine APIs to use Common::ErrorMax Horn
2008-11-06Fix for bug #2071125 - "MICKEY: Mouse movement‏", by using the waitForTimer...Filippos Karapetis
2008-11-06Simplified AdvancedMetaEngine::fallbackDetect usageMax Horn
2008-11-05Got rid of the unused 'filename' attribute in SaveStateDescriptorMax Horn
2008-11-04Fixed the EngineFeature vs. MetaEngineFeature mess, clarified some EngineFeat...Max Horn
2008-10-26Renamed engine feature kSupportsDirectLoad to kSupportsLoadingDuringStartup, ...Filippos Karapetis
2008-10-23Pushed down some header depsMax Horn
2008-10-13Patch #2131406: AGI: Fix Crash with Apple][ Instruments.Kari Salminen
2008-10-06Added new type Engine::Feature; pushed down some #include dependenciesMax Horn
2008-10-02Renamed FilesystemNode -> FSNodeMax Horn
2008-09-30AGI: Simplify WagFileParser by not reading data into a memory stream first (t...Max Horn
2008-09-30AGI: Got rid of yet another unwarranted use of FSNode::getPathMax Horn
2008-09-30AGI: Another case where it is better to use FSNodes directly, instead of conv...Max Horn
2008-09-30Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse...Max Horn
2008-09-29Don't use File::name() needlessly (i.e. if you still know which file you just...Max Horn
2008-09-13Big patch changing the signature of various Stream methods (some ports may ne...Max Horn
2008-09-11Committed my patch #2105593 "Launcher/MetaEngine: Finnished removeSaveState".Johannes Schickel
2008-09-03Moved check for shouldRTL() from engines to scummvm_mainMax Horn
2008-09-03Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type...Max Horn
2008-09-03Commented out currently broken code, adding a FIXMEFilippos Karapetis
2008-09-01Merging more of the GSoC 2008 RTL branch: AGIMax Horn
2008-08-26Correct fix for bug #2073159 - "MICKEY: Incomplete computer message"Filippos Karapetis
2008-08-25Fix for bug #2073159 - "MICKEY: Incomplete computer message".Filippos Karapetis
2008-08-16Merged revisions 33777,33781-33788,33790,33792-33793,33795,33797,33805,33807-...Christopher Page
2008-08-16Added a MetaEngineFeature for RTL support, the RTL button is disabled in the ...Christopher Page
2008-08-15Defined some MetaEngineFeatures for the engines, the launcher uses these feat...Christopher Page
2008-08-13Fixed initialization of some SoundMgr-class's member variables. Moved _sndBuf...Kari Salminen
2008-08-13Reverted r33815 (But not r33816).Kari Salminen
2008-08-13Shutting up Valgrind about using uninitialised values from array _chn in func...Kari Salminen
2008-08-13Changed Agi::SoundMgr's sound buffer to a member array of size BUFFER_SIZE. A...Kari Salminen
2008-08-10Added Autosave support for AGIChristopher Page
2008-08-05Fixed some GCC warningsChristopher Page
2008-07-30Added support for Savestates to be loaded from the launcherChristopher Page
2008-07-28Added --list-saves support for AGIChristopher Page
2008-07-16Quit and RTL code is more modular now. EVENT_RTL no longer sets _shouldQuit,...Christopher Page
2008-07-15Reverted an incorrect change to AGIChristopher Page
2008-07-13Removed an exit() call in PreAGIChristopher Page
2008-07-10Removed unnecessary #inlcudesChristopher Page
2008-07-09Reimplemented pushEvent() and artificialEventQueue to work with Events instea...Christopher Page
2008-07-08PreAGI works with the new GMM implementationChristopher Page
2008-07-07Agi works with the new GMM implementationChristopher Page