Skip to content

Releases: triplea-game/triplea

2022-April-30 - Prerelease - 2.6.723

30 Apr 12:51
9380cef
Compare
Choose a tag to compare
Pre-release
Move 1.8-compatibility replaceAll logic to GameParser. (#10391)

addAttachment() is called from other places than the game parser, which all use constants from the codebase that do not need replacement. This avoids those needing to go through this codepath.

2022-April-30 - Prerelease - 2.6.722

30 Apr 12:36
1b13959
Compare
Choose a tag to compare
Pre-release
Various clean ups to Matches and related code. (#10377)

* Various clean ups to Matches and related code.

Improves the code by adopting more concise notation, improving readability and removing some unnecessary null checks and collection copies.

2022-April-29 - Prerelease - 2.6.721

29 Apr 16:12
2b9bf21
Compare
Choose a tag to compare
Pre-release
Bump caffeine from 3.0.6 to 3.1.0 (#10392)

Bumps [caffeine](https://github.com/ben-manes/caffeine) from 3.0.6 to 3.1.0.
- [Release notes](https://github.com/ben-manes/caffeine/releases)
- [Commits](https://github.com/ben-manes/caffeine/compare/v3.0.6...v3.1.0)

---
updated-dependencies:
- dependency-name: com.github.ben-manes.caffeine:caffeine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

2022-April-29 - Prerelease - 2.6.720

29 Apr 16:11
2b9bf21
Compare
Choose a tag to compare
Pre-release
Bump caffeine from 3.0.6 to 3.1.0 (#10392)

Bumps [caffeine](https://github.com/ben-manes/caffeine) from 3.0.6 to 3.1.0.
- [Release notes](https://github.com/ben-manes/caffeine/releases)
- [Commits](https://github.com/ben-manes/caffeine/compare/v3.0.6...v3.1.0)

---
updated-dependencies:
- dependency-name: com.github.ben-manes.caffeine:caffeine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

2022-April-29 - Prerelease - 2.6.719

29 Apr 03:23
3d0730d
Compare
Choose a tag to compare
Pre-release
Clean up code in ProTerritoryValueUtils. (#10390)

2022-April-29 - Prerelease - 2.6.718

29 Apr 01:14
8a7bcb3
Compare
Choose a tag to compare
Pre-release
Improvements to the placements and unit scroller collapsible panels. …

…(#10352)

* Improvements to the placements and unit scroller collapsible panels.

- Remove the logic to collapse them based on screen size, which was unintentionally landed on https://github.com/triplea-game/triplea/pull/10281.
- Persist their collapsed/expanded state.
- Improve the look of the buttons on Mac with the native look and feel.

2022-April-28 - Prerelease - 2.6.717

28 Apr 18:10
a7b25f7
Compare
Choose a tag to compare
Pre-release
Add a convenience anyUnitsMatch() method to make callers concise. (#1…

…0387)

* Add a convenience anyUnitsMatch() method to make callers concise.

2022-April-28 - Prerelease - 2.6.716

28 Apr 14:50
f658311
Compare
Choose a tag to compare
Pre-release
Introduce isOwnedBy() and streamline some matchers. (#10380)

* Introduce isOwnedBy() and streamline some matchers.

isOwnedBy() is a convenience method that should be used in place of getOwner().equals(). This change also streamlines some related matchers.

No functional changes.

2022-April-28 - Prerelease - 2.6.715

28 Apr 14:50
f658311
Compare
Choose a tag to compare
Pre-release
Introduce isOwnedBy() and streamline some matchers. (#10380)

* Introduce isOwnedBy() and streamline some matchers.

isOwnedBy() is a convenience method that should be used in place of getOwner().equals(). This change also streamlines some related matchers.

No functional changes.

2022-April-28 - Prerelease - 2.6.714

28 Apr 03:42
46f4664
Compare
Choose a tag to compare
Pre-release
Clean up some code in UnitAttachment. (#10383)

* Clean up some code in UnitAttachment.

- Reformats methods that check for tech advance bonuses
- Makes some methods to deduplicate code
- Fixes some comment formatting
- Makes use of stream api