Conversation
Seperate PRs for more advanced console features.
charlydelta
reviewed
Aug 5, 2019
Allow extra trailing arguments for now changed Spawnmass to SpawnMass "Fix" help command for multi-word commands
Contributor
|
Didn't look at all the details yet but is there a particular reason why the |
Contributor
Author
No reason at all. |
Contributor
|
Finally got to test this! It is sooo cool to just type |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Basics for a in-game console.
I removed the tries for now. I wont have a lot of time until september so I want to get the basics in at least - could be useful for implementing other features.
See feature/console for another approach.
Not sure I am happy with Console calling into UIConsole, because it means Console will need to be added last. But looking at "toggle frame"/etc. maybe it needs to anyways.
Leads to way cleaner command declarations for one.
UIConsole seems to consistently not render the scrollarea when loaded into WORLD(instead of OLDMINE) or after clearing it. Not sure why.