Eugene Sandulenko
b2dcd1bb1e
GRAPHICS: Move font-related MacGUI code to MacFontManager
2016-10-06 23:49:39 +02:00
Eugene Sandulenko
59a7993951
GRAPHICS: Fix BDF font parsing
2016-10-06 23:49:39 +02:00
Eugene Sandulenko
cd375ae5b3
DEVTOOLS: Fix convbdf font parsing
2016-10-06 23:49:39 +02:00
Thierry Crozat
dff5da9b49
I18N: Regenerate translation data file
2016-10-06 20:22:59 +01:00
Thierry Crozat
374babb651
I18N: Update French translation
2016-10-06 20:21:14 +01:00
Thierry Crozat
2863a49963
I18N: Update Swedish translation (from ticket #9600 )
2016-10-06 20:20:46 +01:00
Eugene Sandulenko
9730e42fac
GRAPHICS: Parse font size from BDF fonts
2016-10-06 07:44:18 +02:00
Eugene Sandulenko
0d4d5459f2
GRAPHICS: Use Family name instead of font name when reading from BDF fonts
2016-10-06 07:33:46 +02:00
Paul Gilbert
07316afaa4
TITANIC: Add movie command to the debugger
2016-10-05 22:44:14 -04:00
Einar Johan Trøan Sømåen
5348327da6
WINTERMUTE: Add detection for german version of 5MA, Fixes #6850
2016-10-06 00:12:53 +02:00
Eugene Sandulenko
d8f700c105
GRAPHICS: Use Face Name for Mac fonts if they're specified.
...
Allows to avoid situations with files named "NewYork" with
"New York" font inside.
2016-10-05 23:31:04 +02:00
Eugene Sandulenko
15e4997720
GRAPHICS: Load Face Name from BDF files
...
Also adjust the devtools and built-in fonts accordingly.
2016-10-05 23:24:53 +02:00
Colin Snover
3f30e2dd06
SCI32: Fix uninitialized read when starting a new game in LSL6hires
2016-10-05 15:30:39 -05:00
Colin Snover
1c5a5d09f9
SCI32: Fix Return to Launcher in F5 menu
...
Closes #837 .
2016-10-05 15:30:31 -05:00
Colin Snover
ac95f2595b
SCI32: Fix deleting save games in native save/load dialogue
2016-10-05 15:19:11 -05:00
Colin Snover
5cca33702d
SCI32: Fix version file read failure in LSL6hires
2016-10-05 15:19:11 -05:00
Eugene Sandulenko
4d1076b33e
FULLPIPE: Added on-demand debug output to PicAniInfos
2016-10-05 09:13:28 +02:00
Paul Gilbert
1bf73b9cf1
SHERLOCK: SS: Fix hotspots remaining after items are picked up
2016-10-04 21:57:16 -04:00
Paul Gilbert
f14146e3df
TITANIC: Fix initial display of computer screen
2016-10-04 20:58:59 -04:00
Paul Gilbert
0a8f47a3ae
TITANIC: Workaround for incorrect transparency check in getPixel
2016-10-04 20:04:49 -04:00
Paul Gilbert
1f9b62ee8e
TITANIC: Implement blitRect to closer match the original
2016-10-04 19:54:11 -04:00
Paul Gilbert
171cf4cc92
TITANIC: Implement flippedBlitRect to closer match the original
2016-10-04 19:45:02 -04:00
Paul Gilbert
209ea3427f
TITANIC: Clarify code for vertically flipped blitting
2016-10-04 19:33:46 -04:00
Eugene Sandulenko
42c518238d
Merge pull request #839 from dreammaster/video
...
VIDEO: AVIDecoder changes for Titanic videos
2016-10-04 23:21:41 +02:00
Eugene Sandulenko
43d5ed570e
Merge pull request #840 from fedor4ever/master
...
VOYEUR: remove empty first line
2016-10-04 23:20:35 +02:00
Fedor
6417a9cc5d
VOYEUR: remove empty first line
2016-10-04 22:21:22 +03:00
Eugene Sandulenko
5c2bfc4c23
FULLPIPE: Added debugging to interaction code
2016-10-04 19:48:12 +02:00
Eugene Sandulenko
475ae058e3
FULLPIPE: Fix crash on reentering scene27.
...
The scene destructor will take care of the allocated bats.
2016-10-04 19:18:14 +02:00
Eugene Sandulenko
ed44ddafba
I18N: Regenerate translations.dat
2016-10-04 17:54:30 +02:00
Eugene Sandulenko
cb4d050b86
I18N: Update Ukrainian translation
2016-10-04 17:53:38 +02:00
Eugene Sandulenko
16cfd9ce16
I18N: Regenerate all translation files, updating the mailing list address
2016-10-04 13:56:19 +02:00
Eugene Sandulenko
2b865a609b
I18N: Regenerate POT file
2016-10-04 13:56:02 +02:00
Eugene Sandulenko
409ebe5c9b
I18N: Change scummvm-devel mailing list for POT file generation
2016-10-04 13:55:28 +02:00
Eugene Sandulenko
9e9617b4e9
I18N: Regenerate translations.dat
2016-10-04 13:46:08 +02:00
Eugene Sandulenko
83854f1a3b
I18N: Updated Russian translation
2016-10-04 13:42:23 +02:00
Paul Gilbert
054bfb3c19
TITANIC: Fixes for movie rendering using transBlitRect
2016-10-03 23:01:14 -04:00
Paul Gilbert
ad355ec79d
TITANIC: Fix playback of single-stream videos
2016-10-03 22:11:48 -04:00
Paul Gilbert
ab0bd3e227
TITANIC: Remove redundant includes in CMouseCursor
2016-10-03 18:04:17 -04:00
Lothar Serra Mari
84ea02e29f
I18N: Regenerate translations.dat
2016-10-03 18:01:03 +02:00
Lothar Serra Mari
66912e97b3
I18N: Update Hungarian translation
...
Submitted by goodoldgeorge in patch #9599 , thank you!
2016-10-03 17:39:11 +02:00
Paul Gilbert
9a2e16dda1
TITANIC: Fix rendering of cursors
2016-10-03 08:41:12 -04:00
Paul Gilbert
293147345f
VIDEO: Simplify AVIDecoder index handling for second video track
2016-10-03 07:41:44 -04:00
Bastien Bouclet
7941e5d530
SDL: Switch to full screen updates when the OSD is transparent
...
Previous releases also did full screen updates for transparent OSD messages.
There should be no performance regression with that regard.
Computing smaller update rects is non trivial, but should be looked into if
performance is an issue for OSD icons.
Fixes #9598
2016-10-03 07:31:18 +02:00
Paul Gilbert
c676ecb258
VIDEO: Implement seeking for AVI videos with a transparency video track
2016-10-02 20:22:53 -04:00
Paul Gilbert
78a3ac6c5d
TITANIC: Fixes to transBlitRect
2016-10-02 18:01:52 -04:00
Retro-Junk
3f6ca96c5b
FULLPIPE: Scene11: Fix non-swinging swing
2016-10-02 23:31:01 +02:00
Retro-Junk
c20bc7f620
FULLPIPE: Scene11: Rewrite scene handler in a sane way
2016-10-02 23:03:34 +02:00
Eugene Sandulenko
55d9b5e255
FULLPIPE: More corrections to scene logic in scene11
2016-10-02 22:04:31 +02:00
Paul Gilbert
dd2ee74cc0
TITANIC: Change mouse cursor to use transparency
2016-10-02 15:39:45 -04:00
Lothar Serra Mari
58f3816f3e
MOHAWK: Fix compilation
2016-10-02 21:27:37 +02:00