Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
flowText was handling presence/absence of whitespace after lines
inconsistently. This caused end-of-string to be missed, which broke
last-page detection in the journal. It also introduced extra spaces at the
beginning of pages.
|
|
|
|
Since the extra image buffer is only used in one place, we can save
ourselves one assignment
|
|
Thanks to wjp for finding this
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This also fixes a warning
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This matches the idea that colors are in range of 0 - 255. Thanks to
LordHoto
|
|
Thanks to LordHoto
|
|
|
|
|
|
|
|
|
|
This was left out from previous refactoring. Also, simplify
doScrollBounce()
|
|
|
|
|
|
|
|
|
|
This also fixes a crash when crossing the street
|
|
|
|
There is no point waiting for looping sound effects to end
|
|
|