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

Fix reading player names from savegames #5322

Merged
merged 1 commit into from
Apr 9, 2024

Conversation

SJuliez
Copy link
Member

@SJuliez SJuliez commented Apr 6, 2024

When loading a game, the list of available player names from the savegame wasn't showing any names anymore. A format change to savegames added an node layer that wasnt parsed properly.

Copy link

codecov bot commented Apr 6, 2024

Codecov Report

Attention: Patch coverage is 0% with 18 lines in your changes are missing coverage. Please review.

Project coverage is 29.11%. Comparing base (91c9c6e) to head (8ddb195).
Report is 7 commits behind head on master.

Files Patch % Lines
...egamek/src/megamek/client/ui/swing/MegaMekGUI.java 0.00% 18 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #5322      +/-   ##
============================================
+ Coverage     29.10%   29.11%   +0.01%     
- Complexity    13458    13473      +15     
============================================
  Files          2389     2389              
  Lines        260682   260730      +48     
  Branches      46746    46754       +8     
============================================
+ Hits          75860    75903      +43     
- Misses       181148   181162      +14     
+ Partials       3674     3665       -9     

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

@HammerGS HammerGS merged commit 83414f0 into MegaMek:master Apr 9, 2024
5 of 6 checks passed
@SJuliez SJuliez deleted the savegame-name-chooser branch April 20, 2024 09:38
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.

3 participants