| Age | Commit message (Expand) | Author |
| 11 hours | Land super-lazy exit, material-based lazy floor, qsearch futility rework | Scott Gasch |
| 12 hours | eval.c: bad-trades fix, rook cache, xColor speedups, draw scaling, main-body ... | Scott Gasch |
| 13 hours | Retire asm GetAttacks, recogn.c/fen.c bugfixes, misc bugfixes verified at parity | Scott Gasch |
| 3 days | King-safety recalibration, lazy-eval material floor, eval hot-path trimming | Scott Gasch |
| 4 days | Retire ATTACK_BITV/bvAttacks and the c|8 shadow-index mechanism entirely | Scott Gasch |
| 4 days | King attack-table population: bitboard rewrite, fixes a real bug and a real a... | Scott Gasch |
| 4 days | Queen attack/mobility: bitboard rewrite (two-pass rook/bishop lookups); fix r... | Scott Gasch |
| 4 days | Rook attack/mobility: bitboard rewrite; backport bounded x-ray chaining to bi... | Scott Gasch |
| 4 days | Bishop attack/mobility: bitboard rewrite, deliberate x-ray simplification | Scott Gasch |
| 4 days | Knight mobility: bitboard rewrite, first bbMinorAttacks contributor | Scott Gasch |
| 4 days | Retire pawns' bvAttacks writes in favor of pos->bbPawnAttacks[2] | Scott Gasch |
| 4 days | Maintain pos->bbOccupied incrementally, dedupe its two from-scratch builders | Scott Gasch |
| 4 days | Add Eval() bitboard-migration plan, per-term EVAL_TIME cycle breakdown, drop ... | Scott Gasch |
| 5 days | Land bitboard move generation (Part A+B) and movesup.c bitboard queries; defa... | Scott Gasch |
| 5 days | Add GETATTACKS_BITBOARD toggle, wiring _GetAttacksBB into real search | Scott Gasch |
| 5 days | Add bitboard-backed GetAttacks (section 2/3), verified faster than asm | Scott Gasch |
| 5 days | Add bbPieces incremental piece-location bitboards (migration plan section 1) | Scott Gasch |
| 6 days | Cherry-pick non-LMR fixes and tooling from the "LMR" stash | Scott Gasch |
| 6 days | Fix draw-score bug in hash-hit path; centralize as g_iDrawScore[2] | Scott Gasch |
| 6 days | Fix all build warnings across release/DEBUG/TEST profiles | Scott Gasch |
| 9 days | Plumb iImprovement into LMR and futiltiy and parallel search. | Scott Gasch |
| 10 days | Improving for nullmove, eval speedup, remove old cruft, bugfix in split / MP. | Scott Gasch |
| 10 days | Eval.c diet: kill exact-duplicate terms, turn down overlapping ones, fix a re... | Scott Gasch |
| 11 days | Dynamic move ordering overhaul: continuation-history, evidence-gated | Scott Gasch |
| 11 days | Bake the short git commit hash (plus -dirty suffix) into the binary and trace... | Scott Gasch |
| 11 days | Switch to Crafty-style killer ordering; fix mvNullmoveRefutations type-mixing... | Scott Gasch |
| 11 days | Replace SEARCH_SORT_LIMIT's ply-indexed leftover-selection budget with | Scott Gasch |
| 11 days | Rewire GetMoveFailHighPercentage: index by (cFrom, cTo, pMoved) instead | Scott Gasch |
| 12 days | Fix IID's killer-blind gate and its ordering-flag/history contamination | Scott Gasch |
| 12 days | Fix _ShouldWeConsiderThisMove's SEE-purity bug and ComputeMoveScore's | Scott Gasch |
| 13 days | Remove ctx->uPositional and the EVAL_HASH subsystem; fix GetRoughEvalScore. | Scott Gasch |
| 13 days | Baseline: uPositional data-calibrated fix, enprise/trapped hints, EBF/beta-cu... | Scott Gasch |
| 14 days | Replace ctx->uPositional with a data-calibrated Eval() return value. | Scott Gasch |
| 14 days | Don't [re-]consult the SEE when generator already just did so. | Scott Gasch |
| 14 days | Make EVAL_HASH optional. | Scott Gasch |
| 2026-08-25 | Tame check-extension compounding; verified neutral in self-play (0.4955) | Scott Gasch |
| 2026-08-25 | Add LMR with PV-adjacency guard (v7), verified against saved binary | Scott Gasch |
| 2026-08-24 | Started doing texel eval tuning. | Scott Gasch |
| 2026-08-23 | Integrate new syzygy egtb code, lose the old Nalimov code. | Scott Gasch |
| 2026-08-23 | Clean X64 build and ported GetAttacks to x64. | Scott Gasch |
| 2018-10-03 | Update codebase to remove clang warnings (and a couple of legit errors | Scott Gasch |
| 2016-06-01 | Initial checkin for typhoon chess engine. | Scott Gasch |