Skip to content
Failed

Changes

Summary

  1. othello: copyright updated (details)
  2. othello: rebased on gaming framework 1.0.2-SNAPSHOT (details)
Commit dbe56b603f9864e82cd0f416ac27486bf0353d39 by Christoph Schulz
othello: copyright updated
The file was modifiedothello-core/src/test/java/de/fhdw/gaming/othello/core/domain/OthelloFieldStateTest.java
The file was modifiedothello-core/src/main/java/de/fhdw/gaming/othello/core/moves/OthelloMove.java
The file was modifiedothello-core/src/main/java/de/fhdw/gaming/othello/core/domain/OthelloPosition.java
The file was modifiedothello-core/src/main/java/de/fhdw/gaming/othello/core/domain/factory/OthelloStrategyFactoryProvider.java
The file was modifiedothello-core/src/test/java/de/fhdw/gaming/othello/core/domain/impl/OthelloPlayerImplTest.java
The file was modifiedothello-core/src/main/java/module-info.java
The file was modifiedothello-gui/src/main/java/de/fhdw/gaming/othello/gui/impl/OthelloInteractiveStrategy.java
The file was modifiedothello-gui/src/main/java/de/fhdw/gaming/othello/gui/OthelloBoardEventProvider.java
The file was modifiedothello-core/src/main/java/de/fhdw/gaming/othello/core/domain/impl/OthelloGameBuilderImpl.java
The file was modifiedothello-core/src/main/java/de/fhdw/gaming/othello/core/domain/factory/OthelloStrategyFactory.java
The file was modifiedothello-core/src/main/java/de/fhdw/gaming/othello/core/moves/impl/OthelloDefaultMoveFactory.java
The file was modifiedothello-core/src/main/java/de/fhdw/gaming/othello/core/domain/OthelloDirection.java
The file was modifiedothello-gui/src/main/java/de/fhdw/gaming/othello/gui/impl/OthelloBoardView.java
The file was modifiedothello-core/src/main/java/de/fhdw/gaming/othello/core/domain/impl/OthelloGameBuilderFactoryImpl.java
The file was modifiedothello-gui/src/main/java/de/fhdw/gaming/othello/gui/impl/OthelloFieldView.java
The file was modifiedothello-gui/src/main/java/module-info.java
The file was modifiedothello-strategy-examples/src/main/java/de/fhdw/gaming/othello/strategy/examples/maxFlips/OthelloMaxFlipsMoveStrategy.java
The file was modifiedothello-strategy-template/src/main/java/module-info.java
The file was modifiedothello-strategy-template/src/main/java/de/fhdw/gaming/othello/strategy/template/OthelloMyStrategy.java
The file was modifiedothello-core/src/main/java/de/fhdw/gaming/othello/core/domain/impl/OthelloPlayerBuilderImpl.java
The file was modifiedothello-core/src/main/java/de/fhdw/gaming/othello/core/domain/OthelloGameBuilderFactory.java
The file was modifiedothello-core/src/main/java/de/fhdw/gaming/othello/core/domain/impl/OthelloStateImpl.java
The file was modifiedothello-core/src/main/java/de/fhdw/gaming/othello/core/moves/impl/OthelloSkipMove.java
The file was modifiedothello-core/src/test/java/de/fhdw/gaming/othello/core/domain/impl/OthelloBoardBuilder.java
The file was modifiedothello-core/src/test/java/de/fhdw/gaming/othello/core/domain/impl/OthelloStateImplTest.java
The file was modifiedothello-core/src/main/java/de/fhdw/gaming/othello/core/domain/impl/OthelloBoardImpl.java
The file was modifiedothello-core/src/main/java/de/fhdw/gaming/othello/core/domain/OthelloObserver.java
The file was modifiedothello-gui/src/main/java/de/fhdw/gaming/othello/gui/impl/OthelloGuiObserverImpl.java
The file was modifiedothello-core/src/main/java/de/fhdw/gaming/othello/core/domain/OthelloPlayerBuilder.java
The file was modifiedothello-core/src/test/java/de/fhdw/gaming/othello/core/moves/impl/OthelloPlaceTokenMoveImplTest.java
The file was modifiedothello-core/src/main/java/de/fhdw/gaming/othello/core/domain/OthelloState.java
The file was modifiedothello-core/src/main/java/de/fhdw/gaming/othello/core/moves/impl/AbstractOthelloMove.java
The file was modifiedothello-core/src/test/java/de/fhdw/gaming/othello/core/domain/impl/OthelloPlayerBuilderImplTest.java
The file was modifiedothello-core/src/main/java/de/fhdw/gaming/othello/core/domain/OthelloMoveChecker.java
The file was modifiedothello-strategy-examples/src/main/java/de/fhdw/gaming/othello/strategy/examples/first/OthelloFirstMoveFoundStrategy.java
The file was modifiedothello-core/src/main/java/de/fhdw/gaming/othello/core/domain/impl/OthelloPlayerImpl.java
The file was modifiedothello-strategy-examples/src/main/java/de/fhdw/gaming/othello/strategy/examples/random/OthelloRandomMoveStrategy.java
The file was modifiedothello-core/src/main/java/de/fhdw/gaming/othello/core/domain/OthelloFieldState.java
The file was modifiedothello-core/src/main/java/de/fhdw/gaming/othello/core/domain/OthelloBoard.java
The file was modifiedothello-core/src/main/java/de/fhdw/gaming/othello/core/domain/impl/OthelloGameImpl.java
The file was modifiedothello-strategy-template/src/main/java/de/fhdw/gaming/othello/strategy/template/OthelloMyStrategyFactory.java
The file was modifiedothello-core/src/test/java/de/fhdw/gaming/othello/core/domain/impl/OthelloStrategyStub.java
The file was modifiedothello-core/src/main/java/de/fhdw/gaming/othello/core/domain/OthelloPlayer.java
The file was modifiedothello-core/src/main/java/de/fhdw/gaming/othello/core/domain/OthelloStrategy.java
The file was modifiedothello-core/src/test/java/de/fhdw/gaming/othello/core/domain/impl/OthelloGameBuilderImplTest.java
The file was modifiedothello-core/src/test/java/de/fhdw/gaming/othello/core/domain/impl/OthelloGameImplTest.java
The file was modifiedothello-strategy-examples/src/main/java/de/fhdw/gaming/othello/strategy/examples/maxFlips/OthelloMaxFlipsMoveStrategyFactory.java
The file was modifiedothello-core/src/main/java/de/fhdw/gaming/othello/core/moves/impl/OthelloPlaceTokenMove.java
The file was modifiedothello-core/src/main/java/de/fhdw/gaming/othello/core/domain/OthelloGameBuilder.java
The file was modifiedothello-core/src/test/java/de/fhdw/gaming/othello/core/domain/impl/OthelloBoardStub.java
The file was modifiedothello-core/src/test/java/de/fhdw/gaming/othello/core/domain/impl/OthelloFieldImplTest.java
The file was modifiedothello-core/src/test/java/de/fhdw/gaming/othello/core/moves/impl/OthelloSkipMoveImplTest.java
The file was modifiedothello-strategy-examples/src/main/java/de/fhdw/gaming/othello/strategy/examples/random/OthelloRandomMoveStrategyFactory.java
The file was modifiedothello-strategy-examples/src/main/java/module-info.java
The file was modifiedothello-strategy-examples/src/main/java/de/fhdw/gaming/othello/strategy/examples/first/OthelloFirstMoveFoundStrategyFactory.java
The file was modifiedothello-core/src/main/java/de/fhdw/gaming/othello/core/domain/factory/OthelloDefaultStrategyFactoryProvider.java
The file was modifiedothello-core/src/main/java/de/fhdw/gaming/othello/core/domain/impl/OthelloFieldImpl.java
The file was modifiedothello-gui/src/main/java/de/fhdw/gaming/othello/gui/impl/OthelloGuiObserverFactoryImpl.java
The file was modifiedothello-core/src/test/java/de/fhdw/gaming/othello/core/domain/impl/OthelloBoardImplTest.java
The file was modifiedothello-gui/src/main/java/de/fhdw/gaming/othello/gui/impl/OthelloInteractiveStrategyFactory.java
The file was modifiedothello-core/src/main/java/de/fhdw/gaming/othello/core/domain/OthelloField.java
The file was modifiedothello-core/src/main/java/de/fhdw/gaming/othello/core/moves/factory/OthelloMoveFactory.java
The file was modifiedothello-core/src/test/java/de/fhdw/gaming/othello/core/domain/impl/OthelloStateStub.java
The file was modifiedothello-core/src/test/java/de/fhdw/gaming/othello/core/domain/impl/OthelloPositionImplTest.java
Commit e81ff1b44ef61950bebf769f6607817a0b3d7fbf by Christoph Schulz
othello: rebased on gaming framework 1.0.2-SNAPSHOT

