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

Start working on a combat system #137

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

Start working on a combat system #137

wants to merge 12 commits into from

Commits on May 15, 2019

  1. Create the DamageTypes

    Five static readonly types of damage are available now.
    a2937 committed May 15, 2019
    Configuration menu
    Copy the full SHA
    c263397 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30cefaf View commit details
    Browse the repository at this point in the history

Commits on May 17, 2019

  1. Create a damage type

    You can subtract, add, multiply, and divide with it.
    a2937 committed May 17, 2019
    Configuration menu
    Copy the full SHA
    397df27 View commit details
    Browse the repository at this point in the history
  2. Add a class for resistance.

    a2937 committed May 17, 2019
    Configuration menu
    Copy the full SHA
    790e123 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2019

  1. Converted to XUnit.

    a2937 committed May 21, 2019
    Configuration menu
    Copy the full SHA
    dd92aed View commit details
    Browse the repository at this point in the history

Commits on May 23, 2019

  1. Configuration menu
    Copy the full SHA
    03e8f86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5b4252 View commit details
    Browse the repository at this point in the history
  3. Reinclude MonoLib.

    a2937 committed May 23, 2019
    Configuration menu
    Copy the full SHA
    157f8e8 View commit details
    Browse the repository at this point in the history
  4. All tests should run now.

    a2937 committed May 23, 2019
    Configuration menu
    Copy the full SHA
    ba972ca View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2019

  1. Configuration menu
    Copy the full SHA
    be05085 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2019

  1. Configuration menu
    Copy the full SHA
    b2314a3 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2019

  1. Added support for addition and subtraction to Attribute32.

    Will need to do the same for the other attributes later, perhaps with a better design.
    TBye101 committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    47eee80 View commit details
    Browse the repository at this point in the history