Skip to content
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

New features and fixes #19

Merged
merged 8 commits into from
Jun 21, 2016
Merged

Commits on Jun 14, 2016

  1. Implemented HiddenCommand.

    HiddenCommands can be disabled from execution or displaying with "help"
    command
    
    Moved/Replaced logic for CommandExecutor#print to Console#printCommands
    Eric Burns authored and Eric Burns committed Jun 14, 2016
    Configuration menu
    Copy the full SHA
    62f3b07 View commit details
    Browse the repository at this point in the history
  2. If Console is disabled, commands can no longer be executed

    Eric Burns authored and Eric Burns committed Jun 14, 2016
    Configuration menu
    Copy the full SHA
    c3bec2a View commit details
    Browse the repository at this point in the history
  3. Updated Box2DTest with HiddenCommands

    Eric Burns authored and Eric Burns committed Jun 14, 2016
    Configuration menu
    Copy the full SHA
    5354841 View commit details
    Browse the repository at this point in the history
  4. Updated test and fixed an issue with printCommands

    Eric Burns authored and Eric Burns committed Jun 14, 2016
    Configuration menu
    Copy the full SHA
    34df169 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2016

  1. Implemented HiddenCommand feature. Fixed issue with command arguments

    HiddenCommand allows Commands to be hidden from help and command
    completer.
    Eric Burns authored and Eric Burns committed Jun 15, 2016
    Configuration menu
    Copy the full SHA
    0009280 View commit details
    Browse the repository at this point in the history
  2. Added unit test for Console

    Eric Burns authored and Eric Burns committed Jun 15, 2016
    Configuration menu
    Copy the full SHA
    a14829b View commit details
    Browse the repository at this point in the history
  3. Updated maven version

    Eric Burns authored and Eric Burns committed Jun 15, 2016
    Configuration menu
    Copy the full SHA
    818512d View commit details
    Browse the repository at this point in the history
  4. Changed console access modifier back to protected

    Eric Burns authored and Eric Burns committed Jun 15, 2016
    Configuration menu
    Copy the full SHA
    92c2acf View commit details
    Browse the repository at this point in the history