Skip to content

Releases: triplea-game/triplea

2022-June-02 - Prerelease - 2.6.839

02 Jun 13:46
52b05a3
Compare
Choose a tag to compare
Pre-release
Fix neutral player logic causing AI to ignore safe attacks on Imperia…

2022-June-02 - Prerelease - 2.6.838

02 Jun 00:31
b18b12a
Compare
Choose a tag to compare
Pre-release
Speed up node selection in history tree. (#10554)

Speed up node selection in history tree.

Turns out, most of the time was going to repeatedly redrawing the map. This change batches operations.

With this change, using the save game on #10551, selecting the first turn in history goes from 1.2s execution time to 0.3s.

2022-June-01 - Prerelease - 2.6.837

01 Jun 23:37
b8bfd20
Compare
Choose a tag to compare
Pre-release
Fix an error that could happen when going back in the history tree. (…

2022-June-01 - Prerelease - 2.6.836

01 Jun 21:03
9c0752c
Compare
Choose a tag to compare
Pre-release
Revert 2.6 change https://github.com/triplea-game/triplea/pull/9962. …

2022-June-01 - Prerelease - 2.6.835

01 Jun 14:37
45e8295
Compare
Choose a tag to compare
Pre-release
Small Cleanup (#10553)

2022-June-01 - Prerelease - 2.6.834

01 Jun 09:39
cac0503
Compare
Choose a tag to compare
Pre-release
Bump org.flywaydb.flyway from 8.5.11 to 8.5.12 (#10550)

Bumps org.flywaydb.flyway from 8.5.11 to 8.5.12.

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

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

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

2022-June-01 - Prerelease - 2.6.833

01 Jun 01:21
dbb4775
Compare
Choose a tag to compare
Pre-release
Remove even more params in AI code. (#10549)

2022-June-01 - Prerelease - 2.6.832

01 Jun 00:43
3e8224c
Compare
Choose a tag to compare
Pre-release
Remove more unnecessary params in Pro AI code. (#10548)

2022-May-31 - Prerelease - 2.6.831

31 May 20:58
3f39431
Compare
Choose a tag to compare
Pre-release
Fix showing allies in resource tab. (#10547)

* Fix showing allies in resource tab.

This fixes a 2.6 regression where alliances were not shown in the resources tab.
Additionally, applies the same treatment to this tab as the players tab by sorting alliances by name and bolding their names.

* Remove unused method.

* Remove unused import.

2022-May-31 - Prerelease - 2.6.830

31 May 18:04
3e75e09
Compare
Choose a tag to compare
Pre-release
Remove HeadlessGameServer singleton (#10544)

* Dynamically register ChatAppender once Chat instance is created

* Remove redundant guard

* Remove static reference to HeadlessGameServer