aboutsummaryrefslogtreecommitdiff
path: root/scumm/dialogs.cpp
AgeCommit message (Expand)Author
2004-07-20Use for HE 7.0 games too.Travis Howell
2004-07-20Add support for version key in The DigTravis Howell
2004-06-25Added Engine::_saveFileMan; thus was able to get rid of auto_ptr usage againMax Horn
2004-06-25Use auto_ptr to avoid leaksMax Horn
2004-04-26Tweaked a few things to accommodateJamieson Christian
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-28Small tweaks for MIPSPro compilerMax 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-24the OSystem changes we discussed on the ML (note: renaming of the existing OS...Max Horn
2004-02-22Missed one spot.Travis Howell
2004-01-26CE Keys dialog moved to new backendNicolas Bacca
2004-01-17Implements TOGGLE_VIRTUAL_KEYBOARDNicolas Bacca
2004-01-08unify _vm / _scumm usageMax Horn
2004-01-06updated copyright noticeMax Horn
2003-12-27get rid of _noSubtitles, use ConfigManager directly instead; clean up some IM...Max Horn
2003-12-27fix subtitles optionMax Horn
2003-12-21yet another place were 'nosubtitles' wasn't properly changed to 'subtitles'Max Horn
2003-12-18Missed one spot when switching subtitle options.Travis Howell
2003-12-14Let's spell it out: c-o-d-e r-e-u-s-e :-)Max Horn
2003-12-14OoopsTravis Howell
2003-12-14Always confirm restartTravis Howell
2003-12-14WinCE GUI fixesNicolas Bacca
2003-12-13patch #858731 to work around MSVC6 compiler bugsMax Horn
2003-12-11Fix for bug #858262 (Note: casting to GUI::OptionsDialog* is wrong, it leads ...Max Horn
2003-12-09Changed notation involving more than one set of double colons ::Jamieson Christian
2003-12-01don't do a global import of namespace GUIMax Horn
2003-11-28reuse SaveLoadChooser in main dialog -> this means the SaveLoadChooser rememb...Max Horn
2003-11-11made Scumm::OptionsDialog subclass GUI::OptionsDialog (code reuse); replaced ...Max Horn
2003-11-10added namespace GUIMax Horn
2003-11-08cleanup whitespacesPaweł Kołodziejski
2003-11-05made menu buttons wider (looks nicer, IMO)Max Horn
2003-11-05fix for bug #836418 (Crash when saving with blank name): GUI now uses a defau...Max Horn
2003-11-03oops this wasn't meant to be thereMax Horn
2003-11-03remade the in-game GUI/menuMax Horn
2003-11-03added built-in label for SliderWidgetMax Horn
2003-11-02turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Wi...Max Horn
2003-11-01amiga checkbox is pointless in the in-game settings dialog (you should set th...Max Horn
2003-10-09Moved PalmOS initializations out of namespaces.Chris Apers
2003-10-08new config manager. not everything is completed, and some things will still b...Max Horn
2003-10-03introduced namespace Scumm; made #include statements use scumm/ prefix explic...Max Horn
2003-10-02renamed class Scumm to ScummEngine (consisten with other engine names; also m...Max Horn
2003-10-02renamed namespace ScummVM to CommonMax Horn
2003-09-08make even more use of Scumm::_musicEngine; added MusicEngine::setMasterVolumeMax Horn
2003-09-07cleanup/refactoringMax Horn
2003-08-20Change Amiga palette option to Amiga versionTravis Howell
2003-08-18Updated globals access for PalmOSChris Apers
2003-07-31back disable warnings into stdafx.h, vc6 is lack of warnings supportPaweł Kołodziejski
2003-07-31Disabled unknown pragma warning in MSVC-6.Jamieson Christian