aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/support
AgeCommit message (Collapse)Author
2016-10-26TITANIC: Fix incorrect clipping of inventory tooltip textPaul Gilbert
2016-10-26TITANIC: Add yet another mouse hiding counter the game usesPaul Gilbert
2016-10-25TITANIC: Further work on mouse cursor enablement logicPaul Gilbert
2016-10-25TITANIC: Implement hide counting for mouse cursor hide/showPaul Gilbert
2016-10-22TITANIC: Workaround for Doorbot's 'cloak off' movie playbackPaul Gilbert
The original starts a movie for the Doorbot taking his cloak off, but then plays a cutscene of the doorbot first appearing. Because of this delay, our VideoDecoder wasn't correctly playing the movie after. To fix that, new movies are initially paused when started, and then resumed the first time we try to do events checking for it
2016-10-09JANITORIAL: Remove trailing spacesEugene Sandulenko
2016-10-07TITANIC: Fix transparency handling of Doorbot and PhotographPaul Gilbert
2016-10-06TITANIC: Cleanup usages of CTransparencySurfacePaul Gilbert
2016-10-06TITANIC: Fix videos playing vertically flippedPaul 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-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-03TITANIC: Fix rendering of cursorsPaul Gilbert
2016-10-02TITANIC: Fixes to transBlitRectPaul Gilbert
2016-10-02TITANIC: Change mouse cursor to use transparencyPaul Gilbert
2016-10-02TITANIC: Fix AVIDecoder to properly handle transparency video tracksPaul Gilbert
2016-10-02TITANIC: Remove track select logic from AVIDecoderPaul Gilbert
2016-10-01TITANIC: Fix setting pointers in RawSurface::moveXPaul Gilbert
2016-10-01TITANIC: Fix checking for transparency surfaces in blitRect methodsPaul Gilbert
2016-10-01TITANIC: Change copyPixel to not be a virtual methodPaul Gilbert
2016-10-01TITANIC: Finished transBlitRect methodPaul Gilbert
2016-10-01TITANIC: changePixel is now copyPixel, in progress transparenc blittingPaul Gilbert
2016-09-30TITANIC: Use CRawSurface in video surface getPixelPaul Gilbert
2016-09-30TITANIC: Added CRawSurface classPaul Gilbert
2016-09-29TITANIC: Match AVISurface setup and frame rendering closer to originalPaul Gilbert
2016-09-28TITANIC: Add transparency check to OSVideoSurface getPixelPaul Gilbert
2016-09-28TITANIC: Clarify movie secondary video tracks as a transparency maskPaul Gilbert
2016-09-11TITANIC: Simplify German version checksPaul Gilbert
2016-09-11TITANIC: Extra loading logic and translation code for German versionPaul Gilbert
2016-09-11TITANIC: In progress work on German Translation view in PETPaul Gilbert
2016-09-10TITANIC: Move text messages to DAT filePaul Gilbert
2016-09-02TITANIC: Cleanup of CPetInventory, removal of unused fieldsPaul Gilbert
2016-09-01TITANIC: Convert many static_casts to dynamic_castPaul Gilbert
2016-09-01TITANIC: Fix to setting and checking soundsPaul Gilbert
2016-08-31TITANIC: Fix black flash at the start of view change clipsPaul Gilbert
2016-08-31TITANIC: Improvements to view change animationsPaul Gilbert
2016-08-31TITANIC: View change animations now partially workingPaul Gilbert
2016-08-31TITANIC: Fixes to warnings, and removal of some unneeded fieldsPaul Gilbert
2016-08-30Merge pull request #788 from Tkachov/cloudEugene Sandulenko
ALL: Add Cloud storage support
2016-08-29TITANIC: Preliminary implementation for CVideoSurface movieBlitRectPaul Gilbert
2016-08-29TITANIC: Remove redundant CFilesManager::fn4Paul Gilbert
It looks like the original method scanned subfolders for the file, and prefixed on the found path. We don't need this for ScummVM
2016-08-29TITANIC: Further code cleanup, identified game mode 5Paul Gilbert
2016-08-29TITANIC: Clarify CMouseCursor saveState as setPositionPaul Gilbert
2016-08-29TITANIC: Fix compiler warningsPaul Gilbert
2016-08-29TITANIC: Implement variant font writing used by creditsPaul Gilbert
2016-08-29TITANIC: Remove redundant codePaul Gilbert