asvitkine

Results 17 issues of asvitkine

When building on Mac OS 10.6 with clang 9, via: ``` cmake \ -DCMAKE_CXX_COMPILER=/opt/local/bin/clang++-mp-9.0 \ -DCMAKE_C_COMPILER=/opt/local/bin/clang-mp-9.0 \ -DCMAKE_CXX_FLAGS="-m64" \ -DCMAKE_C_FLAGS="-m64" \ -DCMAKE_SHARED_LINKER_FLAGS="-m64 -dead_strip" \ -DCMAKE_BUILD_TYPE=MINSIZEREL \ -DALSOFT_BACKEND_WAVE=OFF \ -DALSOFT_BACKEND_PORTAUDIO=OFF ....

New maps missing from 2.6 downloads list. For example, "UHD World War II Global" is available for download from 2.5, but not from 2.6. It's listed in yaml here: https://github.com/triplea-game/triplea/blob/25234345e2d7afaf7c94ca1faea8ab5c69c3321a/triplea_maps.yaml#L2803C12-L2804C1...

Problem
2.6

I observed this with the current tip-of-tree version. The issue is specific to WebSockets and affects both pre-game chat and in-game chat.

Problem

Error reported feature request: Attach saved game automatically. Many error reports are hard to reproduce. It would be nice if TripleA could automatically upload a saved game (maybe with a...

Feature Request

dropwizard and ch.qos.logback are currently stuck on old versions. We're using dropwizard `2.*`, while upstream is on `4.*`. Our logback is on `1.2.*` while upstream is on `1.4.*`. They probably...

Problem

This is not a regression - I tested on 2.5 and it behaves the same as 2.6. When you save a game in the middle of a purchase phase (before...

Problem
Feature Request

2.6: When opening battle calc on own territory on own turn, your country is selected as both attacker and defender. See discussion here: https://forums.triplea-game.org/topic/2999/2-6-release-getting-close-need-volunteers-to-help-beta-test-2-6/190?page=10 Although one could argue this "could"...

Problem