merge the new developmentbranch into the test branch #39

Closed
j23f0712 wants to merge 431 commits from development2 into dev/test
254 changed files with 13302 additions and 2405 deletions
Showing only changes of commit 3dd81ea02c - Show all commits

View File

@@ -37,6 +37,7 @@ public void exit() {
@Override
public void received(SelectPieceMessage msg) {
LOGGER.log(System.Logger.Level.INFO, "fuck this");
ArrayList<Piece> pieces = msg.getPieces().stream().map(piece -> logic.getGame().getPieceThroughUUID(piece.getUuid())).collect(Collectors.toCollection(ArrayList::new));
parent.getSelectPiece().setPossiblePieces(pieces);
LOGGER.log(System.Logger.Level.INFO, "Received " + msg.getPieces().size() + " pieces");