The final message in collectors doesn't show the points of all players anymore
Bug #1790456 reported by
GunChleoc
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
widelands |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
The final message in collectors doesn't show the points of all players anymore (at one place) --> regression
https:/
Needs more detailed description and maybe a screenshot.
Related branches
lp://staging/~widelands-dev/widelands/bug1790456_game_summary
- Widelands Developers: Pending requested
-
Diff: 12 lines (+1/-1)1 file modifiedsrc/wui/game_summary.cc (+1/-1)
Changed in widelands: | |
status: | In Progress → Fix Committed |
assignee: | hessenfarmer (stephan-lutz) → nobody |
To post a comment you must log in.
did some tests to confirm this bug. In General this bug has 2 parts.
First part:
in b19 the final message (game summary) had 4 columns: "player", "team", "status", "time". Additionally there was a separate area where "player information" was shown. In this area the points of e.g. collectors for the player were shown.
in b20 the columns "status" and "time" are missing. This is a clear bug
Second part:
It would make sense to have a 5th column "points" instead of showing them in the extra area. This is a wishlist item.
I haven't identified the root cause yet. However the 4 columns are still defined in src/wui/ game_summary. cc but aren't shown. perhaps the width of the columns had changed so the last 2 columns aren't shown anymore