Age | Commit message (Expand) | Author |
2009-01-07 | Fix bug #1942471: "AGI: Fan(Get Outta SQ): No Word wrapping" | Eugene Sandulenko |
2009-01-06 | Added a few more shouldQuit() checks. It's now possible to quit while, for | Torbjörn Andersson |
2009-01-05 | fix quitting in Mickey's Space Adventure as well as other minor cleanup | Matthew Hoops |
2009-01-05 | fix infinite loop when trying to quit in Troll's Tale | Matthew Hoops |
2009-01-04 | fix infinite loop when trying to quit in Winnie | Matthew Hoops |
2009-01-03 | Considerably shortened the detection table with use of macros. | Eugene Sandulenko |
2009-01-03 | Formatting | Eugene Sandulenko |
2009-01-02 | Fix bugs #1940871: "AGI: Fan(Beyond Titanic 2) - Lockup" and #1874918: | Eugene Sandulenko |
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko |
2008-12-19 | Allow quitting / returning to launcher while showing "selection boxes", e.g. the | Torbjörn Andersson |
2008-12-19 | Allow quitting/returning to launcher while in the save/load dialog. I don't | Torbjörn Andersson |
2008-12-19 | Clicking in the scrollbar always caused the save/load list to scroll down a p... | Torbjörn Andersson |
2008-11-29 | Remove warnings from NDS build. | Robin Watts |
2008-11-20 | AGI: fsnodeNameEqualsIgnoreCase and FSNode usage should be replaced by SearchMan | Max Horn |
2008-11-14 | Committed my patch #2123680 "SDL: Backend transaction / rollback support". | Johannes Schickel |
2008-11-10 | AGI 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-06 | Switched various Engine APIs to use Common::Error | Max Horn |
2008-11-06 | Fix for bug #2071125 - "MICKEY: Mouse movement", by using the waitForTimer... | Filippos Karapetis |
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 |