aboutsummaryrefslogtreecommitdiff
path: root/src/board/board.cpp
AgeCommit message (Collapse)Author
47 hoursrefactor(move): making makemove function be nicerAdam
4 daysrefactor(search): making code nicer and little fasterAdam
5 daysrefactor(hash): refactoring hash logic to be betterAdam
5 daysperf(board): making hashing use incremental XORs instead of rebuild from scratchAdam
6 daysrefactor(move): refactoring move to be nicer and betterAdam
6 daystest commitAdam
6 daysperf(move): making undo move use incremental bitboard aproah instead of ↵Adam
generation from scrath each time
6 daysrefactor(move): making a helperAdam
6 daysrefactor(all):Adam
8 daysrefactor(board): refactoring move generation code into better and nice way + ↵Adam
adding debug command moves
9 daysrefactor(formating): fixing formatingAdam
9 daysperf(draw) instead of having a hash map for three fold repetion check now we ↵Adam
have
9 daysFixing compiler errorsAdam
9 daysrenaming thingsAdam
10 daysimplementing memory optimazied move using uint16_t instead of a four ↵Adam
integers and one byte
11 daysadding a create move helper functionAdam
12 daysadding more memory efficnet helper functionsAdam
2026-08-10folowing the lint suggestionsAdam
2026-08-10making fen parser be self containedAdam
2026-08-08fix: draw counting limit changePeter B.
2026-08-08fix: en passant bugPeter B.
2026-08-04fixing directionAdam
2026-08-04FIXING castlingAdam
2026-08-04fixAdam
2026-08-04fixing bug and todosAdam
2026-08-03a big hell of a commitAdam
2026-08-02adding bitboards aproahAdam
2026-08-02Adding bitboards and building themAdam
2026-08-02improving readmeAdam
2026-08-02adding colored piece bitboardsAdam
2026-08-02caching kign positionAdam
2026-07-31using cpp check on this projectAdam
2026-07-31making stricter cmake list and then fixing bug it foundAdam
2026-07-31making fen parser betterAdam
2026-07-31keeping track of were all the pieces areAdam
2026-07-31improving default depthAdam
2026-07-30improving botAdam
2026-07-30fixngAdam
2026-07-29new folder structerAdam