-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/console basic #82
base: master
Are you sure you want to change the base?
Conversation
Seperate PRs for more advanced console features.
Allow extra trailing arguments for now changed Spawnmass to SpawnMass "Fix" help command for multi-word commands
Didn't look at all the details yet but is there a particular reason why the |
No reason at all. |
Finally got to test this! It is sooo cool to just type |
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.