Age | Commit message (Expand) | Author |
2008-11-06 | Simplified AdvancedMetaEngine::fallbackDetect usage | Max Horn |
2008-11-05 | Got rid of the unused 'filename' attribute in SaveStateDescriptor | Max Horn |
2008-11-04 | Fixed the EngineFeature vs. MetaEngineFeature mess, clarified some EngineFeat... | Max Horn |
2008-10-26 | Renamed engine feature kSupportsDirectLoad to kSupportsLoadingDuringStartup, ... | Filippos Karapetis |
2008-10-23 | Pushed down some header deps | Max Horn |
2008-10-13 | Patch #2131406: AGI: Fix Crash with Apple][ Instruments. | Kari Salminen |
2008-10-06 | Added new type Engine::Feature; pushed down some #include dependencies | Max Horn |
2008-10-02 | Renamed FilesystemNode -> FSNode | Max Horn |
2008-09-30 | AGI: Simplify WagFileParser by not reading data into a memory stream first (t... | Max Horn |
2008-09-30 | AGI: Got rid of yet another unwarranted use of FSNode::getPath | Max Horn |
2008-09-30 | AGI: Another case where it is better to use FSNodes directly, instead of conv... | Max Horn |
2008-09-30 | Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse... | Max Horn |
2008-09-29 | Don't use File::name() needlessly (i.e. if you still know which file you just... | Max Horn |
2008-09-13 | Big patch changing the signature of various Stream methods (some ports may ne... | Max Horn |
2008-09-11 | Committed my patch #2105593 "Launcher/MetaEngine: Finnished removeSaveState". | Johannes Schickel |
2008-09-03 | Moved check for shouldRTL() from engines to scummvm_main | Max Horn |
2008-09-03 | Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type... | Max Horn |
2008-09-03 | Commented out currently broken code, adding a FIXME | Filippos Karapetis |
2008-09-01 | Merging more of the GSoC 2008 RTL branch: AGI | Max Horn |
2008-08-26 | Correct fix for bug #2073159 - "MICKEY: Incomplete computer message" | Filippos Karapetis |
2008-08-25 | Fix for bug #2073159 - "MICKEY: Incomplete computer message". | Filippos Karapetis |
2008-08-16 | Merged revisions 33777,33781-33788,33790,33792-33793,33795,33797,33805,33807-... | Christopher Page |
2008-08-16 | Added a MetaEngineFeature for RTL support, the RTL button is disabled in the ... | Christopher Page |
2008-08-15 | Defined some MetaEngineFeatures for the engines, the launcher uses these feat... | Christopher Page |
2008-08-13 | Fixed initialization of some SoundMgr-class's member variables. Moved _sndBuf... | Kari Salminen |
2008-08-13 | Reverted r33815 (But not r33816). | Kari Salminen |
2008-08-13 | Shutting up Valgrind about using uninitialised values from array _chn in func... | Kari Salminen |
2008-08-13 | Changed Agi::SoundMgr's sound buffer to a member array of size BUFFER_SIZE. A... | Kari Salminen |
2008-08-10 | Added Autosave support for AGI | Christopher Page |
2008-08-05 | Fixed some GCC warnings | Christopher Page |
2008-07-30 | Added support for Savestates to be loaded from the launcher | Christopher Page |
2008-07-28 | Added --list-saves support for AGI | Christopher Page |
2008-07-16 | Quit and RTL code is more modular now. EVENT_RTL no longer sets _shouldQuit,... | Christopher Page |
2008-07-15 | Reverted an incorrect change to AGI | Christopher Page |
2008-07-13 | Removed an exit() call in PreAGI | Christopher Page |
2008-07-10 | Removed unnecessary #inlcudes | Christopher Page |
2008-07-09 | Reimplemented pushEvent() and artificialEventQueue to work with Events instea... | Christopher Page |
2008-07-08 | PreAGI works with the new GMM implementation | Christopher Page |
2008-07-07 | Agi works with the new GMM implementation | Christopher Page |
2008-07-07 | Sound settings for AGI are now configurable through the GMM | Christopher Page |
2008-06-24 | Created Global Main Menu Dialog. Made a uniform _quit flag for engines. So f... | Christopher Page |
2008-06-11 | Merged revisions 32564-32565,32567-32575,32577,32579-32594,32596-32603,32605-... | Christopher Page |
2008-06-11 | No need to specify CaseSensitiveString_Hash explicitly anymore | Max Horn |
2008-05-27 | AGI: Modified AGI Engine to shutdown without using system->quit | Christopher Page |
2008-05-24 | AGI: Fixed two memory leaks when returning to launcher from AGI Engine | Christopher Page |
2008-05-07 | Changed all delete [] usages to delete[]. | Johannes Schickel |
2008-05-06 | Allow static and dynamic plugins to be used at the same time | Jordi Vilalta Prat |
2008-04-29 | Update AGI timers while waiting for a key to be pressed (e.g. when showing bl... | Filippos Karapetis |
2008-04-29 | Fix for original game bug #1942476 - "AGI: Fan(Get Outta SQ) - Score is lost ... | Filippos Karapetis |
2008-04-22 | Fix initialization of Apple //gs sound | Eugene Sandulenko |