Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-20 | I18N: Update Czech translation from patch #3440467 | Thierry Crozat | |
2011-11-20 | GUI: Update translations by using "make update-translations". | Johannes Schickel | |
2011-11-20 | M4: Removed the M4/MADS engine from trunk | Paul Gilbert | |
2011-11-18 | GUI: Disable speech volume slider in subtitle only mode. | Johannes Schickel | |
2011-11-17 | Merge pull request #114 from tsoliman/keymapper2 | Eugene Sandulenko | |
KEYMAPPER: Keymapper improvements 2 | |||
2011-11-17 | CREDITS: Mark whoozle as retired | Torbjörn Andersson | |
He announced on scummvm-devel that he's leaving. | |||
2011-11-17 | CREDITS: Add myself for Composer. | Alyssa Milburn | |
2011-10-31 | KEYMAPPER: Put the gui keymap pushing/popping back in GuiManager::runLoop | Tarek Soliman | |
This because theoretically the GUI could be run without a dialog. This also fixes the situations where the GUI keymap gets popped more times than pushed. Thanks sev | |||
2011-10-27 | KEYMAPPER: Make sure GuiManager only pops gui keymaps | Tarek Soliman | |
2011-10-27 | KEYMAPPER: Skip GUI keymap when displaying active keymap in keymapper dialog | Tarek Soliman | |
This fixes a problem where opening the keymapper dialog would cause the current game keymap to be displayed as the active keymap but then changing the keymap selection back to it would cause the GUI keymap to be displayed as the active one. The GUI keymap was indeed at the top of the stack but that's not the desired effect. Also move the pushing and popping of the keymap to Dialog::Open/Close Also constantify the GUI keymap name | |||
2011-10-27 | GUI: Slight formatting fix. | Johannes Schickel | |
2011-10-25 | GUI: Fix search clear button when switching themes or resolution. | Johannes Schickel | |
This only fixes the clear button of the launcher's search. For the other clear buttons this is would be a bit more work since they are embedded in tabs. | |||
2011-10-25 | LAUNCHER: Fix MIDI override setting | Eugene Sandulenko | |
2011-10-25 | GUI: Show empty savepath as 'Default', not 'None' | Eugene Sandulenko | |
2011-10-25 | LAUNCHER: Turned erase icon white | Eugene Sandulenko | |
2011-10-25 | GUI: Refactor clear buttons | Eugene Sandulenko | |
2011-10-25 | GUI: Added clear button to paths | Eugene Sandulenko | |
2011-10-25 | LAUNCHER: Improved clear soundfont button | Eugene Sandulenko | |
2011-10-25 | LAUNCHER: benefit from PicButton being derivative of Button | Eugene Sandulenko | |
2011-10-25 | GUI: Made PicButtonWidget derivative of ButtonWidget | Eugene Sandulenko | |
2011-10-25 | LAUNCHER: Do not show clear image in classic theme | Eugene Sandulenko | |
2011-10-24 | I18N: Regenerate translations data file | Thierry Crozat | |
2011-10-24 | GUI: Fix missing audio drivers in Edit Game dialog. | Johannes Schickel | |
This is a regression from 77c65648b1db8f8b7b245510681eafd856798d26. Formerly the code used strtok to check for any audio related GUIO flag to be present in _guioptions. Since strtok tokenizes the string this won't really work. I changed it to use strpbrk, which searches a string for any character from a set of characters (in our case flags). The code should now have the same semantics as of before the above mentioned commit. This also gets rid of copying the gui options into a char array and a strncpy call. | |||
2011-10-24 | GUI: Add GUIO EGA Dithering option | Strangerke | |
This will be used to disable the EGA dithering option | |||
2011-10-24 | GUI: in order to play it safe, re-enable the aspect checkbox if the gui ↵ | Strangerke | |
options don't contain GUIO_NOASPECT. Thanks lordHoto for pointing it | |||
2011-10-24 | GUI: Added icon to clear button. Reverted PNG support | Eugene Sandulenko | |
2011-10-23 | GUI: Replaced search icon with a better looking one. | Eugene Sandulenko | |
Icons are by Yusuke Kamiyamane. http://p.yusukekamiyamane.com/ | |||
2011-10-23 | GUI: Add support for PNG images in themes | Eugene Sandulenko | |
2011-10-23 | LAUNCHER: Do not show MIDI and MT32 tabs if game does not have MIDI | Eugene Sandulenko | |
2011-10-23 | LAUNCHER: Add GUIO_NOASPECT to SCUMM engine | Strangerke | |
2011-10-23 | ALL: Reduce assignment of "" to Common::String. | Johannes Schickel | |
When clearing an existant object clear() should be used. When constructing objects (or using default values for parameters) the constructor of String without any argument should be used. This changes only a few instances I noticed while looking over some recent commit logs. | |||
2011-10-23 | AD: Swtich GUI options to a char array. | Eugene Sandulenko | |
This eliminates nasty limitation of caping number of flags to 31. Current code has limitation of 255 flags, though. Only SCUMM engine is converted, rest do not even compile. Detection of fan talkie MI is broken as it has to be implemented differently. | |||
2011-10-23 | I18N: Regenerate translations data file | Thierry Crozat | |
2011-10-19 | I18N: Regenerate translations.dat | Eugene Sandulenko | |
2011-10-19 | GUI: Added debug ouput for determining loaded theme | Eugene Sandulenko | |
2011-10-18 | BADA: Misc changes merged from appstore release | Chris Warren-Smith | |
2011-10-17 | I18N: Regenerate translations data file | Thierry Crozat | |
2011-10-16 | I18N: Regenerate translations data file | Thierry Crozat | |
2011-10-08 | I18N: Update Hungarian translation from patch #3419482 | Thierry Crozat | |
2011-10-08 | CREDITS: Sort some sections by last name | Tarek Soliman | |
2011-10-05 | I18N: Update Czech translation from patch #3419076 | Thierry Crozat | |
2011-10-05 | I18N: Update the catalan and spanish translations. | Jordi Vilalta Prat | |
2011-10-05 | I18N: Update the translation template. | Jordi Vilalta Prat | |
2011-09-28 | CREDITS: properly retire fanoush and add myself | Tarek Soliman | |
2011-09-25 | AGI/COMMON: Fixed bug #3407308 - "AGI: SQ2: Saving allowed in autosave slot ↵ | Filippos Karapetis | |
0 from scummvmmenu" The save/load dialog code was not polling for meta info for empty slots | |||
2011-09-22 | CGE: Add credits | Strangerke | |
2011-11-14 | COMMON: Remove some double-underscore defines (reserved) | Willem Jan Palenstijn | |
2011-10-30 | Merge pull request #112 from tsoliman/fix-undithering-guioption1 | Eugene Sandulenko | |
GUI: Enable EGA Undithering in global options dialog | |||
2011-10-28 | GUI: Change scrollbar repeat handling from a timer proc to handleTickle. | Johannes Schickel | |
This should be less heavy on timer usage and makes sure no race conditions will occur. | |||
2011-10-27 | GUI: Enable EGA Undithering in global options dialog | Tarek Soliman | |
GUIO_EGAUNDITHER is a positive flag unlike the rest of the GUIO negative flags like GUIO_NOASPECT and GUIO_NOSPEECH. This means the gui option is only enabled if the flag exists. This caused the gui option to be disabled in the global options dialog due to the flag not existing in the global confman domain. It is an inconvenience and a regression IMHO to have to set this flag on a game by game basis with no option to set it globally and have the games override it. Thanks Strangerke for making me clarify. Thanks LordHoto for feedback on code style. |