summaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Expand)Author
5 daysLand bitboard move generation (Part A+B) and movesup.c bitboard queries; defa...Scott Gasch
5 daysAdd bitboard-backed GetAttacks (section 2/3), verified faster than asmScott Gasch
5 daysAdd bbPieces incremental piece-location bitboards (migration plan section 1)Scott Gasch
6 daysCherry-pick non-LMR fixes and tooling from the "LMR" stashScott Gasch
6 daysFix all build warnings across release/DEBUG/TEST profilesScott Gasch
11 daysFix batch-mode exit code, killer-table backfill collision, impossible QSearch...Scott Gasch
11 daysBake the short git commit hash (plus -dirty suffix) into the binary and trace...Scott Gasch
11 daysReplace SEARCH_SORT_LIMIT's ply-indexed leftover-selection budget withScott Gasch
13 daysRemove ctx->uPositional and the EVAL_HASH subsystem; fix GetRoughEvalScore.Scott Gasch
13 daysBaseline: uPositional data-calibrated fix, enprise/trapped hints, EBF/beta-cu...Scott Gasch
2026-08-26Make EVAL_HASH optional.Scott Gasch
2026-08-25Tame check-extension compounding; verified neutral in self-play (0.4955)Scott Gasch
2026-08-25Add LMR with PV-adjacency guard (v7), verified against saved binaryScott Gasch
2026-08-24Started doing texel eval tuning.Scott Gasch
2026-08-23Integrate new syzygy egtb code, lose the old Nalimov code.Scott Gasch
2016-06-01Initial checkin for typhoon chess engine.Scott Gasch