Steffen Nitschke
|
1332efb29f
|
new GameRepository with Test
|
4 years ago |
Steffen Nitschke
|
b06bce9bd9
|
init game representation
|
4 years ago |
Steffen Nitschke
|
b9654f8697
|
add getCurrentPlayer-Method and test and adjust getPlayer-Method
|
4 years ago |
Steffen Nitschke
|
83e1e16946
|
add getPlayer-Method and test
|
4 years ago |
Steffen Nitschke
|
f6afde28f9
|
add UserClient with updateUser-Method and test
|
4 years ago |
JD
|
33f141832d
|
initial placement white rook h1
|
4 years ago |
JD
|
4ca6b4766a
|
initial placement white rook a1
|
4 years ago |
JD
|
c827f07f88
|
moved newGameInitializationFigurePositionsRook2 into newGameInitializationFigurePositionsRooks
|
4 years ago |
JD
|
d0939f3cca
|
transformed newGameInitializationFigurePositionsRooks to ParameterizedTest
|
4 years ago |
JD
|
b8a1cbb7c8
|
initial placement black rook h8
|
4 years ago |
JD
|
95af987307
|
initial placement black rook a8
|
4 years ago |
JD
|
b5aa9415f3
|
renamed test farmerInvalidDestination
|
4 years ago |
JD
|
7734e50a43
|
added test for invalid movement of black farmer
|
4 years ago |
JD
|
d74706ca41
|
renamed tests
|
4 years ago |
JD
|
7c78433703
|
added test for valid movement of black farmer
|
4 years ago |
JD
|
8a499a6489
|
moved checkMoveWithValidDestinationVar2 into whiteFarmerValidDestination
|
4 years ago |
JD
|
db2724722a
|
moved whiteFarmerInvalidDestinationDownVar2 into whiteFarmerInvalidDestinationDown
|
4 years ago |
JD
|
edbd9c568c
|
refactored test whiteFarmerInvalidDestinationDown to ParameterizedTest
|
4 years ago |
JD
|
0bda50fef8
|
refactored test whiteFarmerValidDestination to ParameterizedTest
|
4 years ago |
JD
|
975d2dd3e6
|
extracted magic numbers
|
4 years ago |
Jenkins
|
2c39820c66
|
Merge commit '9b450b05072d9771dc301320405f365871bd391d' into HEAD
|
4 years ago |
Steffen Nitschke
|
9b450b0507
|
fix merge
|
4 years ago |
Steffen Nitschke
|
6791e1dff1
|
Merge remote-tracking branch 'origin/feat-loginClient' into pr-loginClient
# Conflicts:
# fh.fd.ci.server/src/main/java/de/fd/fh/server/access/web/AccessController.java
|
4 years ago |
Jenkins
|
4a0523d345
|
Merge commit 'ce74e6b48691f37d382e92e236e1e765fc4173db' into HEAD
|
4 years ago |
Steffen Nitschke
|
ce74e6b486
|
Merge remote-tracking branch 'origin/chore-betterServerTestCoverage' into pr-betterServerTestCoverage
|
4 years ago |
Jenkins
|
febd11a208
|
Merge commit '5d52b6b876b89a19c535fa7bc6d13d08b0b6e0aa' into HEAD
|
4 years ago |
Steffen Nitschke
|
e777c9ffb1
|
add delete player method to AccessClient and test
|
4 years ago |
Steffen Nitschke
|
91b655be9e
|
add logout method to AccessClient and test
|
4 years ago |
Steffen Nitschke
|
01fcf86ce2
|
add login method to AccessClient and test
|
4 years ago |
Steffen Nitschke
|
2cd85077f3
|
add first Feign Client with registrate method and test
|
4 years ago |
Steffen Nitschke
|
f394ba7b62
|
rename LoginRequest to LoginResponse
|
4 years ago |
JD
|
030bed6414
|
optimized annotations
|
4 years ago |
JD
|
cc784e9094
|
refactored magic numbers
|
4 years ago |
JD
|
df6c42c806
|
test initial white farmer move
|
4 years ago |
JD
|
86da9de4c3
|
corrected wrong row constants
|
4 years ago |
JD
|
de43590ca1
|
refactored color type
|
4 years ago |
JD
|
00b04d6bca
|
added different FigurFarmer colors
|
4 years ago |
JD
|
cf9cb03b15
|
test farmer initial placement
|
4 years ago |
JD
|
2e025f35ad
|
corrected test newGameInitializationFigurePositions
-> other fields should be initial null
|
4 years ago |
JD
|
d8918c6790
|
removed magic numbers
|
4 years ago |
JD
|
a9337af708
|
initial figure placement on field
|
4 years ago |
JD
|
40501a27b0
|
removed magic numbers
|
4 years ago |
JD
|
3de907b77e
|
initial creation of "Game" class
|
4 years ago |
JD
|
5d52b6b876
|
refactored moveAllowed()
|
4 years ago |
Steffen Nitschke
|
d6046257e5
|
extract getUser routing to ServerApp
|
4 years ago |
Steffen Nitschke
|
d586c064fc
|
extract getCompleteUser routing to ServerApp
|
4 years ago |
Steffen Nitschke
|
3e507d3fe1
|
extract update user routing to ServerApp
|
4 years ago |
Steffen Nitschke
|
fd05c6125b
|
extract delete player routing to ServerApp
|
4 years ago |
Steffen Nitschke
|
dae84ef1f6
|
extract logout routing to ServerApp
|
4 years ago |
Steffen Nitschke
|
2624e63baa
|
extract login routing to ServerApp
|
4 years ago |