Difference between revisions of "Parallaction/TODO"

From ScummVM :: Wiki
Jump to navigation Jump to search
(→‎Nippon Safes: -- add bugs which occur in the original)
(→‎Nippon Safes: Update.)
Line 8: Line 8:
== Nippon Safes ==
== Nippon Safes ==


Other less relevant issues:
Amiga issues (low-importance):
* The Halfbrite spotlight for donna's show is now partially working: the current implementation doesn't allow for it to move yet. See General TODO above (double-buffering stuff).
* The spotlight in the night club should come to a post before Donna enters the stage {{BugTrack|num=2438549}}. The original used a blocking routine to do so.
 
Amiga issues:
* Make proper balloons with rounded corners for dialogues [needs a polygon fill routine].
* Make proper balloons with rounded corners for dialogues [needs a polygon fill routine].


Bugs which occur in the original:
Bugs which occur in the original:
* Dino refuses to talk (Amiga/French). {{BugTrack|num=1823968}}
* Dino refuses to talk (Amiga/French). {{BugTrack|num=1823968}}

Revision as of 22:22, 22 March 2009

General

  • make a clean implementation of double-buffering, with centralized updateScreen(). This would significantly deviate from the original engine, but may be the only way to effectively implement hardware-based effects (like half-brite). Other versions of the engine will surely benefit from a clean approach, too. See How Parallaction should draw things.
  • 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

Amiga issues (low-importance):

  • 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].

Bugs which occur in the original: