aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/support/movie.h
AgeCommit message (Collapse)Author
2017-09-11TITANIC: The hasAudioTiming code was just an isActive flagPaul Gilbert
2017-07-31TITANIC: Handle brief freeze if prologue credits are skippedPaul 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-02TITANIC: Change mouse cursor to use transparencyPaul Gilbert
2016-08-14TITANIC: Implemented CTitania classPaul Gilbert
2016-08-09TITANIC: Implemented more sound related classesPaul Gilbert
2016-07-20TITANIC: Clarify movie/surface has frame fields & variablesPaul Gilbert
2016-07-20TITANIC: Add movie _handled flag, simplify frame timinig codePaul Gilbert
2016-07-17TITANIC: Further implementation of movie frame decodingPaul Gilbert
2016-07-17TITANIC: Making the AVISurface frameInfo a video surfacePaul Gilbert
2016-07-15TITANIC: Named two remaining OSMovie virtual methodsPaul Gilbert
2016-07-15TITANIC: Major implementation of OSMovie and AVISurface classesPaul Gilbert
2016-07-15TITANIC: Figured out remainder of CMovieManagerPaul Gilbert
2016-07-15TITANIC: Added CMovieManager classPaul Gilbert
2016-07-15TITANIC: Added CGameObject saving, and movie range info methodsPaul Gilbert
2016-07-15TITANIC: Added CGameObject text methodsPaul Gilbert
2016-07-15TITANIC: Implemented remaining CGameManager methods and othersPaul Gilbert
2016-07-15TITANIC: Implementing lots of cGameObject methodsPaul Gilbert
2016-07-10TITANIC: Implement CMovieEvent & CMovieRangeInfoPaul Gilbert
2016-07-10TITANIC: Implementing PET inventory populationPaul Gilbert
2016-07-10TITANIC: Implement playing a range of frames within moviePaul Gilbert
2016-07-10TITANIC: Fix stopping moviesPaul Gilbert
2016-04-10TITANIC: Change back to using original AVIDecoderPaul Gilbert
2016-04-10TITANIC: Television video is now playingPaul Gilbert
2016-04-09TITANIC: Fix deleting moviesPaul Gilbert
2016-04-09TITANIC: More implementation code for movie playbackPaul Gilbert
2016-04-08TITANIC: Implementing preliminary video playback codePaul Gilbert
2016-04-06TITANIC: Implement CBackground message handlersPaul Gilbert
2016-04-04TITANIC: Hacked copy of AVIDecoder to handle ycursors.aviPaul Gilbert
Mouse cursor is now somewhat correctly showing
2016-04-03TITANIC: Move most of the root classes into new support/ folderPaul Gilbert