eglaysher / rlvm

RealLive clone for Linux and OSX
http://rlvm.net
GNU General Public License v3.0
152 stars 27 forks source link

Scrollback gets confused when there's a gloss #4

Closed eglaysher closed 13 years ago

eglaysher commented 13 years ago

1) Lines of text that had a gloss in them that weren't clicked on are ignored and aren't placed in the scrollback record. (At least in Clannad FV)

2) Scrollback gets messed up when the gloss is taken. (Or maybe just when gloss overfills the gloss window once?)

Polarem commented 13 years ago

1) Also occurs in NDT-patched Kanon (Prologue, when Yuuichi pretended to forget Nayuki's name). Furthermore, in Clannad FV, the 2nd gloss in the game (at Nagisa's first 'Anpan') doesn't get put on the scrollback record, regardless of whether it's clicked or not.

2a) In Clannad FV, when the gloss window was overfilled and the text got split into 2 "pages", only the 2nd page was recorded in the scrollback.

2b) The colour-reset bug (part of Issue #2) also occurs in Kanon with short gloss text, so overfilling isn't a factor here.

eglaysher commented 13 years ago

Place the current text in scrollback when the msgClear() opcode is executed.

Closed by 1375b66f9c2b545ea08bca649e04f018b701e2f9