StrongJoshua / libgdx-inGameConsole

A LibGdx library that allows a developer to add a console (similar to how it is featured in Source games) to their game.
https://www.strongjoshua.net/projects/games/libgdx-ingame-console
Apache License 2.0
132 stars 34 forks source link

New features and fixes #19

Closed ThaBalla1148 closed 8 years ago

ThaBalla1148 commented 8 years ago

Implemented HiddenCommand annotation for CommandExecutor methods

Moved logic for CommandExecutor.print() to Console.printCommands()

Fixed console not being disabled while not using GUIConsole if disabled flag was set

Refactored and updated method and argument determination/parsing code

Updated Box2DTest with HiddenCommand methods

Added ConsoleTest

StrongJoshua commented 8 years ago

Thanks again man, this is some good work you're doing

ThaBalla1148 commented 8 years ago

No problem. I appreciate your acceptance of my code.