MegaMek / mekhq

MekHQ is a java helper program for the MegaMek game that allows users to load a list of entities from an XML file, perform repairs and customizations, and then save the new entities to another XML file that can be loaded into MegaMek.
http://megamek.org
131 stars 168 forks source link

Added Further Portrait <50.01 Compatibility Handlers #4935

Open IllianiCBT opened 2 days ago

IllianiCBT commented 2 days ago

Updated AbstractIcon to handle new replacements for AeroTech to AeroTek and MechTech to MekTek for both category and filename.

Renamed a couple of folders to bring them into compliance with usages across the rest of the codebase. It looks like a couple got renamed that shouldn't have.

Added a portrait role group for Vehicle Crew, so Vehicle Crew will now gain random portraits. Previously they were excluded, despite the portraits being available.

Closes #4898 && #4917 && #4920

codecov-commenter commented 2 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 10.45%. Comparing base (90ea1b7) to head (b7a348c). Report is 4 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #4935 +/- ## ============================================ + Coverage 10.44% 10.45% +0.01% - Complexity 5998 6013 +15 ============================================ Files 951 951 Lines 132874 132877 +3 Branches 19329 19330 +1 ============================================ + Hits 13873 13893 +20 + Misses 117653 117636 -17 Partials 1348 1348 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.