Open main menu

Parallaction/TODO

< Parallaction
Revision as of 19:46, 22 September 2012 by Digitall (talk | contribs) (→‎Nippon Safes: Correct minor formatting error.)
TODO List
Name Parallaction Engine TODO
Technical Contact(s) Parallaction Engine Team
Subsystem Engine

General

  • merge input loops: make one input routine for menu, one for dialogue and one for _c_endIntro (possibly merge it with menu). It would be probably needed as part of the new double-buffering implementation. Should be worthy to investigate if it can be made before.

Nippon Safes

  • Game currently locks up in final safe scene [Bug #3420858].
    • This is due to mouse cursor hide/show bug and can be worked around by using "showmouse" on debug console.
  • Game crashes with assertion in finale cutscene [Bug #3420858].
    • scummvm: ./engines/parallaction/graphics.h:175: virtual uint Parallaction::Cnv::getSize(uint16): Assertion `index < _count' failed.
    • Only occurs in English version. It doesn't happen in the italian version because the script is different (the problematic line is commented out). We could ignore the line at runtime for other versions as well. Fixing it means adding code to handle a character called 'Dinor', which is the dummy version of Dino and I am not sure the actual 'finale' location would work"

DOS:

  • Sound broken in Multi-lingual DOS variant [Bug #3416863]. Need to check if this is still occuring.

Amiga:

  • The spotlight in the night club should come to a post before Donna enters the stage [Bug #2438549]. The original used a blocking routine to do so.
  • Make proper balloons with rounded corners for dialogues [needs a polygon fill routine].
  • Add workaround for a bad character in the English version speech for the Final safe scene. This manifests as an invalid character, rather than the word "Company" in one of the texts.
  • Musuem Caveau control panel - "Push the button" verb appears when it shouldn't [Bug #2970532].
  • In some locations, the explanation overlay object labels can get stuck [Bug #2969911].
    • Eternal Rest Hotel: "telephone" keeps stuck until the door-keeper is gone.
    • Sumo Wrestler "suite": "knock" will be stuck until the cutscene is played.
    • Emperors mansion: Talking to the emperor in duisguise has "cabinet" floating beneath the cursor until the dialogue is finished.

Big Red Adventure

  • Implement music commands.
  • Correct MIDI music playback - currently differs from original i.e. part1/msc/stanza.msc
    • Sounds like all events have wrong volume and end up in percussion channel.
    • Corrected by [this]
  • Implement non-blocking fades/other gfx (need some updates to the input loop).
  • Fix mouse cursor hide/show. Mouse cursor incorrectly hidden currently (2011-01-13):
    • Re-entering the first room (DOS BRA Demo only).
    • The guy trying to sell you a watch in the park in Part 1.
    • The end of Part 2 when a banana is thrown.

Script bugs:

  • a zone called 'occorig' is defined in location 'camalb' in all versions of the game, whereas 'eccorig' is needed.

Amiga:

  • Find out how cursors are stretched.
  • Correctly position text in dialogue balloons

Tequila & Boom Boom

Implement everything ;)