-
Notifications
You must be signed in to change notification settings - Fork 81
#2283 Add experience skill to training tables #2341
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
Draft
wsbrenk
wants to merge
96
commits into
ho-dev:master
Choose a base branch
from
wsbrenk:#2283
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* ho-dev#2088 start beta * ho-dev#2088 release_notes.md update translations * ho-dev#2088 release_notes.md * Ignore unwanted files
* ho-dev#2088 start beta * ho-dev#2088 release_notes.md update translations * ho-dev#2088 release_notes.md * Ignore unwanted files * ho-dev#2256 gradle/actions/wrapper-validation@v3
…restore wrapper jar.
* Fix tactics ratings * ho-dev#2255 Add two new flags * ho-dev#2255 Fix PluginIfaUtils.getCoolness * ho-dev#2255 Fix PluginIfaUtils.getCoolness * ho-dev#2255 release_notes.md
* Fix tactics ratings * ho-dev#2255 Add two new flags * ho-dev#2267 Fix Player.copySkills * ho-dev#2267 release_notes.md
* ho-dev#2271 Fix XMLPlayersParser.createPlayer * ho-dev#2271 relaease.notes
# Conflicts: # build.gradle # src/main/java/core/model/WorldDetailLeague.java # src/main/resources/release_notes.md
* empty release_notes.md * ho-dev#2284 Fix XtraData.getDailyUpdate * ho-dev#2284 release_notes.md
# Conflicts: # build.gradle # src/main/resources/release_notes.md
* ho-dev#2284 release_notes.md Fix link to detailed changelog * ho-dev#2286 Lineup handles red carded players * ho-dev#2286 remove unused method
…-dev#2330) * ho-dev#2329 Fix AnalyzerPanel.getSkillups Fix load exception in StadionTable expansionCosts (nullable) * ho-dev#2329 Fix load exception in StadionTable expansionCosts (nullable) * ho-dev#2329 release_notes.md
# Conflicts: # build.gradle # src/main/java/core/db/StadionTable.java # src/main/java/core/file/xml/ConvertXml2Hrf.java # src/main/java/core/model/WorldDetailLeague.java # src/main/java/module/training/ui/AnalyzerPanel.java # src/main/java/module/training/ui/TrainingDevelopmentPanel.java # src/main/java/tool/arenasizer/ArenaPanel.java # src/main/java/tool/arenasizer/Stadium.java # src/main/resources/release_notes.md
# Conflicts: # src/main/java/core/training/FutureTrainingManager.java # src/main/java/module/training/ui/TrainingDevelopmentPanel.java # src/main/java/module/training/ui/TrainingRecapTable.java
# Conflicts: # src/main/java/core/training/FutureTrainingManager.java # src/main/java/module/training/ui/TrainingDevelopmentPanel.java # src/main/java/module/training/ui/TrainingRecapTable.java
* Fix database AUSBAUKOSTEN NOT NULL Fix ArenaPanel costs calculation * Fix database update function (901) * release_notes.md
# Conflicts: # build.gradle # src/main/java/core/db/AbstractTable.java # src/main/java/core/db/DBManager.java # src/main/java/core/db/DBUpdater.java # src/main/java/core/file/xml/ConvertXml2Hrf.java # src/main/java/core/model/WorldDetailLeague.java # src/main/java/tool/arenasizer/ArenaPanel.java # src/main/java/tool/arenasizer/ArenaSizer.java # src/main/resources/release_notes.md
# Conflicts: # src/main/java/tool/arenasizer/ArenaPanel.java
* New event type id ASSIST_END_TO_A_GOAL * ho-dev#2336 Fix PlayerOverviewTableModel.getPlayerAtRow
# Conflicts: # build.gradle # src/main/java/core/db/AbstractTable.java # src/main/java/core/db/DBManager.java # src/main/java/core/db/DBUpdater.java # src/main/java/core/file/xml/ConvertXml2Hrf.java # src/main/java/core/model/WorldDetailLeague.java # src/main/java/tool/arenasizer/ArenaPanel.java # src/main/java/tool/arenasizer/ArenaSizer.java # src/main/resources/release_notes.md
# Conflicts: # src/main/java/tool/arenasizer/ArenaPanel.java
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Training table are refactored usind FixedColumnTable (kotlin) as base type.
4 table classes are still left for refactoring.
src/main/resources/release_notes.md
...