Difference between revisions of "AGOS/TODO"

Jump to navigation Jump to search
(Be less obvious about which one is my own preferred bugfix. :-))
(The line break bug should be fixed now. Keep the thoughts about it for reference.)
Line 22: Line 22:
* Fix glitches when scrolling in Oracle interface.
* Fix glitches when scrolling in Oracle interface.
* Fix crash when moving left at Metro Prime.
* Fix crash when moving left at Metro Prime.
* Fix missing line breaks in Oracle interface.


=== Some observations about the missing line breaks ===
=== Some observations about the missing line breaks ===
(This text is kept for historical purposes. The line break bug should be fixed now.)


In the article titled '''THE COMPANY''', only the first line is broken. The subsequent lines are not. The reason for this can be found in showmessage_print_char(): Every time an end of word (character codes 0, 10 or 32) appears, the function will check if the currently buffered word fits on the line or not:
In the article titled '''THE COMPANY''', only the first line is broken. The subsequent lines are not. The reason for this can be found in showmessage_print_char(): Every time an end of word (character codes 0, 10 or 32) appears, the function will check if the currently buffered word fits on the line or not: