Commit Graph

200 Commits

Author SHA1 Message Date
4ef7333ef5 Fixed AI Logic - Fixed dog life (thx Leon)
Some checks failed
Build and Test (KnockOutWhist) TeamCity build failed
2024-12-06 10:18:01 +01:00
dddbd97362 Made everything immutable -> Tests severely broken, AI broken, Coverage very low (But it works)
Some checks failed
Build and Test (KnockOutWhist) TeamCity build failed
2024-12-05 23:19:06 +01:00
LQ63
46075fa356 changed RoundControl
Some checks failed
Build and Test (KnockOutWhist) TeamCity build failed
2024-12-05 19:36:16 +01:00
8553bf7941 Merge remote-tracking branch 'origin/commandPattern' into commandPattern
Some checks failed
Build and Test (KnockOutWhist) TeamCity build failed
2024-12-05 19:27:14 +01:00
1311cb20b8 Match immutable 2024-12-05 19:26:56 +01:00
LQ63
87e9d66f46 Player immutable
Some checks failed
Build and Test (KnockOutWhist) TeamCity build failed
2024-12-05 19:23:16 +01:00
9edea7082d CustomPlayerQueue clone 2024-12-05 18:20:44 +01:00
0a4d725669 Immutable + Command Pattern
Some checks failed
Build and Test (KnockOutWhist) TeamCity build failed
2024-12-05 18:15:41 +01:00
0ce277fe33 Merge branch 'master' into development
All checks were successful
Build and Test (KnockOutWhist) TeamCity build finished
2024-11-29 12:29:05 +01:00
LQ63
4573f4c2a6 Coverage 100%
Some checks reported errors
Build and Test (KnockOutWhist) TeamCity build failed
2024-11-29 12:28:23 +01:00
LQ63
9c5947a18f Merge pull request 'Patterns implemented' (#40) from development into master
All checks were successful
Build and Test (KnockOutWhist) TeamCity build finished
Reviewed-on: #40
2024-11-29 12:20:06 +01:00
337d27abbf Added second Iterator
All checks were successful
Build and Test (KnockOutWhist) TeamCity build finished
2024-11-29 12:16:02 +01:00
4e8a8a958d Merge remote-tracking branch 'origin/development' into playerpattern
Some checks reported errors
Build and Test (KnockOutWhist) TeamCity build failed
2024-11-29 12:05:37 +01:00
a9871e6038 Removed Code Smell 2024-11-29 12:05:06 +01:00
0a37a583f7 Merge pull request 'Patterns implemented' (#39) from playerpattern into development
All checks were successful
Build and Test (KnockOutWhist) TeamCity build finished
Reviewed-on: #39
2024-11-29 12:01:55 +01:00
9da9477763 Merge branch 'master' into playerpattern 2024-11-29 12:01:37 +01:00
36286be458 100% coverage
All checks were successful
Build and Test (KnockOutWhist) TeamCity build finished
2024-11-29 11:58:37 +01:00
ca3ffa4ba7 Builder Pattern finished
Some checks failed
Build and Test (KnockOutWhist) TeamCity build failed
2024-11-29 11:55:09 +01:00
LQ63
82d7ab94b4 Started Builder
Some checks failed
Build and Test (KnockOutWhist) TeamCity build failed
2024-11-29 11:44:39 +01:00
7487a0edf6 Merge remote-tracking branch 'origin/playerpattern' into playerpattern
All checks were successful
Build and Test (KnockOutWhist) TeamCity build finished
# Conflicts:
#	src/test/scala/de/knockoutwhist/player/AITests.scala
2024-11-29 11:19:30 +01:00
6b3b702ffe Added Code Coverage 2024-11-29 11:18:26 +01:00
LQ63
1cc776bfaa optimized imports
Some checks failed
Build and Test (KnockOutWhist) TeamCity build failed
2024-11-29 10:40:20 +01:00
LQ63
1e50a40868 startet tests for ai
Some checks failed
Build and Test (KnockOutWhist) TeamCity build failed
2024-11-28 22:55:38 +01:00
LQ63
fe4f6a7f46 fixed current test to match the new patterns
Some checks failed
Build and Test (KnockOutWhist) TeamCity build failed
2024-11-28 22:23:52 +01:00
LQ63
7f69e6f444 optimized imports
Some checks failed
Build and Test (KnockOutWhist) TeamCity build failed
2024-11-28 20:51:57 +01:00
LQ63
e589f36c22 changed constructor access
Some checks failed
Build and Test (KnockOutWhist) TeamCity build failed
2024-11-28 20:38:06 +01:00
LQ63
33e15bca27 finished AILogic implementation, added Factory Pattern and Template Pattern
Some checks failed
Build and Test (KnockOutWhist) TeamCity build failed
2024-11-28 20:31:08 +01:00
8d7420358d Added AI Logic
Some checks failed
Build and Test (KnockOutWhist) TeamCity build failed
2024-11-28 19:11:51 +01:00
LQ63
522a1cfa23 started pattern creation
Some checks failed
Build and Test (KnockOutWhist) TeamCity build failed
2024-11-28 18:06:22 +01:00
LQ63
39336120e1 Merge pull request 'Full functional Code' (#37) from development into master
All checks were successful
Build and Test (KnockOutWhist) TeamCity build finished
Reviewed-on: #37
Reviewed-by: Janis <janis-e@gmx.de>
2024-11-21 22:27:12 +01:00
LQ63
777e4c2d6b Merge pull request 'reduced smelly code' (#36) from lastsmellfix into development
All checks were successful
Build and Test (KnockOutWhist) TeamCity build finished
Reviewed-on: #36
2024-11-21 22:10:44 +01:00
LQ63
d75c2cf62a merged two if's to reduce smelly code
All checks were successful
Build and Test (KnockOutWhist) TeamCity build finished
2024-11-21 22:08:23 +01:00
LQ63
9191012aaf Merge pull request 'FixedIssues' (#35) from fixissues into development
All checks were successful
Build and Test (KnockOutWhist) TeamCity build finished
Reviewed-on: #35
2024-11-21 22:01:04 +01:00
LQ63
1a7e48864b Fixed TuiMain
All checks were successful
Build and Test (KnockOutWhist) TeamCity build finished
2024-11-21 21:54:16 +01:00
LQ63
6ef9e95cb8 Changed TuiMain so that it isn't smelly anymore
All checks were successful
Build and Test (KnockOutWhist) TeamCity build finished
2024-11-21 21:50:26 +01:00
c94e37f63e Reduced complexity
All checks were successful
Build and Test (KnockOutWhist) TeamCity build finished
2024-11-21 21:29:16 +01:00
LQ63
be4e00af44 Reduced smelly code
All checks were successful
Build and Test (KnockOutWhist) TeamCity build finished
2024-11-21 21:17:53 +01:00
LQ63
ebea37aece Merge remote-tracking branch 'refs/remotes/origin/development' into fixissues
# Conflicts:
#	src/main/scala/de/knockoutwhist/control/PlayerControl.scala
#	src/main/scala/de/knockoutwhist/control/RoundControl.scala
#	src/main/scala/de/knockoutwhist/control/TrickControl.scala
2024-11-21 21:16:04 +01:00
b9e896fc0b Merge pull request 'Reduced Test Time by a lot' (#34) from test-improvements into development
All checks were successful
Build and Test (KnockOutWhist) TeamCity build finished
Reviewed-on: #34
2024-11-21 20:57:49 +01:00
a0e2eadc93 Reduced Test Time by a lot
All checks were successful
Build and Test (KnockOutWhist) TeamCity build finished
2024-11-21 19:42:14 +01:00
LQ63
47169bdb8b changed a name to match the given regex by sonarqube
All checks were successful
Build and Test (KnockOutWhist) TeamCity build finished
2024-11-21 12:25:22 +01:00
3a6473379d Merge pull request 'README.md aktualisiert' (#33) from janis-patch-1 into master
All checks were successful
Build and Test (KnockOutWhist) TeamCity build finished
Reviewed-on: #33
2024-11-19 20:24:21 +01:00
11dab537ba README.md aktualisiert 2024-11-19 20:24:14 +01:00
3a246b4419 Merge pull request 'README.md aktualisiert' (#32) from janis-patch-1 into master
All checks were successful
Build and Test (KnockOutWhist) TeamCity build finished
Reviewed-on: #32
2024-11-19 15:18:43 +01:00
d940620049 README.md aktualisiert 2024-11-19 15:18:33 +01:00
4d86baa6d9 Merge pull request 'README.md aktualisiert' (#31) from janis-patch-1 into master
All checks were successful
Build and Test (KnockOutWhist) TeamCity build finished
Reviewed-on: #31
2024-11-19 15:16:34 +01:00
14ef284229 README.md aktualisiert
All checks were successful
Build and Test (KnockOutWhist) TeamCity build finished
2024-11-19 15:16:23 +01:00
d73c4c0577 Merge pull request 'development' (#30) from development into master
All checks were successful
Build and Test (KnockOutWhist) TeamCity build finished
Reviewed-on: #30
2024-11-18 10:50:36 +01:00
0b5bfc69e5 Merge pull request 'Coveralls' (#29) from coverall into development
All checks were successful
Build and Test (KnockOutWhist) TeamCity build finished
Reviewed-on: #29
2024-11-18 10:45:23 +01:00
ad0494f0ba Merge remote-tracking branch 'origin/development' into coverall
All checks were successful
Build and Test (KnockOutWhist) TeamCity build finished
# Conflicts:
#	project/plugins.sbt
2024-11-18 10:42:48 +01:00