#3633 closed defect (fixed)
ITE: Missing text outline
Reported by: | eriktorbjorn | Owned by: | bluegr |
---|---|---|---|
Priority: | normal | Component: | Engine: SAGA |
Version: | Keywords: | ||
Cc: | Game: | Inherit the Earth |
Description
Latest SVN snapshot English Windows/Mac/Linux version
When multiple characters are speaking at the same time, e.g. during the "group howl" at the dog castle, the text is drawn without an outline. This happens because Actor::simulSpeech() sets the outline colour to 0, thus disabling the outline. There's a comment to that effect, which makes it look deliberate.
Ticket imported from: #1900220. Ticket imported from: bugs/3633.
Attachments (3)
Change History (8)
by , 17 years ago
by , 17 years ago
Attachment: | ite-original.png added |
---|
Screenshot from the original Linux interpreter
comment:3 by , 17 years ago
Component: | → Engine: SAGA |
---|---|
Game: | → Inherit the Earth |
comment:4 by , 17 years ago
You're right, the problem was in Actor::simulSpeech() indeed.
I'm not sure why the font outline was disabled in Actor::simulSpeech(), as it's set normally in Actor::actorSpeech(), perhaps it was removed for testing. Now the font outline is correctly set at that point, which fixes this issue
comment:5 by , 17 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Savegame outside the dog castle. (I hope I attached the right one)