-
Notifications
You must be signed in to change notification settings - Fork 293
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
base: master
Are you sure you want to change the base?
Remove XStream from Image Atlas Generation #6505
Conversation
rjhancock
commented
Feb 6, 2025
- 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.
Updated Libraries
Fix Gradle Warnings
@@ -0,0 +1,85 @@ | |||
/* | |||
* Copyright (c) 2024 - The MegaMek Team. All Rights Reserved. |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |