Skip to content

Releases: RaiNova/triplea

2022-April-02 - Prerelease - 2.6.11

02 Apr 13:03
a5a2546
Compare
Choose a tag to compare
Pre-release
Add ssh key for frigoref to admin user authorized keys (#10250)

2022-February-08 - Prerelease - 2.6.10

08 Feb 20:17
958ed9d
Compare
Choose a tag to compare
Pre-release
Update notes in UnitChooser.puml (#10066)

- Show where TripleAPlayer.pickTerritoryAndUnits is called
- Show where TripleAFrame.selectUnitsQuery is called

2022-January-27 - Prerelease - 2.6.9

27 Jan 22:11
Compare
Choose a tag to compare
Pre-release
Merge remote-tracking branch 'origin/master'

# Conflicts:
#	game-app/game-core/build.gradle
#	game-app/game-core/src/main/java/games/strategy/triplea/delegate/data/CasualtyDetails.java
#	game-app/game-core/src/main/java/games/strategy/triplea/ui/BattleDisplay.java
#	game-app/game-core/src/main/java/games/strategy/triplea/ui/CasualtySelection.java
#	game-app/game-core/src/main/java/games/strategy/triplea/ui/UnitChooser.java
#	game-app/game-core/src/test/java/games/strategy/triplea/util/UnitSeparatorTest.java

2021-December-30 - Prerelease - 2.6.8

30 Dec 19:34
5bd1b76
Compare
Choose a tag to compare
Pre-release
Merge branch 'triplea-game:master' into master

2021-December-30 - Prerelease - 2.6.7

30 Dec 14:23
Compare
Choose a tag to compare
Pre-release
Merge remote-tracking branch 'origin/master'

2021-December-28 - Prerelease - 2.6.6

28 Dec 05:12
b62a570
Compare
Choose a tag to compare
Pre-release
Rainova/pr updates (#1)

* Update 'orElseThrow' to indicate which images are missing

Without this, the error message is:
"java.util.NoSuchElementException: No value present"

* Fix image load location, load from 'misc' location

Images are present in the 'misc' folder, not the 'generic' folder

2021-December-27 - Prerelease - 2.6.5

27 Dec 12:47
Compare
Choose a tag to compare
Pre-release
Merge remote-tracking branch 'origin/master'

2021-December-27 - Prerelease - 2.6.4

27 Dec 08:00
Compare
Choose a tag to compare
Pre-release
Updated checkstyle version to be used (shown in screenshot)

2021-December-25 - Prerelease - 2.6.3

25 Dec 15:30
Compare
Choose a tag to compare
Pre-release
CasualtySelector:

- removed testing amphibious units for being damaged (because they don't need to be treated special)
- renamed local variable casualtySelection to casualtyDetails (to avoid confusion, because CasualtySelection is a class and the variable is an instance not of CasualtySelection but of CasualtyDetails)

2021-December-25 - Prerelease - 2.6.2

25 Dec 12:58
Compare
Choose a tag to compare
Pre-release
UnitChooser: now uses javax.annotation.Nonnull instead of lombok.NonNull

CasualtyDetails: removed unused local variable sameOwnerAndTypeAndHit
BattleDIsplay: automatically reformatted (hoping that will remove the SpotlessCheck findings)