Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: TheComputerGeek2/MagicSpells
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: xdlite/MagicSpells
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 13 files changed
  • 3 contributors

Commits on Jun 21, 2019

  1. Economy Fix, Descriptive errors, & more!

    Modifiers:
      - `customname` = `checks the name of a target against either a predefined value or a string variable value using the default variable replacement method`
      - `durabilitymorethan` / `durabilitylessthan` = `added durabilitymorethan and added "offhand" as an available slot. This may cause issues in 1.8 versions.
      - `moneymorethan` / `moneylessthan` = `updated to support newer api methods!`
      - `moonphase` = `now supports every phase instead of vague phases.`
    
    Error Cleanups:
      - `DataSpell`
      - `PlaceholderAPIDataSpell`
      - `ImpactRecordSpell`
      - `ParseSpell`
      - More to come...
    
    Updated Spells:
      - `ParseSpell` = `Now supports the "difference" operation as well as accepts "any" as a expected value. Difference will set the outgoing variable to the difference between two variables. Good for measuring change.
      - `FarmSpell` = `Fixed an old error`
    DragonsAscent committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    04c97cc View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2019

  1. Move travis to trusty from xenial

    Hopefully this will resolve the build problems
    TheComputerGeek2 committed Jun 23, 2019
    Configuration menu
    Copy the full SHA
    985e99e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #178 from DragonsAscent/master

    Economy Fix, Descriptive errors, & more!
    TheComputerGeek2 authored Jun 23, 2019
    Configuration menu
    Copy the full SHA
    49af323 View commit details
    Browse the repository at this point in the history
Loading