ihhub/fheroes2

Additional message window with greater width

Open

#1,338 opened on Aug 25, 2020

 (2 comments) (1 reaction) (0 assignees)C++ (469 forks)auto 404
help wantedimprovementui

Repository metrics

Stars
 (3,415 stars)
PR merge metrics
 (PR metrics pending)

Description

Fheroes2 has remedied some flaws present in the original game regarding the information displayed in some windows.

For example, with the window displayed when a map event that gives more than two types of resources is activated.

In the original game:

Additional message window with greater width 04

In fheroes2:

Additional message window with greater width 01

Or, when the hero goes to the hill fort and there are more than two troops to upgrade.

In the original game:

Additional message window with greater width 05

In fheroes2:

Additional message window with greater width 03

However, as you can see, this is sometimes a problem. The window displayed is not wide enough.

And if the text to display is very long, the top and bottom of the window are cut off.

Additional message window with greater width 02

To remedy this, it would be necessary to have in addition a larger version of the message display window (or a version that adapts automatically) that would be used when these cases occur.

Contributor guide