Skip to content

Releases: triplea-game/triplea

2022-May-27 - Prerelease - 2.6.802

27 May 03:39
eb45709
Compare
Choose a tag to compare
Pre-release
Bump caffeine from 3.1.0 to 3.1.1 (#10514)

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

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

Signed-off-by: dependabot[bot] <support@github.com>

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

2022-May-27 - Prerelease - 2.6.801

27 May 01:07
f9313a7
Compare
Choose a tag to compare
Pre-release
Intern attachment-related strings to minimize memory and speed up clo…

2022-May-27 - Prerelease - 2.6.800

27 May 01:00
2f9b7c3
Compare
Choose a tag to compare
Pre-release
Fix map unzipping when /tmp may be on a different partition. (#10512)

2022-May-26 - Prerelease - 2.6.799

26 May 16:27
0eeaf9d
Compare
Choose a tag to compare
Pre-release
Fix unit chooser missing "All" button. (#10509)

A 2.6 change resulted in a Predicate being passed to the UnitChooser, which caused the All button to be hidden. That was not intentional and this PR makes the visibility of that button get set explicitly, converting call sites that want that button hidden to specify so.

Additionally, code for the None button, which was never shown, is cleaned up.

2022-May-26 - Prerelease - 2.6.798

26 May 15:25
d3cb794
Compare
Choose a tag to compare
Pre-release
Bottom bar: Remove space reserved for status text when no present. (#…

2022-May-26 - Prerelease - 2.6.797

26 May 14:37
1ff8bf0
Compare
Choose a tag to compare
Pre-release
Show alliances in sorted order in the player list. (#10507)

* Show alliances in sorted order in the player list.

Also use new syntax for game locking.

* Improve comments and use local gameData variable.

2022-May-25 - Prerelease - 2.6.796

25 May 20:34
7358e0a
Compare
Choose a tag to compare
Pre-release
Add a units bar, showing units inside the territory after its name in…

2022-May-25 - Prerelease - 2.6.795

25 May 17:51
485cc17
Compare
Choose a tag to compare
Pre-release
Fix errors with map resources being not found in 2.6. (#10504)

* Fix errors with map resources being not found in 2.6.

This was caused by some maps having duplicate files (e.g. a polygon.txt file in baseTiles folder). Before this change, it's undefined which of these files will be found first and all other files will be expected to be alongside it.

With this change, the search returns files in a deterministic order, sorted by path length. So files closer to the root will be first in the list. This makes the behavior deterministic across platforms and the map to use the file closest to the map root.

Renames findAny() to findClosestToRoot() and adds tests.

2022-May-25 - Prerelease - 2.6.794

25 May 15:38
aaaaf1d
Compare
Choose a tag to compare
Pre-release
Fix an NPE with user action attachments introduced by recent refactor…

2022-May-25 - Prerelease - 2.6.793

25 May 04:28
0333b85
Compare
Choose a tag to compare
Pre-release
Bump postgresql from 42.3.5 to 42.3.6 (#10501)

Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.3.5 to 42.3.6.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.3.5...REL42.3.6)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

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