aboutsummaryrefslogtreecommitdiff
path: root/src/bot.cpp
AgeCommit message (Expand)Author
3 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
7 daysfix(book): making engine turn caslting moves into uci perpesentation only if ...Adam
7 daysrefactor(book): refactoring opening book codeAdam
8 daysrefactor(board): refactoring move generation code into better and nice way + ...Adam
9 daysfix(search) making quiecen search have same mid search logic as main searchAdam
9 daysperf(draw) instead of having a hash map for three fold repetion check now we ...Adam
9 daysremoving maximum depth now insted we are gonna just have constant thinging ti...Adam
9 daysrenaming thingsAdam
9 daysmaking bot thing moreAdam
9 daysimplementing memory optimazied move using uint16_t instead of a four integers...Adam
13 daysfixingAdam
13 daysfixing transpoition table bugAdam
13 daysimprovign bot by giving king endgame tableAdam
2026-08-10fixing isseu #1Adam
2026-08-10fixing even more lint waringsAdam
2026-08-10incresing maximum depthAdam
2026-08-08adding time managementAdam
2026-08-02caching kign positionAdam
2026-08-01Update bot.cppAdam
2026-08-01removing openning bookAdam
2026-08-01adding book usageAdam
2026-08-01noneAdam
2026-08-01adding node coutingAdam
2026-08-01cleaning codeAdam
2026-08-01optimalization and naming changesAdam
2026-07-31using cpp check on this projectAdam
2026-07-31making stricter cmake list and then fixing bug it foundAdam
2026-07-31Decresing time to something more resonableAdam
2026-07-31improving iterative deeping codeAdam
2026-07-31changesAdam
2026-07-31improving default depthAdam
2026-07-30optimazingAdam
2026-07-30improving botAdam
2026-07-30improving pawn tbleAdam
2026-07-30making bot better and 50 move rule awareAdam
2026-07-30default depthAdam
2026-07-29new folder structerAdam
2026-07-29adding testing new folder structerAdam
2026-07-29adding depth supportAdam
2026-07-29making bishops more valuableAdam
2026-07-29hellAdam
2026-07-29changesAdam
2026-07-29improving check generationAdam
2026-07-29early return when no legal moves, skipping sort callAdam
2026-07-29fixing cache bugAdam
2026-07-29improving the botAdam
2026-07-29i hate somethingAdam
2026-07-29saving cache to dishAdam