-
Notifications
You must be signed in to change notification settings - Fork 176
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
feat: utf-8 for i18n, new report for start of scenario on acar, player name, misc #5622
base: master
Are you sure you want to change the base?
Conversation
…acar, fix for formation values and player name on acar
@@ -35,5 +36,9 @@ | |||
getSimulationManager().calculatePlayerInitialCounts(); | |||
getSimulationManager().getGame().setupTeams(); | |||
getSimulationManager().getGame().setupDeployment(); | |||
|
|||
var reporter = new StartingScenarioPhaseReporter(getSimulationManager().getGame(), getSimulationManager()::addReport); |
Check notice
Code scanning / CodeQL
Unread local variable Note
} | ||
} | ||
|
||
private void playerFinalReport(Player player) { |
Check notice
Code scanning / CodeQL
Useless parameter Note
var playerEntities = game.getInGameObjects().stream() | ||
.filter(e -> e.getOwnerId() == player.getId()) | ||
.filter(Entity.class::isInstance) | ||
.map(Entity.class::cast) | ||
.toList(); |
Check notice
Code scanning / CodeQL
Unread local variable Note
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5622 +/- ##
============================================
- Coverage 10.04% 10.02% -0.02%
+ Complexity 6073 6066 -7
============================================
Files 1074 1075 +1
Lines 141557 141644 +87
Branches 20639 20650 +11
============================================
- Hits 14215 14202 -13
- Misses 125974 126069 +95
- Partials 1368 1373 +5 ☔ View full report in Codecov by Sentry. |
Fixes:
self
.