2362 Commits

Author SHA1 Message Date
Eugene Sandulenko
724e6cb638 GUI: Show empty savepath as 'Default', not 'None' 2011-10-25 14:56:05 +01:00
Eugene Sandulenko
fe4495cac0 LAUNCHER: Turned erase icon white 2011-10-25 14:56:05 +01:00
Eugene Sandulenko
5a68e40054 GUI: Refactor clear buttons 2011-10-25 14:56:05 +01:00
Eugene Sandulenko
2b6c2da831 GUI: Added clear button to paths 2011-10-25 14:56:05 +01:00
Eugene Sandulenko
202cce30b3 LAUNCHER: Improved clear soundfont button 2011-10-25 14:56:05 +01:00
Eugene Sandulenko
d99e855606 LAUNCHER: benefit from PicButton being derivative of Button 2011-10-25 14:56:04 +01:00
Eugene Sandulenko
b0fe2bbaf9 GUI: Made PicButtonWidget derivative of ButtonWidget 2011-10-25 14:56:04 +01:00
Eugene Sandulenko
25766500c0 LAUNCHER: Do not show clear image in classic theme 2011-10-25 14:56:03 +01:00
Thierry Crozat
e2e01dcd35 I18N: Regenerate translations data file 2011-10-24 20:59:09 +01:00
Johannes Schickel
c087f917dd GUI: Fix missing audio drivers in Edit Game dialog.
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 20:43:10 +02:00
Strangerke
9912d7b856 GUI: Add GUIO EGA Dithering option
This will be used to disable the EGA dithering option
2011-10-24 16:51:18 +02:00
Strangerke
9256652fcf GUI: in order to play it safe, re-enable the aspect checkbox if the gui options don't contain GUIO_NOASPECT.
Thanks lordHoto for pointing it
2011-10-24 13:36:52 +02:00
Eugene Sandulenko
5b3b73c523 GUI: Added icon to clear button. Reverted PNG support 2011-10-24 05:18:49 +01:00
Eugene Sandulenko
59474ca128 GUI: Replaced search icon with a better looking one.
Icons are by Yusuke Kamiyamane. http://p.yusukekamiyamane.com/
2011-10-23 23:44:14 +01:00
Eugene Sandulenko
4c08fccf58 GUI: Add support for PNG images in themes 2011-10-23 23:44:14 +01:00
Eugene Sandulenko
f1165b0b6e LAUNCHER: Do not show MIDI and MT32 tabs if game does not have MIDI 2011-10-23 23:44:14 +01:00
Strangerke
cfa42fee80 LAUNCHER: Add GUIO_NOASPECT to SCUMM engine 2011-10-23 21:45:02 +02:00
Johannes Schickel
3a196478c6 ALL: Reduce assignment of "" to Common::String.
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 20:04:03 +02:00
Eugene Sandulenko
77c65648b1 AD: Swtich GUI options to a char array.
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 17:53:13 +01:00
Thierry Crozat
2efcee5288 I18N: Regenerate translations data file 2011-10-23 15:25:49 +01:00
Eugene Sandulenko
2dea24a835 I18N: Regenerate translations.dat 2011-10-19 13:48:02 +01:00
Eugene Sandulenko
ed2cb9a6b3 GUI: Added debug ouput for determining loaded theme 2011-10-19 13:48:01 +01:00
Chris Warren-Smith
ed07b99b22 BADA: Misc changes merged from appstore release 2011-10-18 23:22:25 +10:00
Thierry Crozat
90598bd4e2 I18N: Regenerate translations data file 2011-10-17 00:07:03 +01:00
Thierry Crozat
9ca17c4e95 I18N: Regenerate translations data file 2011-10-16 14:11:08 +01:00
Thierry Crozat
f525ff7d01 I18N: Update Hungarian translation from patch #3419482 2011-10-08 22:42:07 +01:00
Tarek Soliman
790b10bc2b CREDITS: Sort some sections by last name 2011-10-08 12:38:04 -05:00
Thierry Crozat
153e66318e I18N: Update Czech translation from patch #3419076 2011-10-05 19:56:37 +01:00
Jordi Vilalta Prat
22db5dda42 I18N: Update the catalan and spanish translations. 2011-10-05 11:36:56 +02:00
Jordi Vilalta Prat
9b03f26045 I18N: Update the translation template. 2011-10-05 11:36:56 +02:00
Tarek Soliman
26d4e4bdb6 CREDITS: properly retire fanoush and add myself 2011-09-28 15:13:59 -05:00
Filippos Karapetis
d01d228ee8 AGI/COMMON: Fixed bug #3407308 - "AGI: SQ2: Saving allowed in autosave slot 0 from scummvmmenu"
The save/load dialog code was not polling for meta info for empty slots
2011-09-25 15:03:02 +03:00
Strangerke
3542dc2c44 CGE: Add credits 2011-09-22 18:55:06 +02:00
Willem Jan Palenstijn
052177d136 COMMON: Remove some double-underscore defines (reserved) 2011-11-14 14:59:58 +01:00
Eugene Sandulenko
f56dc4151d Merge pull request #112 from tsoliman/fix-undithering-guioption1
GUI: Enable EGA Undithering in global options dialog
2011-10-30 18:29:50 -07:00
Johannes Schickel
7f2b2e99f8 GUI: Change scrollbar repeat handling from a timer proc to handleTickle.
This should be less heavy on timer usage and makes sure no race conditions
will occur.
2011-10-28 12:08:15 +02:00
Tarek Soliman
f30df9aa70 GUI: Enable EGA Undithering in global options dialog
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.
2011-10-27 09:48:21 -05:00
Torbjörn Andersson
642e0baacb GUI: Silence GCC warning
Rename local variable 'buffer' to keep it from clashing with the
buffer() method.
2011-09-19 20:10:46 +02:00
Littleboy
9796890cce GUI: Replace ConsoleDialog use of vsnprintf by Common::String::vformat() 2011-09-19 09:23:00 -04:00
Thierry Crozat
aad960f095 I18N: Regenerate translation.dat file 2011-08-23 21:42:42 +01:00
Thierry Crozat
8935c7cd64 I18N: Regenerate translations.dat file 2011-08-22 22:40:46 +01:00
Chris Warren-Smith
6d47a6d935 BADA: Updated credit.pl to include BADA port information 2011-08-21 16:37:41 +10:00
Eugene Sandulenko
8022c87060 I18N: Regenerated .pot, .po and translations.dat 2011-08-20 15:13:23 +01:00
Eugene Sandulenko
51fbc7200c CREDITS: Reflect new team structure 2011-08-20 13:12:18 +01:00
Eugene Sandulenko
4a7616c366 I18N: Regenerate translations.dat 2011-08-20 12:52:27 +01:00
Jordi Vilalta Prat
f92b21b377 I18N: Update the catalan and spanish translations. 2011-08-18 11:59:53 +02:00
Christoph Mallon
23a0f5318c JANITORIAL: Remove trailing empty lines. 2011-08-07 13:53:33 +02:00
Eugene Sandulenko
1e45c32558 I18N: Regenerate translations.dat 2011-08-06 11:31:10 +01:00
Eugene Sandulenko
ae02860784 GUI: Removed redundant button label 2011-08-06 11:31:01 +01:00
Eugene Sandulenko
9e0c1a38e1 GUI: Consistent behavior of ButtonWidget::setLabel() 2011-08-06 11:30:58 +01:00