Fixed BUG #1497853 'Quickload - hintmessage issue' This was due to overflowing the buffer used for displaying messages. We now split the message into multiple parts (and lines) if the section of string is larger than the buffer.
Fixed BUG #1497854 'Quickload - unrecognised key' This was due to the fact that Doomsday was correctly calling the ccmd handler for message responses with any keys bound to those controls. The problem was that we didn't check for them in the ccmd handler.
Fixed BUG #1497853 'Quickload - hintmessage issue'
This was due to overflowing the buffer used for displaying messages. We now split the message into multiple parts (and lines) if the section of string is larger than the buffer.
Fixed BUG #1497854 'Quickload - unrecognised key'
This was due to the fact that Doomsday was correctly calling the ccmd handler for message responses with any keys bound to those controls. The problem was that we didn't check for them in the ccmd handler.