libgdx-inGameConsole
libgdx-inGameConsole copied to clipboard
A LibGdx library that allows a developer to add a console (similar to how it is featured in Source games) to their game.
Stage is private in GUIConsole class.
As discussed in issue #56
Basically, I'd like to pause my game while the console is open. Can we perhaps get an empty protected method in CommandExecutor that gets called when the console is opened...
Hey, could you provide a possibility to register multiple command executors/support programmatically registered commands through the Console API? ❤️ At this moment we can only use one command executor per...
* upgraded libgdx to 1.9.10 * fixed http to http for maven * fixed unknown properties for authentication * upgrade to gradle 5.6 replaces #53
When `consoleTrace` is set to **false**, exceptions in commands will lead to useless messages: `Exception occurred in method: failFunction` This is caused by the fact that `com.badlogic.gdx.utils.reflect.invoke()` wraps the `TargetInvokationException`...
Could you provide compatibility with GWT? It looks like you already thought on this issue, but it's not finished though. There are a few calls to unimplemented GWT functions. Thank...
I would like to override help and create my own help list with a better explanation for each command. Is this possible? Or is it possible to give the commands...