Skip to content

Releases: triplea-game/triplea

2024-July-29 - 2.7.14839

29 Jul 22:34
1587c83
Compare
Choose a tag to compare
Pre-release
Clean up http-clients build (possible fix for "still shadow jar") (#1…

2024-July-29 - 2.7.14838

29 Jul 20:40
2d96c12
Compare
Choose a tag to compare
Pre-release
Publish just a standard JAR and not a shadow jar for http-clients (#1…

2024-July-29 - 2.7.14837

29 Jul 20:38
bcedc5c
Compare
Choose a tag to compare
Pre-release
Cleanup: remove unused chat-upload files (#12794)

* Remove unused files that were recently moved

* Remove unused files

2024-July-29 - 2.7.14836

29 Jul 18:59
b1151b6
Compare
Choose a tag to compare
Pre-release
Move ClientIdentifiers.java to 'lobby-client' so shared code can read…

2024-July-29 - 2.7.14835

29 Jul 03:22
2163a23
Compare
Choose a tag to compare
Pre-release
ConcurrentModification error: slightly hacky fix (#12791)

* ConcurrentModification error: slightly hacky fix

Should be a fix for #12789
This is not an ideal fix, and we likely have this problem in other areas.
It is possible this is a non-fix too, we should watch out for further error
reports to check carefully if this was a non-fix.

* Formatting

2024-July-28 - 2.7.14834

28 Jul 02:43
443652c
Compare
Choose a tag to compare
Pre-release
Prune unused dependencies (#12786)

2024-July-27 - 2.7.14832

27 Jul 21:06
5c6d1a0
Compare
Choose a tag to compare
Pre-release
push-down units to SimpleUnitPanel (#12785)

* opt_getUnitTypes #1

PlayerUnitsPanel.java
- break up logic in method getAllUnitCategories into separate methods
- add documentation

* push-down units to SimpleUnitPanel #1

Replaces usages of method SimpleUnitPanel.setUnitsFromCategories with new method setUnits in:
- BottomBar.java (passing through methods setTerritory -> updateTerritoryInfo -> createUnitBar)
- HistoryDetailsPanel.java
- MovePanel.java
- PlacementUnitsCollapsiblePanel.java
- PlacePanel.java
- PurchasePanel.java

SimpleUnitPanel.java
- remove method setUnitsFromCategories
- add new method setUnits

2024-July-27 - 2.7.14831

27 Jul 17:24
6a82921
Compare
Choose a tag to compare
Pre-release
opt_getUnitTypes #1 (#12784)

PlayerUnitsPanel.java
- break up logic in method getAllUnitCategories into separate methods
- add documentation

2024-July-27 - 2.7.14830

27 Jul 10:38
bd9d2cb
Compare
Choose a tag to compare
Pre-release
Issue 12447 part2 (#12783)

* Reapply "Issues 12447 (Standardized Sorting of UnitCategory) (#12722)" (#12762)

This reverts commit e73fdec1d452793d89ffd8c8c1616ff6b286219f.

* Issue_12447_Part2 #1

PlayerUnitsPanel.java
- ensure uniqueness in returned list in method getAllUnitCategories
- reduce complexity by use of new method getProducibleUnitTypes
ProductionFrontier.java
- new method getProducibleUnitTypes

2024-July-26 - 2.7.14829

26 Jul 21:34
aeb3e6d
Compare
Choose a tag to compare
Pre-release
Remove moderator right click option "fetch game chat history" (#12781)

We are no longer uploading chat messages from hosted (bot or player)
games to lobby. This update removes the 'fetch game chat history'
feature since that data will always be blank going forward.