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

NeoForge support #166

Merged
merged 54 commits into from
Nov 17, 2023
Merged

NeoForge support #166

merged 54 commits into from
Nov 17, 2023

Commits on Oct 30, 2023

  1. Configuration menu
    Copy the full SHA
    8a1d09e View commit details
    Browse the repository at this point in the history
  2. Fix checkstyle

    Juuxel committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    f7eaf5d View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    d5cbb02 View commit details
    Browse the repository at this point in the history
  2. Add ModPlatform.id

    Juuxel committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    01da047 View commit details
    Browse the repository at this point in the history
  3. Use NeoForge-specific cache

    Juuxel committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    3c597e0 View commit details
    Browse the repository at this point in the history
  4. Use NeoForge-specific dependency configuration

    This is only for the "(neo)forge" configuration exposed
    as API. The other configurations remain the same.
    Juuxel committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    3965893 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e7cf25c View commit details
    Browse the repository at this point in the history
  6. Implement hacky fast track for NeoForge field migration

    In other works, we skip field migrating for now.
    Juuxel committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    37ab0cd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    65d11fd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    965e71f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3757dd0 View commit details
    Browse the repository at this point in the history
  10. Code style and related fixes

    Juuxel committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    dfa7414 View commit details
    Browse the repository at this point in the history
  11. McpExecutor: Add support for downloading deps via Gradle

    Also adds support for downloading a file without a repo
    for NeoForm functions.
    Juuxel committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    0ee468a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    170e194 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    53f82da View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9aba46e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0b87379 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    29fbc7d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    74151c1 View commit details
    Browse the repository at this point in the history
  18. Set up Shadow for bundling DFU

    Juuxel committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    2bb8166 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c5e22e2 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    a5f12c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7aa190e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f621913 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ced6d81 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    c101463 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b0ebe1 View commit details
    Browse the repository at this point in the history
  3. Fix Minecraft jar name on Neo

    Juuxel committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    04074fb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    93c88cf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    47cb84a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    629e3c7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8feac35 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Configuration menu
    Copy the full SHA
    379312d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fac92d View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Merge remote-tracking branch 'origin/dev/1.4' into feature/neo

    # Conflicts:
    #	src/main/java/net/fabricmc/loom/configuration/providers/mappings/MappingConfiguration.java
    shedaniel committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    c241812 View commit details
    Browse the repository at this point in the history
  2. Revert "Set up Shadow for bundling DFU"

    This reverts commit 2bb8166.
    shedaniel committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    594562f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fddec0d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c1a76d3 View commit details
    Browse the repository at this point in the history
  5. Fix checkstyle

    shedaniel committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    ad9f241 View commit details
    Browse the repository at this point in the history
  6. Remove mojang maven

    shedaniel committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    2ab5906 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9c92a16 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    742cad3 View commit details
    Browse the repository at this point in the history
  9. Remove resolved TODOs

    Juuxel committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    cc0de14 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ee86706 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2efea7f View commit details
    Browse the repository at this point in the history
  12. Reintroduce namespace filtering for mapping trees

    Should be a simple optimisation to avoid reading an
    additional ns.
    Juuxel committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    84dd64d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    553a1f8 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Adapt SrgMerger into ForgeMappingsMerger (#169)

    * Fix crash with NeoForge ext creation
    
    * Adapt SrgMerger into ForgeMappingsMerger
    
    * Update tiny-remapper
    
    * Fix spotless
    
    * Resolve reviews
    
    * Fix checkstyle
    shedaniel committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    d43b9c2 View commit details
    Browse the repository at this point in the history
  2. Remap ASMAPI.redirectFieldToMethod (#171)

    * Remap ASMAPI.redirectFieldToMethod
    
    * Move lastClassName outside the if
    shedaniel committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    dc5c0a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d22f38 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d765178 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    cedc76e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a1adf4 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

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