This changed game creation and strategy implementation.
The file was modifiedothello-strategy-examples/src/main/java/de/fhdw/gaming/othello/strategy/examples/first/OthelloFirstMoveFoundStrategy.java
The file was removedothello-core/src/main/java/de/fhdw/gaming/othello/core/domain/OthelloGame.java
The file was modifiedothello-core/src/test/java/de/fhdw/gaming/othello/core/domain/impl/OthelloGameImplTest.java
The file was modifiedothello-gui/src/main/java/de/fhdw/gaming/othello/gui/impl/OthelloInteractiveStrategy.java
The file was removedothello-core/src/main/java/de/fhdw/gaming/othello/core/domain/impl/OthelloGameImpl.java
The file was modifiedothello-core/src/main/java/de/fhdw/gaming/othello/core/domain/OthelloGameBuilder.java
The file was modifiedothello-strategy-examples/src/main/java/de/fhdw/gaming/othello/strategy/examples/random/OthelloRandomMoveStrategy.java
The file was modifiedothello-core/src/test/java/de/fhdw/gaming/othello/core/domain/impl/OthelloGameBuilderImplTest.java
The file was modifiedothello-gui/src/main/java/de/fhdw/gaming/othello/gui/impl/OthelloGuiObserverImpl.java
The file was modifiedpom.xml
The file was modifiedothello-gui/src/main/java/de/fhdw/gaming/othello/gui/impl/OthelloBoardView.java
The file was modifiedothello-core/src/test/java/de/fhdw/gaming/othello/core/domain/impl/OthelloStrategyStub.java
The file was modifiedothello-strategy-examples/src/main/java/de/fhdw/gaming/othello/strategy/examples/maxFlips/OthelloMaxFlipsMoveStrategy.java
The file was modifiedothello-core/src/main/java/de/fhdw/gaming/othello/core/domain/impl/OthelloGameBuilderImpl.java
The file was addedothello-core/src/main/java/de/fhdw/gaming/othello/core/domain/OthelloMoveGenerator.java
The file was modifiedothello-strategy-template/src/main/java/de/fhdw/gaming/othello/strategy/template/OthelloMyStrategy.java
The file was addedothello-core/src/main/java/de/fhdw/gaming/othello/core/domain/impl/OthelloRandomMoveGenerator.java