View Single Post
Old 14 October 2021, 15:32   #243
chadderack
Registered User
 
chadderack's Avatar
 
Join Date: Jul 2021
Location: Sandy, UT
Age: 55
Posts: 230
Turns out the missing block? Not a bug.
The block shown isn't supposed to be filled by a vertical scroll--up or down.



The reason is that it is in a fill column, and vertical scroll should only deal with fill rows.
(The yellow background is just temporary--to show the vertical split).



The reason the block is blank is that on the initial load of the bitmap, I'm only blitting the visible screen, plus one row below--so that I can start my scroll down/scroll up test.

In the real game, I'll blit the entire screen buffer (352x288) so that all the fill areas will have their correct tiles before any scroll.

...

I'm going to squash the scanline/vertical split bug mentioned earlier (now) and then I have to think about how to blit the blocks that remain when a player reverses direction in the middle of a scroll.
Conceptually... because I'm only blitting either one or two blocks per step (horizontal is always just one block), if I get partway into a scroll and reverse the direction, the blocks that didn't get blitted should get blitted.

Maybe I don't have to worry about that, because scrolling partway down and then up, I won't see the fill row for the bottom (that was partially blitted) because the OTHER fill row is still on screen at the top, and scrolling upward will cause the fill row (at the bottom) to finish.

But I'll have to think about this.
Attached Thumbnails
Click image for larger version

Name:	1.jpg
Views:	586
Size:	345.0 KB
ID:	73471   Click image for larger version

Name:	2.jpg
Views:	594
Size:	347.5 KB
ID:	73472  
chadderack is offline  
 
Page generated in 0.06208 seconds with 12 queries