aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/support
AgeCommit message (Expand)Author
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
2016-08-29TITANIC: Preliminary implementation for CVideoSurface movieBlitRectPaul Gilbert
2016-08-29TITANIC: Remove redundant CFilesManager::fn4Paul Gilbert
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
2016-08-29TITANIC: Finished CCreditText draw methodPaul Gilbert
2016-08-28TITANIC: Add positioning logic to credit text drawingPaul Gilbert
2016-08-28TITANIC: Fix warnings in CCreditTextPaul Gilbert
2016-08-25TITANIC: Implemented CStringParser classPaul Gilbert
2016-08-24TITANIC: Fix OutSaveFile usageAlexander Tkachev