At the moment, you can log the output window using BYOND. This is done via right clicking and pressing the 'Log' button. It logs and whatnot.
However, what i've noticed is not even halfway into the log, it distorts the text, removes most HTML code, and bundles it together. This makes the Log extremely difficult to read.
Screenshot included: http://i.imgur.com/wOgfZ.png
Numbered Steps to Reproduce Problem:
1.) Open a text-heavy game that sometimes uses HTML code
2.) Start logging
3.) Check the log after the log is finished.
I'm not sure exactly what is causing the problem so it's hard to debug.
Code Snippet (if applicable) to Reproduce Problem:
Not applicable.
Expected Results:
Log wasn't distorted
Actual Results:
Log is distorted
Does the problem occur:
Every time? Or how often? Nearly every time
In other games? Unsure
In other user accounts? Yes
On other computers? Yes
When does the problem NOT occur? Not sure.
Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? (Visit http://www.byond.com/download/build to download old versions for testing.)
It's probably been doing this for a while, maybe since logs were first implemented. Not sure.
Workarounds:
Copy+Paste into notepad from now on instead of using the log feature?