Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#5689 closed defect (fixed)

SCI: JONES: Graphics corruption

Reported by: SF/psycrow7 Owned by: wjp
Priority: normal Component: Engine: SCI
Version: Keywords:
Cc: Game: Jones in the Fast Lane

Description

When enrolling in classes as the University, the dialog box image is corrupt where it overlaps the "actor" image. This is with the English CD version tested on win32 and can by reproduced at the start of the game by going straight to the university and enrolling in a class.

Ticket imported from: #3297111. Ticket imported from: bugs/5689.

Attachments (1)

Jones.png (23.4 KB ) - added by SF/psycrow7 13 years ago.
Shows corruptions over the professors face.

Download all attachments as: .zip

Change History (10)

by SF/psycrow7, 13 years ago

Attachment: Jones.png added

Shows corruptions over the professors face.

comment:1 by SF/mthreepwood, 13 years ago

Summary: Graphics corruptionJONES: Graphics corruption

comment:2 by bluegr, 13 years ago

Priority: normallow

comment:3 by bluegr, 13 years ago

Priority: lownormal

comment:4 by wjp, 13 years ago

Summary: JONES: Graphics corruptionSCI: JONES: Graphics corruption

comment:5 by wjp, 13 years ago

Partially fixed by 9e2c7f26d2e6c6081489365cbc07cd6edec362ad.

The remaining issue in the corners seems to be caused by the erase rect in KDrawControl(text) being too large, but that should be investigated properly.

comment:6 by wjp, 13 years ago

More research:

The problem wasn't the erase rectangle, but rather the showbits rectangle which seems too big.

However, according to the same logic, the showbits rectangle in KDrawControl(Button) is also too large, but changing that breaks buttons..

comment:7 by wjp, 13 years ago

And now fixed in 4c70d399330503e39841d6047435e26da2f189f2.

comment:8 by wjp, 13 years ago

Owner: set to wjp
Resolution: fixed
Status: newclosed

comment:9 by wjp, 13 years ago

P.S. There are still some pixel-sized glitches in the corners of some dialogs, but the ones I've seen match the original perfectly.

Note: See TracTickets for help on using tickets.