#15535 closed defect (fixed)
DGDS: drawType2 improperly searches for a title.
Reported by: | BehindTimes | Owned by: | mduggan |
---|---|---|---|
Priority: | normal | Component: | Engine: DGDS |
Version: | Keywords: | ||
Cc: | Game: | Rise of the Dragon |
Description
drawType2 currently searches for a colon (:) to find the title, and if there's no colon, it just assumes it's all text.
The dialog when looking at the city hall though has a colon later in the text, which needs to be displayed as text, rather than having an extremely long header which runs outside the bounds of the dialog.
This could be corrected if, when searching for the colon, the colon appeared before any carriage returns (\r), and if not, the colon would be part of the text.
Change History (4)
comment:1 by , 2 days ago
Summary: | drawType2 improperly searches for a title. → DGDS: drawType2 improperly searches for a title. |
---|
comment:2 by , 2 days ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In 564747e3: