Commit Graph
86814 Commits
Author SHA1 Message Date
Filippos Karapetis c3a4950c98 CHEWY: Properly dispose audio streams after use 2016-10-07 09:31:16 +03:00
Paul Gilbert 6a1e5bd43a TITANIC: Cleanup usages of CTransparencySurface 2016-10-06 22:01:43 -04:00
Paul Gilbert cf96b50f08 TITANIC: Fix videos playing vertically flipped 2016-10-06 20:33:24 -04:00
Paul Gilbert 83188eace9 VIDEO: Expose the bitCount of AVIVideoTrack bitmap headers 2016-10-06 20:32:25 -04:00
Filippos Karapetis 7002ede1ed CHEWY: Const correctness 2016-10-07 03:13:16 +03:00
Filippos Karapetis cf7c010d47 CHEWY: Use new instead of malloc() in the CFO video decoder
Thanks to wjp for noticing this
2016-10-07 03:12:00 +03:00
Einar Johan Trøan Sømåen d077fc0fc7 WINTERMUTE: Change in-engine thumbnail-defaults.
Instead of the engine-based 0, we now default to
kThumbnailWidth/kThumbnailHeight2, as values of 0
here disable thumbnails in the engine.

TODO: Perhaps consider looking into always running the
thumbnail-generation even if the sizes are 0?
2016-10-07 01:35:17 +02:00
Einar Johan Trøan Sømåen 1eca88cb39 WINTERMUTE: Don't crop UIEdit strings to negative sizes
If _maxLength was -1, we would end up with a 0-size allocation,
and a write that starts right before it, which gives odd results.
2016-10-07 00:19:58 +02:00
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
Peter Kohaut c934941e4f BLADERUNNER: fixed some of endianness issues 2016-10-06 22:32:27 +02:00
Peter Kohaut 566da748e1 BLADERUNNER: added support for fonts 2016-10-06 21:23:46 +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
Peter Kohaut e0efee2eba BLADERUNNER: added suspects db & fixed crimes db 2016-10-06 00:59:11 +02: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
Filippos Karapetis 384b61a9fb CHEWY: Optimize font drawing
Thanks to _sev for the suggestion
2016-10-05 10:47:56 +03:00
Filippos Karapetis 18d6c501fc CHEWY: Add support for in-game texts 2016-10-05 10:47:22 +03: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
Peter Kohaut 5d1e1131dc BLADERUNNER: code formatting 2016-10-04 18:59:25 +02:00
Peter Kohaut 2b835eb14d BLADERUNNER: added missing license & code formatting 2016-10-04 18:19:45 +02:00
Peter Kohaut 6547c35e15 BLADERUNNER: trying to figure out walking, added structures for obstacles used for pathfinding, fixed bug in searching for walkboxes 2016-10-04 18:15:57 +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