#5730 closed defect (fixed)
AGI: Winnie: Color flood fill issue
| Reported by: | SF/thunderforge8 | Owned by: | sluicebox |
|---|---|---|---|
| Priority: | normal | Component: | Engine: AGI |
| Version: | Keywords: | ||
| Cc: | Game: | PreAGI |
Description
Mac OS X ScummVM 1.3.0 English DOS Winnie the Pooh in the Hundred Acre Wood
When playing the game and picking up the coat, which is purple in color, dropping it on a screen that has a white background causes the white background to become purple. I saw this on a number of screens, but the most obvious was on the map with Roo. He is surrounded by white sand, but dropping the coat makes it all turn the same color as the purple coat until it is picked back up.
Ticket imported from: #3309941. Ticket imported from: bugs/5730.
Attachments (3)
Change History (19)
by , 15 years ago
| Attachment: | SCI Winnie Correct Palette.jpg added |
|---|
by , 15 years ago
| Attachment: | SCI Winnie Incorrect Palette.jpg added |
|---|
Screenshot with incorrect palette after dropping the coat
comment:1 by , 15 years ago
| Summary: | SCI: Winnie: Color Palette Issue → AGI: Winnie: Color Palette Issue |
|---|
comment:2 by , 15 years ago
Added a savegame where the player already has picked up the coat. (Look in the toychest at the start of the game to load the save). You can drop it in the starting room to see a small graphics glitch of this sort in the bottom corner. To get to Roo's screen as shown in the attached screenshots, go West, North, North, North, North.
comment:3 by , 15 years ago
| Owner: | set to |
|---|
comment:4 by , 15 years ago
This isn't a palette issue (the game's palette never changes). This looks like a flood fill issue where our picture code continues to fill in the pink color beyond the edge of the coat (there's a gap in the black outline and it spills out into the white of the ground).
comment:5 by , 15 years ago
| Priority: | normal → high |
|---|
comment:6 by , 15 years ago
This bug is nice to get fixed before the release. Raising priority for keeping the track.
comment:7 by , 15 years ago
| Summary: | AGI: Winnie: Color Palette Issue → AGI: Winnie: Color flood fill issue |
|---|
comment:9 by , 12 years ago
As far as I can tell, our flood fill routine is pretty wrong here altogether. If you notice, the dark green color of the grass and trees isn't present in the screenshot either. That is, except for one pixel in the grass, which is the point where the fill starts. It sees it's surrounded by black pixels, and bails out. We should check the NAGI implementation and see if that's better, or see if winnie does something different and only uses priority for fill.
comment:10 by , 10 years ago
| Component: | → Engine: AGI |
|---|---|
| Game: | → PreAGI |
| Owner: | changed from to |
comment:12 by , 6 years ago
| Priority: | high → normal |
|---|
comment:13 by , 6 years ago
This has to be a difference with floodfill either in all of preAGI, or just this game.
The current AGI implementation in ScummVM is exactly like AGI does it as far as I know.
comment:15 by , 18 months ago
| Owner: | changed from to |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
Fixed in 07716bd8a3182fe4a869954493a8c8b20568e633 and 5bfae4a27629f4538188c06b6d558c08cb6886cf
Guns N Roses - 14 Years.mp3

Screenshot with correct palette before dropping the coat