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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
This is actually a nasty hack in the original to avoid duplicate
messages, but it ended up hiding some game messages. This hack isn't
really necessary at all for game functionality, so it has been
removed, without any notable side-effects
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|