Age | Commit message (Expand) | Author |
2008-09-16 | Added "querySaveMetaInfos" to MetaEngine. | Johannes Schickel |
2008-09-14 | Fix for bug #2089275: "GUI: Returning to launcher may trigger an error". | Johannes Schickel |
2008-09-08 | Documented commit 34450 (game path searched recursively). | Nicola Mettifogo |
2008-09-08 | Made searching the game path recursive (with the default depth of 4 levels). ... | Nicola Mettifogo |
2008-09-05 | Remove usage of main_features.inl and the file | Lars Persson |
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 | If launching scummvm with no game selected, clear the transient domain (and h... | Max Horn |
2008-09-01 | First part of GSoC2008 RTL branch merge | Max Horn |
2008-08-27 | Partial commit of patch #2012839: Atari Patch for adding Native MIDI and Fix ... | Max Horn |
2008-08-25 | patch 1984130: Add Tremolo info | Kostas Nakos |
2008-08-18 | - proper init of virtual keyboard now implemented (involved added EventManage... | Stephen Kennedy |
2008-08-16 | Added documentation to the README, also added --list-saves to the HELP_STRING... | Christopher Page |
2008-08-09 | Merged revisions 33632-33633,33635,33637,33639-33640,33642-33645,33648,33654-... | Christopher Page |
2008-08-05 | Committed my patch #2026097 ("ALSA: Try both 65:0 and 17:0 by default"), with a | Torbjörn Andersson |
2008-08-04 | Merged revisions 33188-33189,33191-33193,33196,33198,33202-33203,33206,33210,... | Christopher Page |
2008-08-04 | Moved ConfMan.registerDefault calls for savepath to DefaultSaveFileManager (e... | Max Horn |
2008-07-29 | Added convenience accessor method GameDescriptor::preferredtarget | Max Horn |
2008-07-29 | BASE: in runGame, do not set addDefaultDirectory() the game path before invok... | Max Horn |
2008-07-29 | Changed output of --test-detector: multiple hits with same gameid now only ar... | Max Horn |
2008-07-27 | Fixed the Symbian default savepath, but adding the needed \ at the end and no... | Lars Persson |
2008-07-27 | Fixed the Symbian default savepath, but adding the needed \ at the end. | Lars Persson |
2008-07-23 | Added Tinsel engine to main repos (no news item for it ON PURPOSE) | Max Horn |
2008-07-21 | Merged revisions 33052-33053,33056-33058,33061-33064,33068,33070,33072,33075,... | Christopher Page |
2008-07-21 | This is 0.13.0svn now | Eugene Sandulenko |
2008-07-20 | Fixed nasty bug in findPlainGameDescriptor -- contrary to is documentation, i... | Max Horn |
2008-07-19 | Removed -Wundef from the default list of compiler flags, and changed PLUGIN_E... | Max Horn |
2008-07-16 | Quit and RTL code is more modular now. EVENT_RTL no longer sets _shouldQuit,... | Christopher Page |
2008-07-14 | Merged revisions 32744-32745,32747,32750-32759,32762-32764,32769,32777,32783,... | Christopher Page |
2008-07-07 | Implemented Common::EventManager::pushEvent() to insert fake events into the ... | Christopher Page |
2008-06-24 | Created Global Main Menu Dialog. Made a uniform _quit flag for engines. So f... | Christopher Page |
2008-06-22 | Disabled return to launcher on trunk again | Max Horn |
2008-06-16 | Merged revisions 32668-32669,32676,32687-32689,32693,32695,32698-32701,32705 ... | Christopher Page |
2008-06-14 | Revert last commit. | Travis Howell |
2008-06-14 | Disable drawObject type 0x41, which is currently causing frequent crashes. | Travis Howell |
2008-06-13 | Renamed MIDI plugins to Music plugins | Jordi Vilalta Prat |
2008-06-02 | Merged revisions 32348-32349,32351-32356,32358-32411,32413-32441,32443-32445,... | Christopher Page |
2008-05-28 | Added a note about the MSVC quirk with the spaces around ENABLE_##ID | Filippos Karapetis |
2008-05-28 | Merged revisions 32124,32126-32128,32131,32133,32135-32144,32146-32153,32155-... | Christopher Page |
2008-05-28 | Removed an MSVC specific hack, after discussing with jvprat. It seems that MS... | Filippos Karapetis |
2008-05-26 | Should fix compiling erros. | Johannes Schickel |
2008-05-26 | Replaced a loop in PluginManger::loadPlugins with Common::for_each as a typic... | Johannes Schickel |
2008-05-26 | Fixed some code formatting thanks to LordHoto | Jordi Vilalta Prat |
2008-05-24 | Made the startup log output a bit more informative | Max Horn |
2008-05-23 | Use default save game class | Chris Apers |
2008-05-20 | Add a tiny TODO entry for graphics scaler plugins | Max Horn |
2008-05-14 | Merged revisions 31972-31973,31975-31981,31984-31989,31993-31994,31996-32014,... | Christopher Page |
2008-05-14 | Added plugin priority so there's just one plugin that provides a module funct... | Jordi Vilalta Prat |
2008-05-14 | - Added more information (ID and capabilities) to the MIDI drivers | Jordi Vilalta Prat |
2008-05-13 | Taken care of FilePluginProvider's FIXMEs | Jordi Vilalta Prat |