crazywa.git
2018-02-18 H.G.MullerFix of double-Q-sac fix
2018-02-18 H.G.MullerBump version to 1.0.5
2018-02-18 H.G.MullerBump version number to 1.0.4
2018-02-18 H.G.MullerMake index of Tori Shogi symbolic
2018-02-18 H.G.MullerFix board corruption on null move
2018-02-18 H.G.MullerSuppress initiative bonus after spite check
2018-02-17 H.G.MullerRemove spurious setting of alpha
2018-02-17 H.G.MullerFix score-range return on pin break
2018-02-17 H.G.MullerRemember 12 bits of eval in repeat keys
2018-02-17 H.G.MullerImplement iterative deepening in QS
2018-02-11 H.G.MullerFix castling through check
2018-02-11 H.G.MullerFix check test
2017-06-03 H.G.MullerAdd logo
2017-06-03 H.G.MullerAdd source for man page
2017-05-29 H.G.MullerDefine 11x17+16_chu as alias for Wa Shogi
2017-05-29 H.G.MullerRemove most debug print statements
2017-05-29 H.G.MullerFix typo in anaSP
2017-05-29 H.G.MullerMask sort key from move when storing path
2017-05-29 H.G.MullerMake sure no early move generation in null-move reply
2017-05-29 H.G.MullerRestore analogy stack pointer on second stand pat
2017-05-29 H.G.MullerClear complete repetition hash
2017-05-15 H.G.MullerClear hash table before every move
2017-05-15 H.G.MullerRehash repetition keys in steps of 1
2017-05-15 H.G.MullerMove Key declaration upstream
2017-05-15 H.G.MullerReduce maxDepth
2017-05-15 H.G.MullerPrevent pawn-drop mates in Shogi
2017-05-15 H.G.MullerDon't randomize mate scores
2017-05-15 H.G.MullerReturn a depth with repeats
2017-05-15 H.G.MullerFix spurious PV after repeat
2017-05-15 H.G.MullerScore quasi-repeats somewhat less severe
2017-05-15 H.G.MullerEvaluate perpetual checks in Shogi variants
2017-05-15 H.G.MullerRemember ply level at which position previously occurred
2017-05-15 H.G.MullerEnable Knight PST in Crazyhouse
2017-05-15 H.G.MullerRecord game history
2017-05-15 H.G.MullerPrevent spoiling of castling rights on setup
2017-05-15 H.G.MullerConsider extra moves in some horizon nodes
2017-05-15 H.G.MullerMake assert exits dependent on DEBUG switch
2017-05-15 H.G.MullerApply delayed-loss bonus to analogy
2017-05-15 H.G.MullerReturn depth after mate-depth pruning
2017-05-14 H.G.MullerAdd some Crazyhouse eval terms
2017-05-14 H.G.MullerReduce null move less after first spite check
2017-05-14 H.G.MullerKeep analogy stack pointer
2017-05-14 H.G.MullerForbid stand-pat after checking
2017-02-07 H.G.MullerPut depth limit on QS
2017-02-07 H.G.MullerCorrect comments in step lists
2017-02-07 H.G.MullerSuppress hash cutoffs in root
2017-02-07 H.G.MullerImplement initiative bonus
2017-02-07 H.G.MullerSet return move already when we get new PV
2017-02-07 H.G.MullerAllow up to 1GB hash
2017-02-07 H.G.MullerInherit killers from before check + evasion
2017-02-07 H.G.MullerReduce thinking time in Wa Shogi
2017-02-07 H.G.MullerPrevent check evasions can become killers
2017-02-07 H.G.MullerImplement mate killers
2017-02-07 H.G.MullerAdapt PST for small variants
2017-02-07 H.G.MullerAssign correct PST in all Shogi variants
2017-02-06 H.G.MullerReject obviously wrong hash move
2017-02-06 H.G.MullerAllow only moves that beat alpha to become best move
2017-02-06 H.G.MullerDo not try killers when in check
2017-02-06 H.G.MullerFix null move
2017-02-06 H.G.MullerFix crash by input-buffer overrun
2017-02-06 H.G.MullerImplement history heuristic
2017-02-06 H.G.MullerKeep track of checking history
2017-02-06 H.G.MullerUse CECP mate-score convention
2017-02-06 H.G.MullerAllow e.p. capture as check evasion
2017-02-06 H.G.MullerIndicate last rank in zone table
2017-02-06 H.G.MullerFix deferral
2017-02-06 H.G.MullerBeef up pseudo-legality checking
2017-02-06 H.G.MullerPenalize King view in eval
2017-02-06 H.G.MullerAlter Pawn-shield scoring
2017-02-06 H.G.MullerFix King location in Eval
2017-02-06 H.G.MullerPenalize King advance
2017-02-06 H.G.MullerIncrease mate score
2017-01-14 H.G.MullerMake minimum LMR depth a macro, foreasy tuning
2017-01-14 H.G.MullerRespect minimum LMR depth during hash probing
2017-01-14 H.G.MullerPrune futile interpositions at d <= 1
2017-01-14 H.G.MullerAssert no unexpected King capture
2017-01-14 H.G.MullerFix depth reporting
2017-01-14 H.G.MullerPut drops start after castlings
2017-01-14 H.G.MullerValue castling rights
2017-01-14 H.G.MullerKeep track of attacked squares near King
2017-01-14 H.G.MullerDisarm printing of debug boards
2017-01-14 H.G.MullerKeep track of total hand values
2016-12-28 H.G.MullerImplement drop restrictions for Shogi
2016-12-28 H.G.MullerSuppress check test after null move
2016-12-28 H.G.MullerImplement castling
2016-12-28 H.G.MullerPrint setup and piece commands in engine-defined variants
2016-12-28 H.G.MullerReorder pieces, and define values for all variants
2016-12-28 H.G.MullerMake variants also accessible through systematic names
2016-12-28 H.G.MullerPut Tori Shogi 6th in variant-description list
2016-12-28 H.G.MullerFix reading of Shogi-promoted pieces in FEN
2016-12-28 H.G.MullerAdd and initialize some more piece-square tables
2016-10-21 H.G.MullerImplement randomizing
2016-10-21 H.G.MullerInitial version of engine