Varga Dávid Lajos
|
86b5f172ee
|
added method to get notation of chessmove
|
2025-12-03 21:09:13 +01:00 |
|
|
|
898ba3e92f
|
fixed request moves event to have the correct fen string
|
2025-12-03 20:06:41 +01:00 |
|
Hatvani Tamás
|
683c392ab9
|
Merge pull request #27 from htamas1210/Engine/make-move
Engine/make move
|
2025-12-03 18:38:08 +01:00 |
|
|
|
5e85a59c29
|
fixed tests
|
2025-12-03 14:18:45 +01:00 |
|
|
|
dca37108d7
|
fixed game resignation
|
2025-12-03 13:37:49 +01:00 |
|
|
|
bc03cead82
|
added clone to engine structs, added private session launch with starting server from ui
|
2025-11-29 18:55:10 +01:00 |
|
Varga Dávid Lajos
|
fe8f8621d7
|
implemented library function get_board_after_move
|
2025-11-28 00:26:12 +02:00 |
|
Varga Dávid Lajos
|
767e7d14fd
|
added and used method bitboard::makemove::castles::make_castle
|
2025-11-28 00:15:37 +02:00 |
|
Varga Dávid Lajos
|
074f181791
|
added file and module structure for bitboard::makemove::castles
|
2025-11-27 23:57:31 +02:00 |
|
Varga Dávid Lajos
|
542dd39aa6
|
added and used method bitboard::makemove::captures::make_capture
|
2025-11-27 23:56:27 +02:00 |
|
Varga Dávid Lajos
|
6db4ae6d07
|
added file and module structure for bitboard::makemove::captures
|
2025-11-27 23:50:53 +02:00 |
|
Varga Dávid Lajos
|
171a7b8020
|
added and used method bitboard::makemove::quiets::make_quiet
|
2025-11-27 23:49:18 +02:00 |
|
Varga Dávid Lajos
|
205e8811d5
|
added file and module structure for bitboard::makemove::quiets
|
2025-11-27 23:28:46 +02:00 |
|
Varga Dávid Lajos
|
2394da84ce
|
added skeleton for method bitboard::makemove::make_move
|
2025-11-27 23:26:59 +02:00 |
|
Varga Dávid Lajos
|
e7c7743682
|
added file and module structure for bitboard::makemove
|
2025-11-27 23:08:39 +02:00 |
|
Varga Dávid Lajos
|
2375f28ee3
|
added getter method bitboard::board::fen
|
2025-11-27 23:05:01 +02:00 |
|
Varga Dávid Lajos
|
5b6318442e
|
added part of getter bitboard::board::fen
|
2025-11-27 22:31:06 +02:00 |
|
Varga Dávid Lajos
|
24ddc74573
|
added specialized getter method get_piece_character to bitboard/board.rs
|
2025-11-27 22:18:04 +02:00 |
|
vargadavidlajos
|
b8113b8cc4
|
Merge branch 'master' into Engine/API-logic
|
2025-11-24 15:05:58 +01:00 |
|
vargadavidlajos
|
90a59305ac
|
Merge pull request #22 from htamas1210/Server/event
Server/event
|
2025-11-24 13:17:29 +01:00 |
|
|
|
622bef963f
|
new serevr message enum for easier message handling
|
2025-11-24 10:07:20 +01:00 |
|
Varga Dávid Lajos
|
499b0fd152
|
removed unneeded log message
|
2025-11-21 23:43:57 +02:00 |
|
Varga Dávid Lajos
|
eba8076ea9
|
implemented api function is_game_over
|
2025-11-21 23:41:33 +02:00 |
|
Varga Dávid Lajos
|
f05b1c80da
|
added test for api function is_game_over
|
2025-11-21 23:26:15 +02:00 |
|
Varga Dávid Lajos
|
068f5248cd
|
implemented api function get_available_moves
|
2025-11-21 22:56:02 +02:00 |
|
Varga Dávid Lajos
|
a63954fbfe
|
implemented traits needed for testing in lib.rs
|
2025-11-21 21:52:46 +02:00 |
|
Varga Dávid Lajos
|
2b7faf80ab
|
removed unused variable from conversion method from_bitmove from chessmove.rs
|
2025-11-21 20:36:22 +02:00 |
|
Varga Dávid Lajos
|
ebcc447092
|
removed unused imports from chessmove.rs
|
2025-11-21 14:19:33 +01:00 |
|
Varga Dávid Lajos
|
a4982c0fd3
|
implemented conversion method to_bitmove for enum ChessMove
|
2025-11-21 14:18:23 +01:00 |
|
Varga Dávid Lajos
|
c414485891
|
implemented conversion method to_index for struct BoardSquare
|
2025-11-21 14:09:02 +01:00 |
|
Varga Dávid Lajos
|
f29298731b
|
implemented conversion method to_index for enum PieceType
|
2025-11-21 14:07:27 +01:00 |
|
Varga Dávid Lajos
|
e1d51fe291
|
implemented conversion method to_bitmovetype for enum MoveType
|
2025-11-21 14:04:37 +01:00 |
|
Varga Dávid Lajos
|
f841fba080
|
implemented constructor from_bitmove for enum ChessMove
|
2025-11-21 13:55:07 +01:00 |
|
Varga Dávid Lajos
|
821746d7cf
|
changed implementation of ChessMove from struct to enum
|
2025-11-21 13:29:01 +01:00 |
|
Varga Dávid Lajos
|
5d108602ea
|
implemented constructor by square_index for struct BoardSquare
|
2025-11-21 13:08:53 +01:00 |
|
Varga Dávid Lajos
|
b137e6ceab
|
implemented constructor by piece_index for enum PieceType
|
2025-11-21 13:01:38 +01:00 |
|
Varga Dávid Lajos
|
d649afdcfd
|
limited visibility of method from_bitmovetype from enum MoveType to pub(in super)
|
2025-11-21 12:57:38 +01:00 |
|
Varga Dávid Lajos
|
5e65bcf5ef
|
changed method from_index for enum MoveType to from_bitmovetype
|
2025-11-21 12:55:18 +01:00 |
|
Varga Dávid Lajos
|
82a6bd8449
|
implemented constructor for enum MoveType from in-engine move_type index
|
2025-11-21 12:40:24 +01:00 |
|
vargadavidlajos
|
b91777a64f
|
Merge branch 'master' into Engine/move-gen
|
2025-11-20 21:19:41 +01:00 |
|
Varga Dávid Lajos
|
775083fde7
|
fixed wrong promotion_piece indexes being saved in bitboard::movegen::pawns
|
2025-11-20 21:11:41 +01:00 |
|
Varga Dávid Lajos
|
84121fbeba
|
allowed use of move generation methods in case of check
|
2025-11-20 20:45:26 +01:00 |
|
Varga Dávid Lajos
|
f3d316d3e3
|
implemented method collect_king_evasion in bitboard::movegen used in move generation
|
2025-11-20 20:43:35 +01:00 |
|
Varga Dávid Lajos
|
fad1a6d51b
|
implemented method collect_moves_single_check in bitboard::movegen used in move generation
|
2025-11-20 20:42:44 +01:00 |
|
Varga Dávid Lajos
|
9b43c9ce9a
|
implemented method collect_all_moves in bitboard::movegen used in move generation
|
2025-11-20 20:39:47 +01:00 |
|
Varga Dávid Lajos
|
dba7aca2cf
|
added method get_safe_king_squares to bitboard::attacks for king safety checks
|
2025-11-20 20:35:44 +01:00 |
|
Varga Dávid Lajos
|
47a22dbbaa
|
added method get_pseudo_rook_moves_ignore_king in bitboard::attacks for king safety checks
|
2025-11-20 20:29:27 +01:00 |
|
Varga Dávid Lajos
|
1bbe33f3aa
|
added method get_pseudo_bishop_moves_ignore_king in bitboard::attacks for king safety checks
|
2025-11-20 20:28:16 +01:00 |
|
Varga Dávid Lajos
|
8c0fa09f1e
|
added LUT KING_SAFETY_BISHOP_MASK in bitboard::attackmaps for king safety checks
|
2025-11-20 20:25:14 +01:00 |
|
Varga Dávid Lajos
|
d8eae9177b
|
added LUT KING_SAFETY_ROOK_MASK in bitboard::attackmaps for king safety checks
|
2025-11-20 20:23:40 +01:00 |
|