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

Improve access transformers #5

Open
wants to merge 14 commits into
base: FG_2.3
Choose a base branch
from

Commits on Nov 22, 2018

  1. Add logging to the current processed access transformer

    Hidden by the `--info` flag by default, is helpful for determining where ATs are (or aren't) coming from
    Chocohead committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    0ad0906 View commit details
    Browse the repository at this point in the history
  2. Improve access transformer feedback

    Will now crash whenever lines are missed to give a clear feedback of what it happening
    No more guessing why an AT doesn't apply
    Chocohead committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    27bae6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d47be69 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2018

  1. Add back MCP Mapping fuzzing

    Allows using 1.13.1 mappings with 1.13.2
    Chocohead committed Nov 24, 2018
    Configuration menu
    Copy the full SHA
    147a732 View commit details
    Browse the repository at this point in the history
  2. Add missing breaks

    Remember to test after refactoring
    Chocohead committed Nov 24, 2018
    Configuration menu
    Copy the full SHA
    af34ddd View commit details
    Browse the repository at this point in the history
  3. Add missing null check

    Missed the top of the method out whilst copying over
    Chocohead committed Nov 24, 2018
    Configuration menu
    Copy the full SHA
    b232573 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2018

  1. Explicitly bump the version

    No more getting confused between identical maven groups
    Chocohead committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    e67f7d2 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2019

  1. Strip out usage of raw 'json' file from Forge's server.

    This should of been removed years ago, but nobody ever did it.
    Forge version must be specified in full string format.
    LexManos authored and Chocohead committed Feb 16, 2019
    Configuration menu
    Copy the full SHA
    677ee68 View commit details
    Browse the repository at this point in the history
  2. Update license header

    LexManos authored and Chocohead committed Feb 16, 2019
    Configuration menu
    Copy the full SHA
    e3e5ae4 View commit details
    Browse the repository at this point in the history
  3. disable javadocs jar.

    LexManos authored and Chocohead committed Feb 16, 2019
    Configuration menu
    Copy the full SHA
    d475618 View commit details
    Browse the repository at this point in the history
  4. Roll back to Gradle 4.9

    Chocohead committed Feb 16, 2019
    Configuration menu
    Copy the full SHA
    8897d23 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2019

  1. Update ForgeFlower version

    Earthcomputer authored and Chocohead committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    d0da1fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4aabd1 View commit details
    Browse the repository at this point in the history
  3. Potentially fix runClient and runServer

    Fixes LaunchWrapper being missing from the classpath when run from Gradle
    Shouldn't break anything
    Chocohead committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    b63d064 View commit details
    Browse the repository at this point in the history