aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic
AgeCommit message (Collapse)Author
2016-10-30TITANIC: Renamings of mouse methodsPaul Gilbert
2016-10-30TITANIC: Support cutscene frame counting beyond end of videoPaul Gilbert
The intro credits cutscene at least, uses an end frame beyond the video as a way of adding an extra delay after the video finishes
2016-10-30TITANIC: Fix PET rendering in Embarkation LobbyPaul Gilbert
2016-10-30TITANIC: Add extra field initializationsPaul Gilbert
2016-10-30TITANIC: Fix somer compiler warningsPaul Gilbert
2016-10-30TITANIC: Fix playing past very last frame of videosPaul Gilbert
2016-10-30TITANIC: Cleanup of CServiceElevatorWIndow classPaul Gilbert
2016-10-30TITANIC: Fix setting different video frameratesPaul Gilbert
2016-10-30TITANIC: Fix floor change message to go to both background & indicatorPaul Gilbert
2016-10-29TITANIC: Fix playback elevator background at correct speedPaul Gilbert
2016-10-29TITANIC: Fix wave file when pressing top elevator buttonPaul Gilbert
2016-10-29TITANIC: Fix pressing buttons in Service ElevatorPaul Gilbert
2016-10-29TITANIC: Return proper handle from CGameObject::playSoundPaul Gilbert
2016-10-29TITANIC: Fix to Doorbot talking animations selectionPaul Gilbert
2016-10-29TITANIC: Renaming NPCFLAG enum values for idlingPaul Gilbert
2016-10-29TITANIC: Fix infinite recursion loading object resourcesPaul Gilbert
2016-10-28TITANIC: Fix playing cutscenes to the very of a videoPaul Gilbert
2016-10-28TITANIC: Fix room transition cutscenesPaul Gilbert
2016-10-28TITANIC: Fix scanning for rooms in parseViewPaul Gilbert
2016-10-28TITANIC: More renaming and debug loggingPaul Gilbert
2016-10-28TITANIC: Fix starting queued reverse playing movie clipsPaul Gilbert
2016-10-28TITANIC: Renames and adding debuggingPaul Gilbert
2016-10-27TITANIC: Fix interrupting playing soundsPaul Gilbert
2016-10-27TITANIC: Fix setting up timer action stringsPaul Gilbert
2016-10-26TITANIC: Fix hang when reaching very end of moviesPaul Gilbert
2016-10-26TITANIC: Fix incorrect clipping of inventory tooltip textPaul Gilbert
2016-10-26TITANIC: Fix loading of item descriptionsPaul 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: Fix dragging PhotographPaul Gilbert
2016-10-25TITANIC: Fix setting active NPCPaul Gilbert
2016-10-25TITANIC: Keep cursor disabled for entire Doorbot introPaul Gilbert
2016-10-25TITANIC: Implement hide counting for mouse cursor hide/showPaul Gilbert
2016-10-24TITANIC: Add conversation text to the PETPaul Gilbert
2016-10-23TITANIC: Fix freeze in Doorbot conversationPaul Gilbert
2016-10-23TITANIC: Fix showing multiple NPC animations as Doorbot speaksPaul Gilbert
2016-10-23TITANIC: Match the CWaveFile duration method closer to originalPaul Gilbert
2016-10-23TITANIC: Start Doorbot animating in closeup conversationPaul Gilbert
2016-10-23TITANIC: Fix resetting NPC flags when Doorbot finishes speakingPaul Gilbert
2016-10-22TITANIC: Fix looping in CTrueTalkManager::triggerNPCPaul 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-17TITANIC: Remove always-true testOri Avtalion
2016-10-13TITANIC: Fix getting NPC animation name listsPaul Gilbert
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-05TITANIC: Add movie command to the debuggerPaul Gilbert
2016-10-04TITANIC: Fix initial display of computer screenPaul Gilbert
2016-10-04TITANIC: Workaround for incorrect transparency check in getPixelPaul Gilbert