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

Remove XStream from Image Atlas Generation #6505

Draft
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

rjhancock
Copy link
Collaborator

  • Removes the libraries from the CreateImageAtlas utility that relate to XStream.
  • Adds 2 utility classes for storing data about the image atlases.
  • Adjusts classes to ensure fewest code changes needed (converting from new classes to Map<String, String> and back as needed).
  • Removes some additional Gradle warnings.

@@ -0,0 +1,85 @@
/*
* Copyright (c) 2024 - The MegaMek Team. All Rights Reserved.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be 2025 now?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes it should. It's also 1130 at night and I've been up since 6a.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No criticism intended. Just spotted it while I was failing to sleep :D

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol I took none. I get you on it several times, I expect the same in return when I miss something.

Copy link

codecov bot commented Feb 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 29.03%. Comparing base (3e39757) to head (650a7e3).
Report is 15 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #6505      +/-   ##
============================================
- Coverage     29.05%   29.03%   -0.03%     
+ Complexity    15156    15150       -6     
============================================
  Files          2835     2838       +3     
  Lines        279142   279324     +182     
  Branches      49214    49238      +24     
============================================
- Hits          81100    81092       -8     
- Misses       192665   192855     +190     
  Partials       5377     5377              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants