aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-10-05GRAPHICS: Use Face Name for Mac fonts if they're specified.Eugene Sandulenko
Allows to avoid situations with files named "NewYork" with "New York" font inside.
2016-10-05GRAPHICS: Load Face Name from BDF filesEugene Sandulenko
Also adjust the devtools and built-in fonts accordingly.
2016-10-05SCI32: Fix uninitialized read when starting a new game in LSL6hiresColin Snover
2016-10-05SCI32: Fix Return to Launcher in F5 menuColin Snover
Closes #837.
2016-10-05SCI32: Fix deleting save games in native save/load dialogueColin Snover
2016-10-05SCI32: Fix version file read failure in LSL6hiresColin Snover
2016-10-05FULLPIPE: Added on-demand debug output to PicAniInfosEugene Sandulenko
2016-10-04SHERLOCK: SS: Fix hotspots remaining after items are picked upPaul Gilbert
2016-10-04TITANIC: Fix initial display of computer screenPaul Gilbert
2016-10-04TITANIC: Workaround for incorrect transparency check in getPixelPaul Gilbert
2016-10-04TITANIC: Implement blitRect to closer match the originalPaul Gilbert
2016-10-04TITANIC: Implement flippedBlitRect to closer match the originalPaul Gilbert
2016-10-04TITANIC: Clarify code for vertically flipped blittingPaul Gilbert
2016-10-04Merge pull request #839 from dreammaster/videoEugene Sandulenko
VIDEO: AVIDecoder changes for Titanic videos
2016-10-04Merge pull request #840 from fedor4ever/masterEugene Sandulenko
VOYEUR: remove empty first line
2016-10-04VOYEUR: remove empty first lineFedor
2016-10-04FULLPIPE: Added debugging to interaction codeEugene Sandulenko
2016-10-04FULLPIPE: Fix crash on reentering scene27.Eugene Sandulenko
The scene destructor will take care of the allocated bats.
2016-10-04I18N: Regenerate translations.datEugene Sandulenko
2016-10-04I18N: Update Ukrainian translationEugene Sandulenko
2016-10-04I18N: Regenerate all translation files, updating the mailing list addressEugene Sandulenko
2016-10-04I18N: Regenerate POT fileEugene Sandulenko
2016-10-04I18N: Change scummvm-devel mailing list for POT file generationEugene Sandulenko
2016-10-04I18N: Regenerate translations.datEugene Sandulenko
2016-10-04I18N: Updated Russian translationEugene Sandulenko
2016-10-03TITANIC: Fixes for movie rendering using transBlitRectPaul Gilbert
2016-10-03TITANIC: Fix playback of single-stream videosPaul Gilbert
2016-10-03TITANIC: Remove redundant includes in CMouseCursorPaul Gilbert
2016-10-03I18N: Regenerate translations.datLothar Serra Mari
2016-10-03I18N: Update Hungarian translationLothar Serra Mari
Submitted by goodoldgeorge in patch #9599, thank you!
2016-10-03TITANIC: Fix rendering of cursorsPaul Gilbert
2016-10-03VIDEO: Simplify AVIDecoder index handling for second video trackPaul Gilbert
2016-10-03SDL: Switch to full screen updates when the OSD is transparentBastien Bouclet
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-02VIDEO: Implement seeking for AVI videos with a transparency video trackPaul Gilbert
2016-10-02TITANIC: Fixes to transBlitRectPaul Gilbert
2016-10-02FULLPIPE: Scene11: Fix non-swinging swingRetro-Junk
2016-10-02FULLPIPE: Scene11: Rewrite scene handler in a sane wayRetro-Junk
2016-10-02FULLPIPE: More corrections to scene logic in scene11Eugene Sandulenko
2016-10-02TITANIC: Change mouse cursor to use transparencyPaul Gilbert
2016-10-02MOHAWK: Fix compilationLothar Serra Mari
2016-10-02I18N: Regenerate translations.datLothar Serra Mari
2016-10-02I18N: Update German translationLothar Serra Mari
2016-10-02I18N: Update translations templateLothar Serra Mari
2016-10-02MOHAWK: Enable translations for 'game is paused' stringLothar Serra Mari
2016-10-02FULLPIPE: Restore original swing logic in scene11Eugene Sandulenko
2016-10-02FULLPIPE: Scene11: Preserve Dude's state during swing updateRetro-Junk
2016-10-02TITANIC: Fix AVIDecoder to properly handle transparency video tracksPaul Gilbert
2016-10-02FULLPIPE: Implement MotionController::enableLinks()Eugene Sandulenko
2016-10-02FULLPIPE: Fix Grandma positioning in scene14Eugene Sandulenko
2016-10-02FULLPIPE: Fix code formattingEugene Sandulenko