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

Refactor combat trainer processes #379

Merged
merged 13 commits into from
May 11, 2016
Merged

Refactor combat trainer processes #379

merged 13 commits into from
May 11, 2016

Commits on May 9, 2016

  1. Remove @weapon_name

    rpherbig committed May 9, 2016
    Configuration menu
    Copy the full SHA
    8ab441f View commit details
    Browse the repository at this point in the history
  2. Convert $target_increment and $action_count to instance vars

    They don't need to be globals
    rpherbig committed May 9, 2016
    Configuration menu
    Copy the full SHA
    353ca0a View commit details
    Browse the repository at this point in the history
  3. Minor refactor

    rpherbig committed May 9, 2016
    Configuration menu
    Copy the full SHA
    5489a5a View commit details
    Browse the repository at this point in the history
  4. Refactor

    rpherbig committed May 9, 2016
    Configuration menu
    Copy the full SHA
    c09b3bd View commit details
    Browse the repository at this point in the history
  5. Refactor SetupProcess

    There is still duplication between SetupProcess and base.yaml, but less
    duplication than there was
    rpherbig committed May 9, 2016
    Configuration menu
    Copy the full SHA
    07ce819 View commit details
    Browse the repository at this point in the history
  6. SpellProcess

    rpherbig committed May 9, 2016
    Configuration menu
    Copy the full SHA
    e5738c6 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2016

  1. AbilityProcess

    rpherbig committed May 10, 2016
    Configuration menu
    Copy the full SHA
    58b504f View commit details
    Browse the repository at this point in the history
  2. ManipulateProcess

    rpherbig committed May 10, 2016
    Configuration menu
    Copy the full SHA
    3d20ee3 View commit details
    Browse the repository at this point in the history
  3. TrainerProcess

    rpherbig committed May 10, 2016
    Configuration menu
    Copy the full SHA
    2979ce0 View commit details
    Browse the repository at this point in the history
  4. LootProcess

    rpherbig committed May 10, 2016
    Configuration menu
    Copy the full SHA
    168919a View commit details
    Browse the repository at this point in the history
  5. AttackProcess

    rpherbig committed May 10, 2016
    Configuration menu
    Copy the full SHA
    32e71a7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0c485ad View commit details
    Browse the repository at this point in the history
  7. Rubocop

    rpherbig committed May 10, 2016
    Configuration menu
    Copy the full SHA
    51ab6f4 View commit details
    Browse the repository at this point in the history