index
:
typhoon.git
master
The typhoon chess playing engine.
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.c
Age
Commit message (
Expand
)
Author
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 all build warnings across release/DEBUG/TEST profiles
Scott Gasch
10 days
Fix batch-mode exit code, killer-table backfill collision, impossible QSearch...
Scott Gasch
11 days
Bake the short git commit hash (plus -dirty suffix) into the binary and trace...
Scott Gasch
11 days
Replace SEARCH_SORT_LIMIT's ply-indexed leftover-selection budget with
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
2026-08-26
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
2016-06-01
Initial checkin for typhoon chess engine.
Scott Gasch