MegaMek / megamek

MegaMek is a networked Java clone of BattleTech, a turn-based sci-fi boardgame for 2+ players. Fight using giant robots, tanks, and/or infantry on a hex-based map.
http://www.megamek.org
GNU General Public License v2.0
299 stars 288 forks source link

Recent boards #5979

Closed SJuliez closed 2 months ago

SJuliez commented 2 months ago

Adds a list of recent board files to the Board main menu to (obviously) open them in the editor without file searching. The list managed in its own class and kept in mmconf/recent_boards.yml

image

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 28.93%. Comparing base (6241156) to head (a89c135). Report is 12 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #5979 +/- ## ========================================== Coverage 28.93% 28.93% - Complexity 13973 13979 +6 ========================================== Files 2541 2543 +2 Lines 268306 268425 +119 Branches 47931 47940 +9 ========================================== + Hits 77639 77677 +38 - Misses 186693 186779 +86 + Partials 3974 3969 -5 ```

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

HammerGS commented 2 months ago

Tested and works for me.