aboutsummaryrefslogtreecommitdiff
path: root/gui/launcher.cpp
AgeCommit message (Expand)Author
2004-12-09Pass subdirectories to gamedetector functionsRobert Göffringmann
2004-11-20Changed the FilesystemNode implementation to make it easier to use (client co...Max Horn
2004-10-01Patch #896096 (Restoring last selected game selection) with some personal mod...Max Horn
2004-08-26Ignore case when sorting entries in the launcherMax Horn
2004-08-11Fix for bug #1007093 (GUI: removing game configuration from Launcher buggy); ...Max Horn
2004-07-26Fix label width; properly distinguish between a global default extrapath/save...Max Horn
2004-07-01Backport C&P bug from local treeJames Brown
2004-06-29Add 'Path' tab to launcher, w/ selection for Game, Data and a new 'Extra' path.James Brown
2004-04-06Changed "voice_volume" to "speech_volume" for consistency with the BrokenTorbjörn Andersson
2004-04-05added voice group volume to scumm engine for imuse digital and implemeted vol...Paweł Kołodziejski
2004-03-25fix memory leakMax Horn
2004-03-17Fix for bug #917532 (GUI: BrowserDialog return value)Max Horn
2004-03-15Aaargh, didn't mean to commit this...Max Horn
2004-03-15...and mor. Next big thing should be to document the overlay stuff, but that'...Max Horn
2004-02-09fixed compilationPaweł Kołodziejski
2004-02-09Modified version of patch #892795 (Let scumvm -v show supported libs)Max Horn
2004-02-07Make use of the MD5-based game detection in the launcherMax Horn
2004-02-05renamed (Const)Iterator to (const_)iterator; changed size() to return an uintMax Horn
2004-01-06updated copyright noticeMax Horn
2003-12-30cleanup for language/platform functionsMax Horn
2003-12-21Make it possible for game detection functions to detect language/platform (no...Max Horn
2003-12-13removed GameSettings::detectname and GameSettings::midi; renamed GameSettings...Max Horn
2003-11-28reuse SaveLoadChooser in main dialog -> this means the SaveLoadChooser rememb...Max Horn
2003-11-18return/enter key in the launcher now starts the selected targetMax Horn
2003-11-10added namespace GUIMax Horn
2003-11-08cleanup whitespacesPaweł Kołodziejski
2003-11-07added checkboxes to the 'Edit Game...' dialog which let the user determine wh...Max Horn
2003-11-05make savepath settings persistentMax Horn
2003-11-05refactored common code into a new class OptionsDialog; various fixes and clea...Max Horn
2003-11-05added multi_midi/native_mt32 settings (we *really* need to come up with a goo...Max Horn
2003-11-05save fullscreen/aspect ratio settings; fix midi driver selection (driver was ...Max Horn
2003-11-05added language/platform popupMax Horn
2003-11-04modified NewGui::drawString to shorten strings which don't fit using ellipsis...Max Horn
2003-11-04Added some more dummy checkboxes, functionality to be addedMax Horn
2003-11-03fix item positionsMax Horn
2003-11-03Default to first tabJames Brown
2003-11-03Fiddling with new tab widgetJames Brown
2003-11-03use TabWidget for GlobalOptionsDialogMax Horn
2003-11-02added initial TabWidget stub (if you want to try it, I added some testing cod...Max Horn
2003-11-02ask before removing a game configMax Horn
2003-11-02turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Wi...Max Horn
2003-11-01merged detectGames() into LauncherDialog::handleCommand()Max Horn
2003-11-01amiga checkbox is obsolete (will be replaced by a platform popupMax Horn
2003-10-28cleanup: removed version/id from GameSettingsMax Horn
2003-10-17findGame is static class method nowMax Horn
2003-10-17factored out the game detection code into the Plugin class; this is the first...Max Horn
2003-10-16cleanupMax Horn
2003-10-12some renaming for more consistent terminology (although we might want to reev...Max Horn
2003-10-11fix for bug #821502 (GUI: Launcher crashes with unexisting targets)Max Horn
2003-10-08turned PluginManager into a proper singletonMax Horn