Menu

#5155 PEPPER: Glossary not implemented

closed-fixed
Graphics (902)
5
2010-09-09
2010-08-05
Scarlatti
No

In the original, certain words inside the text boxes were highlighted in red, and the player could click on them to get a definition. This doesn't happen in ScummVM. To check this out, start in the third chapter, talk to Ben Franklin and move to the next room. Take the schematic over the press. The word "schematic" is highlighted in the original, bringing the definiton when clicked, while doing so in ScummVM just closes the text box.

Discussion

  • Scarlatti

    Scarlatti - 2010-08-05

    Game Version: DOS/English/version 1.000
    ScummVM Version: 1.2.0svn51733
    Operating System: Win32 (XP SP2)

     
  • M. Kiewitz

    M. Kiewitz - 2010-08-12

    partly fixed in r52031, at least those words will be red now

     
  • Lars Skovlund

    Lars Skovlund - 2010-09-08

    tech explanation: DrawControl() needs to return a list of the rectangles occupied by the text enclosed in |r| tags.

     
  • M. Kiewitz

    M. Kiewitz - 2010-09-09
    • labels: --> Graphics
    • assigned_to: nobody --> m_kiewitz
    • status: open --> closed-fixed
     
  • M. Kiewitz

    M. Kiewitz - 2010-09-09

    implemented in r52651

     
  • Lars Skovlund

    Lars Skovlund - 2010-09-09

    Not properly fixed until MESSAGE_PUSH and MESSAGE_POP are implemented. These are used to keep track of the old MessageState while the Glossary is displayed. If the glossary word was in a message with just one sequence, the current solution works. For those with several messages in sequence, it wouldn't.

    Re-opening.

     
  • Lars Skovlund

    Lars Skovlund - 2010-09-09
    • status: closed-fixed --> closed-accepted
     
  • Lars Skovlund

    Lars Skovlund - 2010-09-09
    • assigned_to: m_kiewitz --> lskovlun
     
  • Willem Jan Palenstijn

    • status: closed-accepted --> open
     
  • Lars Skovlund

    Lars Skovlund - 2010-09-09

    Test case for MESSAGE_PUSH/POP: Truth icon on crates, then call up the glossary on hemp. Also try it without calling up the glossary.

     
  • Lars Skovlund

    Lars Skovlund - 2010-09-09

    That was in the beginning of act II

     
  • Lars Skovlund

    Lars Skovlund - 2010-09-09
    • status: open --> open-fixed
     
  • Willem Jan Palenstijn

    • status: open-fixed --> closed-fixed