refactor(core): NCS-22 update GameEngine to use GameContext and integrate Rule module
Build & Test (NowChessSystems) TeamCity build failed

This commit is contained in:
2026-04-04 17:11:11 +02:00
parent b184d50265
commit 3d9a108bdc
36 changed files with 527 additions and 2306 deletions
@@ -269,7 +269,6 @@ class ChessBoardView(val stage: Stage, private val engine: GameEngine) extends B
private def doPgnImport(): Unit =
showMessage("PGN import temporarily disabled during NCS-22 refactoring")
}
private def showCopyDialog(title: String, content: String): Unit =
val area = new javafx.scene.control.TextArea(content)