aboutsummaryrefslogtreecommitdiff
path: root/src/board/board.cpp
AgeCommit message (Expand)Author
5 daysrefactor(hash): refactoring hash logic to be betterAdam
5 daysperf(board): making hashing use incremental XORs instead of rebuild from scratchAdam
5 daysrefactor(move): refactoring move to be nicer and betterAdam
6 daystest commitAdam
6 daysperf(move): making undo move use incremental bitboard aproah instead of gener...Adam
6 daysrefactor(move): making a helperAdam
6 daysrefactor(all):Adam
7 daysrefactor(board): refactoring move generation code into better and nice way + ...Adam
9 daysrefactor(formating): fixing formatingAdam
9 daysperf(draw) instead of having a hash map for three fold repetion check now we ...Adam
9 daysFixing compiler errorsAdam
9 daysrenaming thingsAdam
9 daysimplementing memory optimazied move using uint16_t instead of a four integers...Adam
11 daysadding a create move helper functionAdam
11 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