Strangerke
4c89891382
TSAGE: Blue Force - Rename a couple of variables in scene 360
2011-10-25 15:36:01 +02:00
Paul Gilbert
e3fefd16a0
TSAGE: Bugfix for not being able to walk around in some BF scenes
2011-10-25 20:02:12 +11:00
Jordi Vilalta Prat
ca822fbd40
DOCS: Renamed the Spanish QuickStart to use just ANSI chars.
...
It seems it wasn't handled properly neither by Git nor by some filesystems,
so we prefer playing on the safe side.
2011-10-25 10:55:59 +02:00
Alyssa Milburn
63aa0ef6f3
SCUMM: Initialize Sprite fields in constructor.
...
This fixes a crash when HE games return from init() early due to the
required color mode not being available.
2011-10-25 10:51:31 +02:00
Paul Gilbert
06e02a196b
TSAGE: Bugfix for black areas appearing in the user interface area
2011-10-25 19:46:46 +11:00
Paul Gilbert
44dcb2d140
TSAGE: Bugfix for cursor appearing in user interface in Blue Force
2011-10-25 19:45:48 +11:00
Strangerke
f614fbb608
TSAGE: Blue Force - Fix several bugs in scene 360.
...
Dough bug still present though (he doesn't keep his gun)
2011-10-25 09:08:46 +02:00
Strangerke
b29dc073a7
TSAGE: Blue Force - Fix a couple of glitches in scene 340 (marina)
2011-10-25 09:02:32 +02:00
Tarek Soliman
636789441a
SCUMM: Fix detection of talkie Monkey Island
...
Thanks md5 for the idea to fix the null pointer
Thanks clone2727 for feedback on this and other implementations
2011-10-24 16:28:36 -05:00
Thierry Crozat
e2e01dcd35
I18N: Regenerate translations data file
2011-10-24 20:59:09 +01:00
Thierry Crozat
f318cd68f6
I18N: Update Spanish translation
2011-10-24 20:58:37 +01:00
Thierry Crozat
38bddf012c
I18N: Update Polish translation from patch #3427957
2011-10-24 20:58:14 +01:00
Johannes Schickel
c087f917dd
GUI: Fix missing audio drivers in Edit Game dialog.
...
This is a regression from 77c65648b1
.
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
97207dcbe3
SCI: Add GUIO_EGAUNDITHER based on Sierra Games Versions
...
Thanks [md5] for the link
2011-10-24 17:43:29 +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
Strangerke
fa1e55181a
KYRA: On demand of lordHoto, remove GUIO_NOASPECT as Jap. games are in 640x400 and not 640x480
2011-10-24 12:59:02 +02:00
Strangerke
7350ddf640
SWORD1: Re-add GUIO_NOASPECT to Sword1, as it was erroneously removed.
...
Sorry for the noise...
2011-10-24 12:55:30 +02:00
Paul Gilbert
b3d14a1f67
TSAGE: Rename of inventory constants and scene objects for first R2 scene
2011-10-24 21:46:03 +11:00
Paul Gilbert
8b66b16c0e
TSAGE: Further work on standardising user interface for use in Blue Force and Return to Ringworld
2011-10-24 21:45:08 +11:00
Strangerke
364bc27225
TOON: After discussion with clone2727 and eriktorbjorn, remove GUIO_NOASPECT from Toonstruck
2011-10-24 07:05:26 +02:00
Strangerke
9b112fb56a
SWORD1: After discussion with clone2727 and eriktorbjorn, remove GUIO_NOASPECT from Sword1
2011-10-24 06:57:41 +02:00
Strangerke
4f610235a5
TOUCHE: After discussion with clone2727 and eriktorbjorn, remove GUIO_NOASPECT from Touche
2011-10-24 06:53:38 +02:00
Strangerke
7cf921814d
GROOVIE: Add GUIO_NOASPECT
2011-10-24 06:42:30 +02:00
Strangerke
8e9a775813
COMPOSER: Add GUIO_NOASPECT to Composer engine
2011-10-24 06:36:37 +02:00
Strangerke
50390ce9b6
MADS: Add GUIO_NOASPECT to M4 games
2011-10-24 06:31:25 +02:00
Strangerke
a651a416cd
LASTEXPRESS: Add GUIO_NOASPECT to Last Express
2011-10-24 06:22:09 +02:00
Eugene Sandulenko
5b3b73c523
GUI: Added icon to clear button. Reverted PNG support
2011-10-24 05:18:49 +01:00
Strangerke
7d920d076a
MOHAWK: Add GUIO_NOASPECT to mohawk
2011-10-24 06:10:06 +02:00
Strangerke
829df06599
SWORD1: Add GUIO_NOASPECT to Sword1
2011-10-24 04:31:39 +02:00
Matthew Hoops
b071ee4623
MOHAWK: Finish a comment that was left unfinished
2011-10-23 19:52:00 -04:00
Strangerke
9684a1079d
LAUNCHER: Add GUIO_NOASPECT to tinsel
2011-10-24 01:27:47 +02:00
Strangerke
4e0c574fd2
LAUNCHER: Add GUIO_NOASPECT to agos
2011-10-24 00:57:30 +02: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
dbb83da2c9
LAUNCHER: Add GUIO_NOASPECT to sword2
2011-10-24 00:43:37 +02:00
Strangerke
0af96cd379
LAUNCHER: Add GUIO_NOASPECT to sword25
2011-10-24 00:39:31 +02:00
Strangerke
5468f50a4b
LAUNCHER: Add GUIO_NOASPECT to saga
2011-10-24 00:35:16 +02:00
Strangerke
48f7187edd
LAUNCHER: Add GUIO_NOASPECT to touche
2011-10-24 00:30:41 +02:00
Strangerke
c40e45244a
LAUNCHER: Add GUIO_NOASPECT to SCI
...
Thanks [md5] for the help
2011-10-24 00:24:15 +02:00
Strangerke
b7284f3a37
LAUNCHER: Add GUIO_NOASPECT to Kyra
2011-10-23 22:53:39 +02:00
Strangerke
abdcc530cc
LAUNCHER: Add GUIO_NOASPECT to made
2011-10-23 22:39:36 +02:00
Strangerke
51ed1bc221
LAUNCHER: Add GUIO_NOASPECT to Toonstruck
2011-10-23 21:51:25 +02:00
Strangerke
ee9b0ae7bf
LAUNCHER: Add GUIO_NOASPECT to gob
2011-10-23 21:47:16 +02: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
Johannes Schickel
a41d72a44a
SCUMM: Fix compilation when HE is disabled.
...
This is a regression from 77c65648b1
.
2011-10-23 19:42:30 +02:00
Eugene Sandulenko
32972a5ffb
AD: Switched rest of the engines to new GUIO
2011-10-23 17:53:13 +01: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