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

[1.21.next] Modded feature flag #1322

Closed
wants to merge 26 commits into from

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    862fee0 View commit details
    Browse the repository at this point in the history
  2. 1.21.1-rc1

    shartte authored and ApexModder committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    8230c58 View commit details
    Browse the repository at this point in the history
  3. Skip JCC for now on port branches.

    shartte authored and ApexModder committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    fb16751 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    64fbbb2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2cf4ec0 View commit details
    Browse the repository at this point in the history
  6. Implement saving/loading flag states to/from disk

    Add coloring to flag list command
    
    Remove ability to mark flags as enabled by default
    ApexModder committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    ab4cbe4 View commit details
    Browse the repository at this point in the history
  7. Add basic java docs

    ApexModder committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    23749c8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b432182 View commit details
    Browse the repository at this point in the history
  9. Extend test to actually implement a GameTest

    GameTest validates the following
    - flag can be enabled and disabled
    - all flagged elements match the expected enabled state
    
    register flagged block & entity type
    ApexModder committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    b34c01b View commit details
    Browse the repository at this point in the history
  10. Add java doc to Flags

    ApexModder committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    3ca7e4b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7145dc5 View commit details
    Browse the repository at this point in the history
  12. Move flag manager events to NeoForgeEventHandler

    Migrate SavedData over to LevelAttachment
    ApexModder committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    cdec74d View commit details
    Browse the repository at this point in the history
  13. Formatting

    ApexModder committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    43fd3ad View commit details
    Browse the repository at this point in the history
  14. Fix junit tests hanging

    ApexModder committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    4f32723 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c6757d3 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    28e80df View commit details
    Browse the repository at this point in the history
  17. Tear out old system

    ApexModder committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    e7783bb View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1e4b520 View commit details
    Browse the repository at this point in the history
  19. Namespace the flags

    ApexModder committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    0639d4a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    483b9fb View commit details
    Browse the repository at this point in the history
  21. Fix data gen crashing

    ApexModder committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    ddae072 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    6e978b9 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    e6eeec0 View commit details
    Browse the repository at this point in the history
  24. Reapply MobEffect patches

    ApexModder committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    333ab35 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    4383c85 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    98a935c View commit details
    Browse the repository at this point in the history