aboutsummaryrefslogtreecommitdiff
path: root/src/board/board.hpp
AgeCommit message (Expand)Author
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 daysperf(move): making undo move use incremental bitboard aproah instead of gener...Adam
8 daysrefactor(board): refactoring move generation code into better and nice way + ...Adam
9 daysperf(draw) instead of having a hash map for three fold repetion check now we ...Adam
9 daysrenaming thingsAdam
10 daysimplementing memory optimazied move using uint16_t instead of a four integers...Adam
11 daysadding a create move helper functionAdam
12 daysadding more memory efficnet helper functionsAdam
12 daysmoving enum aroundAdam
2026-08-10folowing the lint suggestionsAdam
2026-08-10fixingAdam
2026-08-10fixing lint errorAdam
2026-08-10making fen parser be self containedAdam
2026-08-02Adding bitboards and building themAdam
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-31changesAdam
2026-07-31making bitboards fileAdam
2026-07-30improving botAdam
2026-07-30adding bitboards structAdam
2026-07-29new folder structerAdam