LQ63
fc720166bf
feat(core): core dependecy to rules
...
Build & Test (NowChessSystems) TeamCity build failed
Added communication between core and rules via REST
2026-04-21 23:33:52 +02:00
LQ63
74b7a174c2
fix(rules): Serializers
...
Build & Test (NowChessSystems) TeamCity build finished
Added small changes
2026-04-21 21:15:14 +02:00
LQ63
990caa5c96
fix(rules): Serializers
...
Build & Test (NowChessSystems) TeamCity build failed
Added Native Reflection Config
2026-04-21 21:05:10 +02:00
LQ63
d096ae4f18
fix(rules): Serializers
...
Build & Test (NowChessSystems) TeamCity build failed
Added serializers like in IO
2026-04-21 21:00:36 +02:00
LQ63
74f846c95c
fix(rules): Serializers
...
Build & Test (NowChessSystems) TeamCity build failed
Added serializers like in IO
2026-04-21 20:42:24 +02:00
LQ63
9f33e2e3db
fix(rules): Code quality
...
linter corrections
2026-04-21 19:43:12 +02:00
LQ63
c09a618dba
test(rules): Rules as a microservice
...
Added tests to rules
2026-04-21 19:43:12 +02:00
LQ63
0be2ad43e8
feat(rule): Rules as a microservice
...
Added rules as a microservice
2026-04-21 19:43:12 +02:00
Janis
dceab0875e
feat: NCS-41 Bot Platform ( #33 )
...
Build & Test (NowChessSystems) TeamCity build finished
Co-authored-by: Janis <janis@nowchess.de >
Reviewed-on: #33
Co-authored-by: Janis <janis.e.20@gmx.de >
Co-committed-by: Janis <janis.e.20@gmx.de >
2026-04-19 15:52:08 +02:00
Janis
767d3051a7
feat: NCS-13 Implement Threefold Repetition ( #31 )
...
Build & Test (NowChessSystems) TeamCity build finished
Reviewed-on: #31
2026-04-16 18:49:20 +02:00
Janis
b0399a4e48
feat: NCS-14 implemented insufficient moves rule ( #30 )
...
Build & Test (NowChessSystems) TeamCity build finished
Reviewed-on: #30
Co-authored-by: Janis <janis.e.20@gmx.de >
Co-committed-by: Janis <janis.e.20@gmx.de >
2026-04-14 21:17:56 +02:00
Janis
fd4e67d4f7
feat: NCS-25 Add linters to keep quality up ( #27 )
...
Build & Test (NowChessSystems) TeamCity build finished
Reviewed-on: #27
Reviewed-by: Leon Hermann <lq@blackhole.local >
Co-authored-by: Janis <janis.e.20@gmx.de >
Co-committed-by: Janis <janis.e.20@gmx.de >
2026-04-12 20:58:39 +02:00
Janis
fe8e3c0539
fix: NCS-32 Queenside Castle doesn't care about pieces in the way ( #23 )
...
Build & Test (NowChessSystems) TeamCity build finished
Reviewed-on: #23
Co-authored-by: Janis <janis.e.20@gmx.de >
Co-committed-by: Janis <janis.e.20@gmx.de >
2026-04-07 20:32:48 +02:00
lq64
217f14f899
refactor: NCS-19 Currying ( #18 )
...
Build & Test (NowChessSystems) TeamCity build finished
Summary
- Curried candidateMoves, legalMoves, and applyMove in the RuleSet trait to separate (context) as the world being
operated on from the computation parameter
- Updated DefaultRules overrides and all internal call sites
- Updated all external call sites: GameEngine, PgnParser, PgnExporter, ChessBoardView, and all affected tests
Test plan
- All existing tests pass (./gradlew build)
- No behaviour changes — pure style refactoring, existing test suite is the regression guard
Co-authored-by: LQ63 <lkhermann@web.de >
Reviewed-on: #18
Reviewed-by: Janis <janis-e@gmx.de >
Co-authored-by: Leon Hermann <lq@blackhole.local >
Co-committed-by: Leon Hermann <lq@blackhole.local >
2026-04-06 21:03:17 +02:00
Janis
8f56a82104
refactor: NCS-22 NCS-23 reworked modules and tests ( #17 )
...
Build & Test (NowChessSystems) TeamCity build finished
Reviewed-on: #17
2026-04-06 09:07:39 +02:00