REPENTOGON
REPENTOGON copied to clipboard
Various console issues
- [x] Console text input gets cut off frequently if the console has been reszied
- [x] Console is not captured when streaming the game through Discord
- [ ] Faded Console Display is nonfunctional despite being listed as an option
- [x] Option for using the up key to view history to skip duplicated commands beyond their first instance (like vanilla behavior)
- [x] Multi-line copy pasting into the console does not work
- [x] When resizing the game from Fullscreen to Windowed the console may get moved outside of the window's borders.
- [ ] Resizing the game also has some resizing issues with the console itself, where if you had the console perfectly sized in fullscreen and switch to windowed you have to resize it again.
- [x] You can't autocomplete the first suggestion without going through every other suggestion, as pressing tab skips to the second suggestion
- ~~Clicking enter while there is no command doesn't close the debug console, while it does in vanilla~~
That last one has already been fixed in the nightly releases.
Which one are you referring to? The last one in the original message, or my message?
"Clicking enter while there is no command doesn't close the debug console, while it does in vanilla" is already implemented in the action builds is what jerb meant.
Many of these have now been addressed.
For the remaining ones:
- I'm looking into reimplementing Faded Console Display with ImGui text, so the text fades in the exact spot as the current position of the ImGui text. In the meantime use ImGui's pinning feature.
- I cannot reproduce
Option for using the up key to view history to skip duplicated commands beyond their first instance (like vanilla behavior), need more info. From what I can tell our implementation currently matches vanilla. - I can look into adding a maximize feature to the debug tools so that the console can remain fullscreen as described, but I'll need to see if this is something that ImGui has good support for.
I was able to reproduce the duplicate console history request and have implemented it in 9818655.