Skip to content

Releases: triplea-game/triplea

2026-July-08 - 2026-07.16.15678

Choose a tag to compare

@github-actions github-actions released this 08 Jul 20:50
90b15a4
TransportTracker.transporting(units) remove (deprecated) (#14701)

2026-July-08 - 2026-07.16.15675

Choose a tag to compare

@github-actions github-actions released this 08 Jul 02:36
6c31b0c
Fix IllegalStateException in TechnologyFrontier#removeAdvance (#14684)

Make removeAdvance idempotent instead of throwing when the advance
is already absent. This can legitimately happen when multiple map
triggers attempt to remove the same tech in the same event, as seen
in the invasion_usa map (issue #14635).

Co-authored-by: frigoref <frigoref@web.de>

2026-July-08 - 2026-07.16.15674

Choose a tag to compare

@github-actions github-actions released this 08 Jul 02:31
afdca2b
Improve carrier landing validation for air units in the placement pha…

2026-July-07 - 2026-07.16.15673

Choose a tag to compare

@github-actions github-actions released this 07 Jul 23:08
7303d77
fix14629 (Unable to resize Change Resource window) (#14702)

- ResourceChooser.createComponents to setPreferredSize on JScrollPane
- ToDo added to extract common logic from here and PlayerChooser

2026-July-07 - 2026-07.16.15672

Choose a tag to compare

@github-actions github-actions released this 07 Jul 21:52
0a4ec0f
TransportTracker comment corrections (#14700)

2026-July-07 - 2026-07.16.15671

Choose a tag to compare

@github-actions github-actions released this 07 Jul 21:33
abdaf1c
MovePerformer.markTransportsMovement (#14699)

- Restructure and break up in smaller methods

2026-July-07 - 2026-07.16.15670

Choose a tag to compare

@github-actions github-actions released this 07 Jul 20:54
dd3bdcc
Route isLoad/isUnload clarification (#14698)

- Rename isLoad to isSeaLoad
- Rename isUnload to isSeaUnload

2026-July-06 - 2026-07.16.15669

Choose a tag to compare

@github-actions github-actions released this 06 Jul 18:08
b46fb8d
ResourceCollectionTest replace Hamcrest (#14689)

2026-July-06 - 2026-07.16.15668

Choose a tag to compare

@github-actions github-actions released this 06 Jul 17:57
e38dbdb
cleanIntTextField (#14688)

* Clean IntTextField (incl. remove method getTerr)

2026-July-06 - 2026-07.16.15667

Choose a tag to compare

@github-actions github-actions released this 06 Jul 16:50
7886996
Adds resourceCollectionTest (#14687)

* Adds resourceCollectionTest