Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
to fillRect
|
|
ScreenSurface class.
|
|
title screen.
Note: The original used Pascal text display functions to show the copyright on the title screen. To avoid a lot of code needing to be added for just that line, I'm using the existing graphic text display code. The resulting copyright text isn't identical to the original, but I consider it close enough.
|
|
|
|
|
|
The original separate implementation was causing problems with the mouse click variable remaining set too long.
|
|
|
|
|
|
|
|
the array
|
|
routines to use it.
|
|
with mouse enabled
|
|
text lines
|
|
|
|
This includes changing the absolute memory address loading to an array buffer, and changing calls to the zzuul method to use the reimplemented version.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|