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: Jikoo/OpenInv
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.1.9
Choose a base ref
...
head repository: Jikoo/OpenInv
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.1.10
Choose a head ref
  • 15 commits
  • 66 files changed
  • 6 contributors

Commits on Feb 14, 2025

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

Commits on Feb 19, 2025

  1. Add Folia support (#292)

    * feat(folia): added folia support
    
    * chore(folia): apply folia-supported: true label
    
    ---------
    
    Co-authored-by: R00tB33rMan <rootb33rman@gmail.com>
    xCodiq and R00tB33rMan authored Feb 19, 2025
    Configuration menu
    Copy the full SHA
    0db487c View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2025

  1. Improve Gradle build (#290)

    * Fix warnings about task not being cacheable
    * Add plugin to install Spigot
    * Explicitly cache BuildTools products
    * Move reobfuscation to a plugin
    * Update compilation instructions
    Jikoo authored Mar 2, 2025
    Configuration menu
    Copy the full SHA
    414b141 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2025

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

Commits on Mar 8, 2025

  1. Remap reflection (#294)

    * Hack around SpecialSource limitations with ProGuard mappings
    * Relocate PlanarWrappers
    * Use libs for shadow exclusion
    Jikoo authored Mar 8, 2025
    Configuration menu
    Copy the full SHA
    51649bf View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2025

  1. Reduce remapping maintenance burden

    I don't think SpecialSource is likely to make major changes to JarMapping, but RemapperProcessor hasn't been changed in 4 years.
    This is less efficient in terms of lookup speed, but does not require the hacky JarMapping extension and doesn't require a second copy of the field mappings to be kept in memory.
    Jikoo committed Mar 9, 2025
    1 Configuration menu
    Copy the full SHA
    4569099 View commit details
    Browse the repository at this point in the history
  2. Consider any class name format valid

    This technically allows edge cases where the package (or class, for classes with no package) can start with L and be incorrectly matched, but that feels like a case of play stupid games, win stupid prizes. Classes should be packaged, and package names should be lower case.
    Requires a much less hacky change to JarMapping to optimize.
    Jikoo committed Mar 9, 2025
    Configuration menu
    Copy the full SHA
    f4ed616 View commit details
    Browse the repository at this point in the history
  3. Fix array types

    In my defense, reading is really hard
    Jikoo committed Mar 9, 2025
    Configuration menu
    Copy the full SHA
    268e910 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2025

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

Commits on Mar 19, 2025

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

Commits on Mar 21, 2025

  1. Hack around JitPack building Spigot

    and publishing it, but we don't talk about that
    Jikoo committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    b89f349 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2025

  1. Configuration menu
    Copy the full SHA
    0c8c364 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05ac5c9 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2025

  1. Update to 1.21.5 (#300)

    Jikoo authored Apr 25, 2025
    Configuration menu
    Copy the full SHA
    ad06b46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c2ec21 View commit details
    Browse the repository at this point in the history
Loading