aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/support
AgeCommit message (Collapse)Author
2017-08-26TITANIC: Fix German strings in create_titanic, regenerate titanic.datPaul Gilbert
2017-08-26TITANIC: Add further strings to create_titanic toolPaul Gilbert
2017-08-24TITANIC: Reduce header includes for titanic.hDavid Fioramonti
I reduced the header includes a lot in Titanic.h and forward declared when I could. Titanic.h was including a lot and a lot of functions that were including it were not using its API. This will help make it more clear which implementation files are using which class since they will just need to include which ones they need. I also moved the debug related items in Titanic.h into the debugger header. I also reordered several of the the header includes to be local to global.
2017-08-19TITANIC: Start end credits at bottom of screen, not the topPaul Gilbert
2017-08-13TITANIC: Add missing va_end() on early return (CppCheck warning)Torbjörn Andersson
2017-08-12TITANIC: Add support for compressed bitmaps in titanic.datPaul Gilbert
2017-08-08TITANIC: Further improvements to arrow key movementPaul Gilbert
The movement code, when deciding on an item or link that matches the desired direction, will check five points on the object/links area.. center, left edge, right edge, top edge, and bottom edge. For each of these, it makes sure that at that point, clicking will actually get passed to it. Otherwise, it moves onto one of the other edges. This helps avoid issues where links weren't working because standard scene objects were partially obscuring them.
2017-08-05TITANIC: Fix original savegames from the bar not loadingPaul Gilbert
2017-08-04TITANIC: Fixes for names in the CursorId enumPaul Gilbert
2017-07-31TITANIC: Fix not being able to close ScummVM during prologue creditsPaul Gilbert
2017-07-31TITANIC: Handle brief freeze if prologue credits are skippedPaul Gilbert
2017-07-30TITANIC: Fix speed of palette transitions in end creditsPaul Gilbert
2017-07-29TITANIC: Properly fix disappearing cconversation log textPaul Gilbert
2017-07-27VIDEO: Allow setting the mixer sound type used to play audio tracksBastien Bouclet
2017-07-20TITANIC: Don't load prior frame for videos when in reverse modePaul Gilbert
2017-07-16TITANIC: Fix scaling in scene transition cutscenesPaul Gilbert
2017-07-15TITANIC: Fix pause during intro credits cutscenePaul Gilbert
2017-07-11TITANIC: Fix Titania's nose remaining present after being picked upPaul Gilbert
Fixing this required reverting the previous fix I'd done for the Doorbot's 'Cloak Off' animation during the prologue. What the proper fix for it, seems to be, is that when a video is full 32-bit ARGB, if it has a second transparency track, then simply ignore the alpha in the first track, and simply use the RGB values for each pixel
2017-07-10TITANIC: Fix rendering of conversation text inputPaul Gilbert
2017-07-10TITANIC: Inline CTransparencySurface methods at wjp's suggestionPaul Gilbert
2017-07-08TITANIC: Fix disappearing vision center on bar shelfPaul Gilbert
2017-07-07TITANIC: Fix to only update modified parts of the screenPaul Gilbert
2017-07-02TITANIC: Fix switching between forward & backwards movie clipsPaul Gilbert
2017-07-01TITANIC: Reset movie framerate when setting up decompressorPaul Gilbert
2017-07-01TITANIC: Fix crash going up service elevator in prologuePaul Gilbert
2017-07-01TITANIC: Fix service lift indicator when going down floorsPaul Gilbert
2017-07-01TITANIC: Refactor out _isReversed from AVI SurfacePaul Gilbert
2017-06-30TITANIC: Don't set movie framerate until after movie has startedPaul Gilbert
2017-06-30TITANIC: Update AVISurface to use refactored AVIDecoderPaul Gilbert
2017-06-28TITANIC: Fix Doorbot animation during starting cutscenePaul Gilbert
2017-06-20TITANIC: Show GUI error dialog if titanic.dat is missingPaul Gilbert
2017-06-19TITANIC: Fix Bellbot walking off during checkinPaul Gilbert
2017-06-18TITANIC: Fix empty holes appearing in room transition videosPaul Gilbert
2017-06-15TITANIC: Fix single incorrect frame showing when Bellbot leavesPaul Gilbert
2017-06-11TITANIC: Fix brief black boxes on fires in CanalPaul Gilbert
2017-06-11TITANIC: CGameManager viewChange better named as roomChangePaul Gilbert
2017-06-09TITANIC: Fix jerkiness in end creditsPaul Gilbert
2017-06-09TITANIC: Field renamings for CCreditTextPaul Gilbert
2017-05-20TITANIC: Remove unused variablePaul Gilbert
2017-05-20TITANIC: Fix blitting of game objects with a transparency surfacePaul Gilbert
2017-04-06TITANIC: Add missing content for OSVideoSurface::clearPaul Gilbert
2017-04-04TITANIC: Change debug level constants to have a DEBUG_ prefixPaul Gilbert
2017-03-29TITANIC: Add remote icon for skipping nav puzzlePaul Gilbert
2017-02-22TITANIC: Fix setting display bounds for end credit textPaul Gilbert
2017-02-22TITANIC: Fix writeString character placementPaul Gilbert
2017-02-22TITANIC: Renamings and cleanup for CCreditTextPaul Gilbert
2017-02-19TITANIC: Fix Arm placement when placed on gondolier slidersPaul Gilbert
2017-02-16TITANIC: Cleanup of movie flagsPaul Gilbert
2017-02-14TITANIC: Work around cylinder holder 8-bit frame with no palettePaul Gilbert
The video for the cylinder holder has a single 8-bit frame at the start of the sequence for opening when there's no cylinder inside. This fix works around it by ignoring 8-bits frame when there's no palette available.
2017-01-21TITANIC: Fix display of busy cursor across entire TV throw cutscenePaul Gilbert