Eugene Sandulenko
a9f8af5400
DIRECTOR: Clip Matte sprites properly
2019-12-27 13:39:56 +01:00
Eugene Sandulenko
38c488f2ca
DIRECTOR: More debug output
2019-12-27 13:39:56 +01:00
Eugene Sandulenko
4e58ef479b
GRAPHICS: Make ManagedSurface::clip() public
2019-12-27 13:39:56 +01:00
Eugene Sandulenko
6e4ba1e5c5
DIRECTOR: Improved debug output, some renames
2019-12-27 13:39:56 +01:00
aviloria
dccae5f7f1
WINTERMUTE: Solve 'Chinese' language conflicts. Add more game entries ( #1969 )
2019-12-27 01:39:38 +02:00
aviloria
92c7366d1c
COMMON: Add ZH_ANY language for generic chinese languages
...
We have a game that has actual ZH_CNA, ZH_TWN translations and also ships with the same file set that formed ZH_CNA in previous game versions, when there was no separate Traditional/Simplified variants and was only one 'Chinese'
2019-12-27 01:36:19 +02:00
Filippos Karapetis
f7a5c21d4d
STARTREK: Move isPointInPolygon() inside the Room class
...
This accesses the room data, so it's better to move it inside the Room
class, to reduce direct visibility of the room vertex data
2019-12-27 01:33:28 +02:00
Filippos Karapetis
26fcce1e41
STARTREK: Fix texts in the MUDD mission
2019-12-27 01:33:27 +02:00
Eugene Sandulenko
4512845d58
GRAPHICS: MACGUI: Fix incorrect text dimension calculations
2019-12-26 18:45:30 +01:00
Eugene Sandulenko
95f02a8f9a
GRAPHICS: MACGUI: Use proper width when rendering MacText
2019-12-26 18:00:00 +01:00
Eugene Sandulenko
97abe323c4
GRAPHICS: MACGUI: Sanity check for empty lines
2019-12-26 17:47:58 +01:00
Eugene Sandulenko
40cb3b8f92
GRAPHICS: FONT: Really fix mismatched new/delete
2019-12-26 17:31:42 +01:00
Eugene Sandulenko
ba834b6289
DIRECTOR: Fix label loading
2019-12-26 17:30:28 +01:00
Eugene Sandulenko
043acc1ccc
GRAPHICS: FONTS: Fix mismatched new/delete.
2019-12-26 17:25:31 +01:00
Eugene Sandulenko
32c96f6373
DIRECTOR: Fix number of labels to read
2019-12-26 17:15:18 +01:00
Eugene Sandulenko
fb122a9e20
DIRECTOR: Fix index type
2019-12-26 17:04:02 +01:00
Eugene Sandulenko
5375a2a048
COMMON: Add sanity check to MacResMan
2019-12-26 17:03:44 +01:00
Eugene Sandulenko
df5a4fb027
SCI: Swap lowercase Alt+'a'/'s' for Polish, in order to avoid conflicting keybingings
2019-12-26 15:51:22 +01:00
Eugene Sandulenko
a2cbc18d61
SCI: Fix lowercase Alt+'n' for Polish
2019-12-26 15:40:54 +01:00
Eugene Sandulenko
c88da94585
SCI: Added support for typing Polish characters with 'Alt'
2019-12-26 15:10:07 +01:00
Eugene Sandulenko
46dbffe609
DIRECTOR: Renamed few variables
2019-12-26 00:55:32 +01:00
Eugene Sandulenko
ac2b6af639
SCI: Added temporary debug ouput for Polish input
2019-12-25 23:38:23 +01:00
Eugene Sandulenko
def628acae
DIRECTOR: Imporved text cast loading
2019-12-25 22:55:25 +01:00
Eugene Sandulenko
74dbb60931
DIRECTOR: More loading debug output
2019-12-25 22:32:39 +01:00
Eugene Sandulenko
df3d87062e
DIRECTOR: Temporarily revert the ink selection for QuickDraw shapes
2019-12-25 18:05:33 +01:00
Eugene Sandulenko
a61bca2075
DIRECTOR: Added drawing for QuickDraw cast members
2019-12-25 18:05:33 +01:00
Eugene Sandulenko
902a750c8a
DIRECTOR: Implemented 'fast' playback debug flag
2019-12-25 18:05:33 +01:00
Eugene Sandulenko
48b66e1f40
PRINCE: I18N: Update translation (Russian)
...
Currently translated at 100.0% (2757 of 2757 strings)
2019-12-25 17:03:44 +00:00
Eugene Sandulenko
78359daeb7
PRINCE: I18N: Update translation (English)
...
Currently translated at 73.5% (2027 of 2757 strings)
2019-12-25 17:03:44 +00:00
Eugene Sandulenko
197bc17216
DIRECTOR: Correctly use ink information for sprites
2019-12-25 14:52:13 +01:00
Eugene Sandulenko
3f392ca564
DIRECTOR: Loop movies by default, added 'noloop' debug flag
2019-12-25 14:26:11 +01:00
Eugene Sandulenko
3e296bc31b
SCI: Reformatted the conversion table
2019-12-25 14:05:02 +01:00
D G Turner
fa5c023a1f
KYRA: Remove GCC -Wlogical-op Compiler Warning
...
This piece of code is not functional as the test will always evaluate
to false so hiding this with a preprocessor guard will not cause any
functional change. It is now clearly marked with FIXME and TODO along
with a comment for future reference.
2019-12-25 12:38:26 +00:00
Eugene Sandulenko
f491a2562c
SCI: Added detection and support for Polish LSL7
...
Fixes bug #11274
2019-12-25 13:24:36 +01:00
Bastien Bouclet
2c6dedaec8
3DS: Add missing makefile dependency
...
Make cannot automatically deduce that the shader assembler generates the
.h file that is required to build osystem-graphics.cpp.
2019-12-25 08:59:17 +01:00
Cameron Cawley
e2e72af31d
SDL: Remove duplicated cursorStretch200To240() function
2019-12-25 08:52:19 +02:00
Bastien Bouclet
f328ab4369
WINTERMUTE: Fix fallback detection
...
Now the singleId property has been removed, the gameIds returned by the
MetaEngines when detecting games must be accepted by the `findGame`
method. Wintermute was generating gameIds based on datafiles in the
fallback detector. With this change, the gameId for fallback detected
games is always `wintermute`, the target name is generated based on the
`extra` value that contains the game caption.
The `(unknown)` mention that was previously added to the game title has
been removed. The unknown game dialog now makes it very clear that the
game version is not known to ScummVM.
Fixes #11288 .
2019-12-25 08:50:01 +02:00
Eugene Sandulenko
d5687eb222
DIRECTOR: Simplify palette transformations
2019-12-25 02:12:55 +01:00
Eugene Sandulenko
85b67d8771
DIRECTOR: Added palette transformation routine
2019-12-25 02:00:17 +01:00
Eugene Sandulenko
1cf7fd9196
DIRECTOR: Added test routine for drawing palette
2019-12-25 01:50:30 +01:00
Eugene Sandulenko
8c59f07951
DIRECTOR: Replace palette data with hex numbers
2019-12-25 01:35:04 +01:00
Eugene Sandulenko
160cbe30c7
DIRECTOR: Bg color is also shifted for shapes
2019-12-25 01:12:14 +01:00
Eugene Sandulenko
b5f7f6d35e
DIRECTOR: Use colors for QuickDraw sprites from Channel Info
2019-12-25 01:10:32 +01:00
Eugene Sandulenko
e5f3febb1a
DIRECTOR: Read color information for shapes
2019-12-25 01:00:02 +01:00
Eugene Sandulenko
c898b7eaae
DIRECTOR: Improved loading debug output
2019-12-25 00:07:54 +01:00
Eugene Sandulenko
578d013e9c
DIRECTOR: More debug output and code tidying up
2019-12-24 22:47:06 +01:00
Eugene Sandulenko
cdcce73ff8
DIRECTOR: Improved debug output
2019-12-24 21:39:14 +01:00
Eugene Sandulenko
13c086cf88
DIRECTOR: Enlist shape types
2019-12-24 21:39:14 +01:00
Eugene Sandulenko
b5d64e8bbf
DIRECTOR: Improve debug output
2019-12-24 21:39:14 +01:00
sluicebox
43e74a8657
SCI32: Add GK2 Italian detection entry
...
Trac #11013
2019-12-24 11:00:54 -08:00