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 |
|